Bates stochastic-volatility model. More...
#include <ql/models/equity/batesmodel.hpp>
Public Member Functions | |
BatesModel (const ext::shared_ptr< BatesProcess > &process) | |
Real | nu () const |
Real | delta () const |
Real | lambda () const |
![]() | |
HestonModel (const ext::shared_ptr< HestonProcess > &process) | |
Real | theta () const |
Real | kappa () const |
Real | sigma () const |
Real | rho () const |
Real | v0 () const |
ext::shared_ptr< HestonProcess > | process () const |
![]() | |
CalibratedModel (Size nArguments) | |
void | update () |
virtual void | calibrate (const std::vector< ext::shared_ptr< CalibrationHelper > > &, OptimizationMethod &method, const EndCriteria &endCriteria, const Constraint &constraint=Constraint(), const std::vector< Real > &weights=std::vector< Real >(), const std::vector< bool > &fixParameters=std::vector< bool >()) |
Calibrate to a set of market instruments (usually caps/swaptions) More... | |
virtual QL_DEPRECATED void | calibrate (const std::vector< ext::shared_ptr< BlackCalibrationHelper > > &, OptimizationMethod &method, const EndCriteria &endCriteria, const Constraint &constraint=Constraint(), const std::vector< Real > &weights=std::vector< Real >(), const std::vector< bool > &fixParameters=std::vector< bool >()) |
Real | value (const Array ¶ms, const std::vector< ext::shared_ptr< CalibrationHelper > > &) |
QL_DEPRECATED Real | value (const Array ¶ms, const std::vector< ext::shared_ptr< BlackCalibrationHelper > > &) |
const ext::shared_ptr< Constraint > & | constraint () const |
EndCriteria::Type | endCriteria () const |
Returns end criteria result. | |
const Array & | problemValues () const |
Returns the problem values. | |
Disposable< Array > | params () const |
Returns array of arguments on which calibration is done. | |
virtual void | setParams (const Array ¶ms) |
Integer | functionEvaluation () const |
![]() | |
Observer (const Observer &) | |
Observer & | operator= (const Observer &) |
std::pair< iterator, bool > | registerWith (const ext::shared_ptr< Observable > &) |
void | registerWithObservables (const ext::shared_ptr< Observer > &) |
Size | unregisterWith (const ext::shared_ptr< Observable > &) |
void | unregisterWithAll () |
virtual void | deepUpdate () |
![]() | |
Observable (const Observable &) | |
Observable & | operator= (const Observable &) |
void | notifyObservers () |
Protected Member Functions | |
void | generateArguments () |
![]() | |
void | generateArguments () |
Additional Inherited Members | |
![]() | |
typedef boost::unordered_set< ext::shared_ptr< Observable > > | set_type |
typedef set_type::iterator | iterator |
![]() | |
ext::shared_ptr< HestonProcess > | process_ |
![]() | |
std::vector< Parameter > | arguments_ |
ext::shared_ptr< Constraint > | constraint_ |
EndCriteria::Type | shortRateEndCriteria_ |
Array | problemValues_ |
Integer | functionEvaluation_ |
Bates stochastic-volatility model.
extended versions of Heston model for the stochastic volatility of an asset including jumps.
References: A. Sepp, Pricing European-Style Options under Jump Diffusion Processes with Stochastic Volatility: Applications of Fourier Transform (http://math.ut.ee/~spartak/papers/stochjumpvols.pdf)