- QuantLib
- AnalyticHestonHullWhiteEngine
Analytic Heston engine incl. stochastic interest rates. More...
#include <ql/pricingengines/vanilla/analytichestonhullwhiteengine.hpp>
Public Member Functions | |
AnalyticHestonHullWhiteEngine (const boost::shared_ptr< HestonModel > &hestonModel, const boost::shared_ptr< HullWhite > &hullWhiteModel, Size integrationOrder=144) | |
AnalyticHestonHullWhiteEngine (const boost::shared_ptr< HestonModel > &model, const boost::shared_ptr< HullWhite > &hullWhiteModel, Real relTolerance, Size maxEvaluations) | |
void | update () |
void | calculate () const |
Protected Member Functions | |
std::complex< Real > | addOnTerm (Real phi, Time t, Size j) const |
Analytic Heston engine incl. stochastic interest rates.
This class is pricing a european options under the following processes
References:
Karel in't Hout, Joris Bierkens, Antoine von der Ploeg, Joe in't Panhuis, A Semi closed-from analytic pricing formula for call options in a hybrid Heston-Hull-White Model.
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>)
void update | ( | ) | [virtual] |
This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.
Reimplemented from GenericEngine< VanillaOption::arguments, VanillaOption::results >.