QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Arguments for two-asset barrier option calculation More...
#include <twoassetbarrieroption.hpp>
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 58 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.
Barrier::Type barrierType |
Definition at line 61 of file twoassetbarrieroption.hpp.
Real barrier |
Definition at line 62 of file twoassetbarrieroption.hpp.