QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <hestonexpansionengine.hpp>
Public Member Functions | |
virtual | ~HestonExpansion ()=default |
virtual Real | impliedVolatility (Real strike, Real forward) const =0 |
Interface to represent some Heston expansion formula. During calibration, it would typically be initialized once per implied volatility surface slice, then calls for each surface strike to impliedVolatility(strike, forward) would be performed.
Definition at line 68 of file hestonexpansionengine.hpp.
|
virtualdefault |
Implemented in LPP2HestonExpansion, LPP3HestonExpansion, and FordeHestonExpansion.