QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <mcpagodaengine.hpp>
Public Member Functions | |
PagodaMultiPathPricer (Real roof, Real fraction, 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 | |
DiscountFactor | discount_ |
Real | roof_ |
Real | fraction_ |
Additional Inherited Members | |
Public Types inherited from PathPricer< MultiPath > | |
typedef Real | result_type |
Definition at line 115 of file mcpagodaengine.hpp.
PagodaMultiPathPricer | ( | Real | roof, |
Real | fraction, | ||
DiscountFactor | discount | ||
) |
Definition at line 24 of file mcpagodaengine.cpp.
Implements PathPricer< MultiPath >.
Definition at line 28 of file mcpagodaengine.cpp.
|
private |
Definition at line 122 of file mcpagodaengine.hpp.
|
private |
Definition at line 123 of file mcpagodaengine.hpp.
|
private |
Definition at line 123 of file mcpagodaengine.hpp.