QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
SABRInterpolation Member List

This is the complete list of members for SABRInterpolation, including all inherited members.

allowsExtrapolation() constExtrapolator
alpha() constSABRInterpolation
beta() constSABRInterpolation
checkRange(Real x, bool extrapolate) constInterpolationprotected
coeffs() constSABRInterpolationprivate
derivative(Real x, bool allowExtrapolation=false) constInterpolation
disableExtrapolation(bool b=true)Extrapolator
empty() constInterpolation
enableExtrapolation(bool b=true)Extrapolator
endCriteria()SABRInterpolation
expiry() constSABRInterpolation
extrapolate_Extrapolatorprivate
Extrapolator()=defaultExtrapolator
forward() constSABRInterpolation
impl_Interpolationprotected
Interpolation()=defaultInterpolation
interpolationWeights() constSABRInterpolation
isInRange(Real x) constInterpolation
maxError() constSABRInterpolation
nu() constSABRInterpolation
operator()(Real x, bool allowExtrapolation=false) constInterpolation
primitive(Real x, bool allowExtrapolation=false) constInterpolation
rho() constSABRInterpolation
rmsError() constSABRInterpolation
SABRInterpolation(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, Time t, const Real &forward, Real alpha, Real beta, Real nu, Real rho, bool alphaIsFixed, bool betaIsFixed, bool nuIsFixed, bool rhoIsFixed, bool vegaWeighted=true, const ext::shared_ptr< EndCriteria > &endCriteria=ext::shared_ptr< EndCriteria >(), const ext::shared_ptr< OptimizationMethod > &optMethod=ext::shared_ptr< OptimizationMethod >(), const Real errorAccept=0.0020, const bool useMaxError=false, const Size maxGuesses=50, const Real shift=0.0, const VolatilityType volatilityType=VolatilityType::ShiftedLognormal)SABRInterpolation
secondDerivative(Real x, bool allowExtrapolation=false) constInterpolation
update()Interpolation
xMax() constInterpolation
xMin() constInterpolation
~Extrapolator()=defaultExtrapolatorvirtual
~Interpolation() override=defaultInterpolation