QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <vanillastorageoption.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 | |
Real | capacity |
Real | load |
Real | changeRate |
ext::shared_ptr< NullPayoff > | payoff |
ext::shared_ptr< BermudanExercise > | exercise |
Definition at line 54 of file vanillastorageoption.hpp.
|
default |
|
overridevirtual |
Implements PricingEngine::arguments.
Definition at line 58 of file vanillastorageoption.hpp.
Real capacity |
Definition at line 68 of file vanillastorageoption.hpp.
Real load |
Definition at line 69 of file vanillastorageoption.hpp.
Real changeRate |
Definition at line 70 of file vanillastorageoption.hpp.
ext::shared_ptr<NullPayoff> payoff |
Definition at line 71 of file vanillastorageoption.hpp.
ext::shared_ptr<BermudanExercise> exercise |
Definition at line 72 of file vanillastorageoption.hpp.