QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <vanillaswingoption.hpp>
Public Member Functions | |
arguments ()=default | |
void | validate () const override |
Public Member Functions inherited from PricingEngine::arguments | |
virtual | ~arguments ()=default |
virtual void | validate () const =0 |
Public Attributes | |
Size | minExerciseRights |
Size | maxExerciseRights |
ext::shared_ptr< StrikedTypePayoff > | payoff |
ext::shared_ptr< SwingExercise > | exercise |
Definition at line 80 of file vanillaswingoption.hpp.
|
default |
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 121 of file vanillaswingoption.cpp.
Size minExerciseRights |
Definition at line 86 of file vanillaswingoption.hpp.
Size maxExerciseRights |
Definition at line 86 of file vanillaswingoption.hpp.
ext::shared_ptr<StrikedTypePayoff> payoff |
Definition at line 87 of file vanillaswingoption.hpp.
ext::shared_ptr<SwingExercise> exercise |
Definition at line 88 of file vanillaswingoption.hpp.