QuantLib_EarlyExercisePathPricer (3) Linux Manual Page
QuantLib::EarlyExercisePathPricer – base class for early exercise path pricers
Synopsis
#include <ql/methods/montecarlo/earlyexercisepathpricer.hpp>Public Types
typedef EarlyExerciseTraits< PathType >::StateType StateTypePublic Member Functions
virtual ValueType operator() (const PathType &path, TimeType t) const =0virtual StateType state (const PathType &path, TimeType t) const =0
virtual std::vector< boost::function1< ValueType, StateType > > basisSystem () const =0
Detailed Description
template<class PathType, class TimeType = Size, class ValueType = Real> class QuantLib::EarlyExercisePathPricer< PathType, TimeType, ValueType >
base class for early exercise path pricersReturns the value of an option on a given path and given time.
