Arguments for Outperformance option calculation More...
#include <qle/instruments/outperformanceoption.hpp>
Inheritance diagram for OutperformanceOption::arguments:
Collaboration diagram for OutperformanceOption::arguments:Public Member Functions | |
| void | validate () const override |
Public Attributes | |
| QuantLib::ext::shared_ptr< Exercise > | exercise |
| Option::Type | optionType |
| Real | strikeReturn |
| Real | initialValue1 |
| Real | initialValue2 |
| Real | notional |
| Real | knockInPrice |
| Real | knockOutPrice |
| QuantLib::ext::shared_ptr< QuantExt::FxIndex > | fxIndex1 |
| QuantLib::ext::shared_ptr< QuantExt::FxIndex > | fxIndex2 |
Arguments for Outperformance option calculation
Definition at line 84 of file outperformanceoption.hpp.
|
override |
Definition at line 69 of file outperformanceoption.cpp.
| QuantLib::ext::shared_ptr<Exercise> exercise |
Definition at line 86 of file outperformanceoption.hpp.
| Option::Type optionType |
Definition at line 87 of file outperformanceoption.hpp.
| Real strikeReturn |
Definition at line 88 of file outperformanceoption.hpp.
| Real initialValue1 |
Definition at line 89 of file outperformanceoption.hpp.
| Real initialValue2 |
Definition at line 90 of file outperformanceoption.hpp.
| Real notional |
Definition at line 91 of file outperformanceoption.hpp.
| Real knockInPrice |
Definition at line 92 of file outperformanceoption.hpp.
| Real knockOutPrice |
Definition at line 93 of file outperformanceoption.hpp.
| QuantLib::ext::shared_ptr<QuantExt::FxIndex> fxIndex1 |
Definition at line 94 of file outperformanceoption.hpp.
| QuantLib::ext::shared_ptr<QuantExt::FxIndex> fxIndex2 |
Definition at line 95 of file outperformanceoption.hpp.