QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <nodedata.hpp>
Public Attributes | |
Real | exerciseValue |
Real | cumulatedCashFlows |
std::vector< Real > | values |
Real | controlValue |
bool | isValid |
Definition at line 29 of file nodedata.hpp.
Real exerciseValue |
Definition at line 30 of file nodedata.hpp.
Real cumulatedCashFlows |
Definition at line 31 of file nodedata.hpp.
std::vector<Real> values |
Definition at line 32 of file nodedata.hpp.
Real controlValue |
Definition at line 33 of file nodedata.hpp.
bool isValid |
Definition at line 34 of file nodedata.hpp.