addOnTerm (3) Linux Manual Page
QuantLib::AnalyticHestonEngine – analytic Heston-model engine based on Fourier transform Synopsis #include <ql/pricingengines/vanilla/analytichestonengine.hpp> Inherits GenericModelEngine< HestonModel, VanillaOption::arguments, VanillaOption::results >. Inherited by AnalyticHestonHullWhiteEngine, BatesDoubleExpEngine, and BatesEngine. Public Types enum ComplexLogFormula { Gatheral, BranchCorrection } Public Member Functions AnalyticHestonEngine (const boost::shared_ptr< HestonModel > &model, Real relTolerance, Size maxEvaluations) AnalyticHestonEngine (const boost::shared_ptr< HestonModel > &model, Size integrationOrder=144) AnalyticHestonEngine (const…
