QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Extra results for Margrabe option. More...
#include <margrabeoption.hpp>
Public Member Functions | |
results ()=default | |
void | reset () override |
![]() | |
void | reset () override |
void | reset () override |
![]() | |
virtual | ~results ()=default |
virtual void | reset ()=0 |
![]() | |
void | reset () override |
Public Attributes | |
Real | delta1 = Null<Real>() |
Real | delta2 = Null<Real>() |
Real | gamma1 = Null<Real>() |
Real | gamma2 = Null<Real>() |
![]() | |
Real | value |
Real | errorEstimate |
Date | valuationDate |
std::map< std::string, ext::any > | additionalResults |
![]() | |
Real | delta |
Real | gamma |
Real | theta |
Real | vega |
Real | rho |
Real | dividendRho |
Extra results for Margrabe option.
Definition at line 68 of file margrabeoption.hpp.
|
default |
|
overridevirtual |
Reimplemented from Instrument::results.
Definition at line 75 of file margrabeoption.hpp.
Definition at line 71 of file margrabeoption.hpp.
Definition at line 72 of file margrabeoption.hpp.
Definition at line 73 of file margrabeoption.hpp.
Definition at line 74 of file margrabeoption.hpp.