QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <pagodaoption.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 | |
std::vector< Date > | fixingDates |
Real | roof |
Real | fraction |
Public Attributes inherited from Option::arguments | |
ext::shared_ptr< Payoff > | payoff |
ext::shared_ptr< Exercise > | exercise |
Definition at line 61 of file pagodaoption.hpp.
arguments | ( | ) |
Definition at line 47 of file pagodaoption.cpp.
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 50 of file pagodaoption.cpp.
std::vector<Date> fixingDates |
Definition at line 65 of file pagodaoption.hpp.
Real roof |
Definition at line 66 of file pagodaoption.hpp.
Real fraction |
Definition at line 66 of file pagodaoption.hpp.