QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <compoundoption.hpp>
Public Member Functions | |
void | validate () const override |
Public Attributes | |
ext::shared_ptr< StrikedTypePayoff > | daughterPayoff |
ext::shared_ptr< Exercise > | daughterExercise |
Definition at line 53 of file compoundoption.hpp.
|
override |
ext::shared_ptr<StrikedTypePayoff> daughterPayoff |
Definition at line 55 of file compoundoption.hpp.
ext::shared_ptr<Exercise> daughterExercise |
Definition at line 56 of file compoundoption.hpp.