SABR interpolation factory and traits More...
#include <qle/models/normalsabrinterpolation.hpp>
Public Member Functions | |
NormalSABR (Time t, Real forward, Real alpha, Real nu, Real rho, bool alphaIsFixed, bool nuIsFixed, bool rhoIsFixed, bool vegaWeighted=false, const QuantLib::ext::shared_ptr< EndCriteria > endCriteria=QuantLib::ext::shared_ptr< EndCriteria >(), const QuantLib::ext::shared_ptr< OptimizationMethod > optMethod=QuantLib::ext::shared_ptr< OptimizationMethod >(), const Real errorAccept=0.0002, const bool useMaxError=false, const Size maxGuesses=50) | |
template<class I1 , class I2 > | |
Interpolation | interpolate (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) const |
Static Public Attributes | |
static const bool | global = true |
Private Attributes | |
Time | t_ |
Real | forward_ |
Real | alpha_ |
Real | nu_ |
Real | rho_ |
bool | alphaIsFixed_ |
bool | nuIsFixed_ |
bool | rhoIsFixed_ |
bool | vegaWeighted_ |
const QuantLib::ext::shared_ptr< EndCriteria > | endCriteria_ |
const QuantLib::ext::shared_ptr< OptimizationMethod > | optMethod_ |
const Real | errorAccept_ |
const bool | useMaxError_ |
const Size | maxGuesses_ |
SABR interpolation factory and traits
Definition at line 155 of file normalsabrinterpolation.hpp.
NormalSABR | ( | Time | t, |
Real | forward, | ||
Real | alpha, | ||
Real | nu, | ||
Real | rho, | ||
bool | alphaIsFixed, | ||
bool | nuIsFixed, | ||
bool | rhoIsFixed, | ||
bool | vegaWeighted = false , |
||
const QuantLib::ext::shared_ptr< EndCriteria > | endCriteria = QuantLib::ext::shared_ptr<EndCriteria>() , |
||
const QuantLib::ext::shared_ptr< OptimizationMethod > | optMethod = QuantLib::ext::shared_ptr<OptimizationMethod>() , |
||
const Real | errorAccept = 0.0002 , |
||
const bool | useMaxError = false , |
||
const Size | maxGuesses = 50 |
||
) |
Definition at line 157 of file normalsabrinterpolation.hpp.
Interpolation interpolate | ( | const I1 & | xBegin, |
const I1 & | xEnd, | ||
const I2 & | yBegin | ||
) | const |
Definition at line 165 of file normalsabrinterpolation.hpp.
|
static |
Definition at line 170 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 173 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 174 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 175 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 175 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 175 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 176 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 176 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 176 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 177 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 178 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 179 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 180 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 181 of file normalsabrinterpolation.hpp.
|
private |
Definition at line 182 of file normalsabrinterpolation.hpp.