QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <hestonexpansionengine.hpp>
Public Member Functions | |
FordeHestonExpansion (Real kappa, Real theta, Real sigma, Real v0, Real rho, Real term) | |
Real | impliedVolatility (Real strike, Real forward) const override |
Public Member Functions inherited from HestonExpansion | |
virtual | ~HestonExpansion ()=default |
virtual Real | impliedVolatility (Real strike, Real forward) const =0 |
Private Attributes | |
Real | coeffs [5] |
Small-time expansion from "The small-time smile and term structure of implied volatility under the Heston model" M Forde, A Jacquier, R Lee - SIAM Journal on Financial Mathematics, 2012 - SIAM
Definition at line 125 of file hestonexpansionengine.hpp.
Definition at line 198 of file hestonexpansionengine.cpp.
Implements HestonExpansion.
Definition at line 216 of file hestonexpansionengine.cpp.
|
private |
Definition at line 131 of file hestonexpansionengine.hpp.