|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <mchimalayaengine.hpp>
Inheritance diagram for HimalayaMultiPathPricer:
Collaboration diagram for HimalayaMultiPathPricer:Public Member Functions | |
| HimalayaMultiPathPricer (ext::shared_ptr< Payoff > payoff, 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 | |
| ext::shared_ptr< Payoff > | payoff_ |
| DiscountFactor | discount_ |
Additional Inherited Members | |
Public Types inherited from PathPricer< MultiPath > | |
| typedef Real | result_type |
Definition at line 115 of file mchimalayaengine.hpp.
| HimalayaMultiPathPricer | ( | ext::shared_ptr< Payoff > | payoff, |
| DiscountFactor | discount | ||
| ) |
Definition at line 26 of file mchimalayaengine.cpp.
Implements PathPricer< MultiPath >.
Definition at line 30 of file mchimalayaengine.cpp.
Here is the call graph for this function:
|
private |
Definition at line 121 of file mchimalayaengine.hpp.
|
private |
Definition at line 122 of file mchimalayaengine.hpp.