QuantLib_BatesProcess

Langue: en

Version: 170729 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

QuantLib::BatesProcess - Square-root stochastic-volatility Bates process.

SYNOPSIS


#include <ql/processes/batesprocess.hpp>

Inherits QuantLib::HestonProcess.

Public Member Functions


BatesProcess (const Handle< YieldTermStructure > &riskFreeRate, const Handle< YieldTermStructure > &dividendYield, const Handle< Quote > &s0, Real v0, Real kappa, Real theta, Real sigma, Real rho, Real lambda, Real nu, Real delta, HestonProcess::Discretization d=HestonProcess::FullTruncation)

Size factors () const
returns the number of independent factors of the process
Disposable< Array > drift (Time t, const Array &x) const
returns the drift part of the equation, i.e., $ mu(t, mathrm{x}_t) $
Disposable< Array > evolve (Time t0, const Array &x0, Time dt, const Array &dw) const

Real lambda () const

Real nu () const

Real delta () const

Detailed Description

Square-root stochastic-volatility Bates process.

This class describes the square root stochastic volatility process incl jumps governed by ht \nd{array} ]

Member Function Documentation

Disposable<Array> evolve (Time t0, const Array & x0, Time dt, const Array & dw) const [virtual]

returns the asset value after a time interval $ Delta t $ according to the given discretization. By default, it returns \ where $ E $ is the expectation and $ S $ the standard deviation.

Reimplemented from HestonProcess.

Author

Generated automatically by Doxygen for QuantLib from the source code.