|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Arguments for two-asset barrier option calculation More...
#include <twoassetbarrieroption.hpp>
Inheritance diagram for TwoAssetBarrierOption::arguments:
Collaboration diagram for TwoAssetBarrierOption::arguments:Public Member Functions | |
| arguments () | |
| void | validate () const override |
Public Member Functions inherited from Option::arguments | |
| arguments ()=default | |
| void | validate () const override |
Public Member Functions inherited from PricingEngine::arguments | |
| virtual | ~arguments ()=default |
| virtual void | validate () const =0 |
Public Attributes | |
| Barrier::Type | barrierType |
| Real | barrier |
Public Attributes inherited from Option::arguments | |
| ext::shared_ptr< Payoff > | payoff |
| ext::shared_ptr< Exercise > | exercise |
Arguments for two-asset barrier option calculation
Definition at line 61 of file twoassetbarrieroption.hpp.
| arguments | ( | ) |
Definition at line 46 of file twoassetbarrieroption.cpp.
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 49 of file twoassetbarrieroption.cpp.
Here is the call graph for this function:| Barrier::Type barrierType |
Definition at line 64 of file twoassetbarrieroption.hpp.
| Real barrier |
Definition at line 65 of file twoassetbarrieroption.hpp.