QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Attributes | List of all members
NodeData Struct Reference

#include <ql/methods/montecarlo/nodedata.hpp>

+ Collaboration diagram for NodeData:

Public Attributes

Real exerciseValue
 
Real cumulatedCashFlows
 
std::vector< Realvalues
 
Real controlValue
 
bool isValid
 

Detailed Description

Definition at line 29 of file nodedata.hpp.

Member Data Documentation

◆ exerciseValue

Real exerciseValue

Definition at line 30 of file nodedata.hpp.

◆ cumulatedCashFlows

Real cumulatedCashFlows

Definition at line 31 of file nodedata.hpp.

◆ values

std::vector<Real> values

Definition at line 32 of file nodedata.hpp.

◆ controlValue

Real controlValue

Definition at line 33 of file nodedata.hpp.

◆ isValid

bool isValid

Definition at line 34 of file nodedata.hpp.