QuantLib_BlackScholesMertonProcess

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::BlackScholesMertonProcess -

Merton (1973) extension to the Black-Scholes stochastic process.

SYNOPSIS


#include <ql/processes/blackscholesprocess.hpp>

Inherits QuantLib::GeneralizedBlackScholesProcess.

Public Member Functions


BlackScholesMertonProcess (const Handle< Quote > &x0, const Handle< YieldTermStructure > &dividendTS, const Handle< YieldTermStructure > &riskFreeTS, const Handle< BlackVolTermStructure > &blackVolTS, const boost::shared_ptr< discretization > &d=boost::shared_ptr< discretization >(new EulerDiscretization))

Detailed Description

Merton (1973) extension to the Black-Scholes stochastic process.

This class describes the stochastic process for a stock or stock index paying a continuous dividend yield given by [ dS(t, S) = (r(t) - q(t) - ac{igma(t, S)^2}{2}) dt + igma dW_t. ]

Examples:

ConvertibleBonds.cpp, DiscreteHedging.cpp, and EquityOption.cpp.

Author

Generated automatically by Doxygen for QuantLib from the source code.