QuantLib_PathPricer

Langue: en

Autres versions - même langue

Version: 377134 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::PathPricer -

base class for path pricers

SYNOPSIS


#include <ql/methods/montecarlo/pathpricer.hpp>

Inherits std::unary_function< PathType, ValueType >.

Public Member Functions


virtual ValueType operator() (const PathType &path) const =0

Detailed Description

template<class PathType, class ValueType = Real> class QuantLib::PathPricer< PathType, ValueType >

base class for path pricers

Returns the value of an option on a given path.

Examples:

DiscreteHedging.cpp.

Author

Generated automatically by Doxygen for QuantLib from the source code.