QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Extra arguments for single chooser option. More...
#include <simplechooseroption.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 | |
Date | choosingDate |
Public Attributes inherited from Option::arguments | |
ext::shared_ptr< Payoff > | payoff |
ext::shared_ptr< Exercise > | exercise |
Extra arguments for single chooser option.
Definition at line 51 of file simplechooseroption.hpp.
arguments | ( | ) |
Definition at line 53 of file simplechooseroption.hpp.
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 40 of file simplechooseroption.cpp.
Date choosingDate |
Definition at line 55 of file simplechooseroption.hpp.