BlackScholesProcess Class Reference

#include <diffusionprocess.hpp>

Inheritance diagram for BlackScholesProcess:

Inheritance graph
[legend]
List of all members.

Detailed Description

Black-Scholes diffusion process class.

This class describes the stochastic process governed by

\[ dS(t, S) = (r(t) - q(t) - \frac{\sigma(t, S)^2}{2}) dt + \sigma dW_t. \]


Public Member Functions

 BlackScholesProcess (const RelinkableHandle< TermStructure > &riskFreeTS, const RelinkableHandle< TermStructure > &dividendTS, const RelinkableHandle< BlackVolTermStructure > &blackVolTS, double s0)
double drift (Time t, double x) const
 returns the drift part of the equation, i.e. $ \mu(t, x_t) $

double diffusion (Time t, double x) const
 returns the diffusion part of the equation, i.e. $\sigma(t, x_t)$


The documentation for this class was generated from the following files:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen