|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <mcforwardeuropeanhestonengine.hpp>
Inheritance diagram for ForwardEuropeanHestonPathPricer:
Collaboration diagram for ForwardEuropeanHestonPathPricer:Public Member Functions | |
| ForwardEuropeanHestonPathPricer (Option::Type type, Real moneyness, Size resetIndex, DiscountFactor discount) | |
| Real | operator() (const MultiPath &multiPath) const override |
Public Member Functions inherited from PathPricer< MultiPath > | |
| virtual | ~PathPricer ()=default |
| virtual Real | operator() (const MultiPath &path) const=0 |
Private Attributes | |
| Option::Type | type_ |
| Real | moneyness_ |
| Size | resetIndex_ |
| DiscountFactor | discount_ |
Additional Inherited Members | |
Public Types inherited from PathPricer< MultiPath > | |
| typedef Real | result_type |
Definition at line 112 of file mcforwardeuropeanhestonengine.hpp.
| ForwardEuropeanHestonPathPricer | ( | Option::Type | type, |
| Real | moneyness, | ||
| Size | resetIndex, | ||
| DiscountFactor | discount | ||
| ) |
Definition at line 20 of file mcforwardeuropeanhestonengine.cpp.
Implements PathPricer< MultiPath >.
Definition at line 32 of file mcforwardeuropeanhestonengine.cpp.
Here is the call graph for this function:
|
private |
Definition at line 121 of file mcforwardeuropeanhestonengine.hpp.
|
private |
Definition at line 122 of file mcforwardeuropeanhestonengine.hpp.
|
private |
Definition at line 123 of file mcforwardeuropeanhestonengine.hpp.
|
private |
Definition at line 124 of file mcforwardeuropeanhestonengine.hpp.