QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
no arbtrage sabr interpolation factory and traits More...
#include <noarbsabrinterpolation.hpp>
Public Member Functions | |
NoArbSabr (Time t, Real forward, Real alpha, Real beta, Real nu, Real rho, bool alphaIsFixed, bool betaIsFixed, bool nuIsFixed, bool rhoIsFixed, bool vegaWeighted=false, ext::shared_ptr< EndCriteria > endCriteria=ext::shared_ptr< EndCriteria >(), ext::shared_ptr< OptimizationMethod > optMethod=ext::shared_ptr< OptimizationMethod >(), const Real errorAccept=0.0020, 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 | beta_ |
Real | nu_ |
Real | rho_ |
bool | alphaIsFixed_ |
bool | betaIsFixed_ |
bool | nuIsFixed_ |
bool | rhoIsFixed_ |
bool | vegaWeighted_ |
const ext::shared_ptr< EndCriteria > | endCriteria_ |
const ext::shared_ptr< OptimizationMethod > | optMethod_ |
const Real | errorAccept_ |
const bool | useMaxError_ |
const Size | maxGuesses_ |
no arbtrage sabr interpolation factory and traits
Definition at line 241 of file noarbsabrinterpolation.hpp.
NoArbSabr | ( | Time | t, |
Real | forward, | ||
Real | alpha, | ||
Real | beta, | ||
Real | nu, | ||
Real | rho, | ||
bool | alphaIsFixed, | ||
bool | betaIsFixed, | ||
bool | nuIsFixed, | ||
bool | rhoIsFixed, | ||
bool | vegaWeighted = false , |
||
ext::shared_ptr< EndCriteria > | endCriteria = ext::shared_ptr<EndCriteria>() , |
||
ext::shared_ptr< OptimizationMethod > | optMethod = ext::shared_ptr<OptimizationMethod>() , |
||
const Real | errorAccept = 0.0020 , |
||
const bool | useMaxError = false , |
||
const Size | maxGuesses = 50 |
||
) |
Definition at line 243 of file noarbsabrinterpolation.hpp.
Interpolation interpolate | ( | const I1 & | xBegin, |
const I1 & | xEnd, | ||
const I2 & | yBegin | ||
) | const |
Definition at line 265 of file noarbsabrinterpolation.hpp.
|
static |
Definition at line 272 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 275 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 276 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 277 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 277 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 277 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 277 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 278 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 278 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 278 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 278 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 279 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 280 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 281 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 282 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 283 of file noarbsabrinterpolation.hpp.
|
private |
Definition at line 284 of file noarbsabrinterpolation.hpp.