QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
base class for path pricers More...
#include <pathpricer.hpp>
Public Types | |
typedef ValueType | result_type |
Public Member Functions | |
virtual | ~PathPricer ()=default |
virtual ValueType | operator() (const PathType &path) const =0 |
base class for path pricers
Returns the value of an option on a given path.
Definition at line 40 of file pathpricer.hpp.
typedef ValueType result_type |
Definition at line 42 of file pathpricer.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in EverestMultiPathPricer, HimalayaMultiPathPricer, PagodaMultiPathPricer, LongstaffSchwartzMultiPathPricer, EuropeanPathMultiPathPricer, ArithmeticAPOHestonPathPricer, GeometricAPOHestonPathPricer, EuropeanMultiPathPricer, ForwardEuropeanHestonPathPricer, EuropeanGJRGARCHPathPricer, EuropeanHestonPathPricer, HestonHullWhitePathPricer, DoubleBarrierPathPricer, ArithmeticAPOPathPricer, ArithmeticASOPathPricer, GeometricAPOPathPricer, BarrierPathPricer, BiasedBarrierPathPricer, HullWhiteCapFloorPricer, PerformanceOptionPathPricer, ForwardEuropeanBSPathPricer, VariancePathPricer, DigitalPathPricer, EuropeanPathPricer, and LongstaffSchwartzPathPricer< PathType >.