LGM 1F Constant Parametrization. More...
#include <qle/models/irlgm1fconstantparametrization.hpp>
Inheritance diagram for Lgm1fConstantParametrization< TS >:
Collaboration diagram for Lgm1fConstantParametrization< TS >:Public Member Functions | |
| Lgm1fConstantParametrization (const Currency ¤cy, const Handle< TS > &termStructure, const Real alpha, const Real kappa, const std::string &name=std::string()) | |
| Real | zeta (const Time t) const override |
| Real | H (const Time t) const override |
| Real | alpha (const Time t) const override |
| Real | kappa (const Time t) const override |
| Real | Hprime (const Time t) const override |
| Real | Hprime2 (const Time t) const override |
| const QuantLib::ext::shared_ptr< Parameter > | parameter (const Size) const override |
Public Member Functions inherited from Lgm1fParametrization< TS > | |
| Lgm1fParametrization (const Currency ¤cy, const Handle< TS > &termStructure, const std::string &name=std::string()) | |
| virtual Real | zeta (const Time t) const =0 |
| virtual Real | H (const Time t) const =0 |
| virtual Real | alpha (const Time t) const |
| virtual Real | kappa (const Time t) const |
| virtual Real | Hprime (const Time t) const |
| virtual Real | Hprime2 (const Time t) const |
| virtual Real | hullWhiteSigma (const Time t) const |
| const Handle< TS > | termStructure () const |
| Real | zetan (const Size n, const Time t, const QuantLib::ext::shared_ptr< Integrator > &integrator) |
| Real & | shift () |
| Real & | scaling () |
| Size | numberOfParameters () const override |
| void | update () const override |
Public Member Functions inherited from Parametrization | |
| Parametrization (const Currency ¤cy, const std::string &name="") | |
| virtual | ~Parametrization () |
| virtual const Currency & | currency () const |
| virtual const Array & | parameterTimes (const Size) const |
| virtual Size | numberOfParameters () const |
| virtual Array | parameterValues (const Size) const |
| virtual const QuantLib::ext::shared_ptr< Parameter > | parameter (const Size) const |
| virtual void | update () const |
| const std::string & | name () const |
| virtual Real | direct (const Size, const Real x) const |
| virtual Real | inverse (const Size, const Real y) const |
Protected Member Functions | |
| Real | direct (const Size i, const Real x) const override |
| Real | inverse (const Size j, const Real y) const override |
Protected Member Functions inherited from Parametrization | |
| Time | tr (const Time t) const |
| Time | tl (const Time t) const |
| Time | tr2 (const Time t) const |
| Time | tm2 (const Time t) const |
| Time | tl2 (const Time t) const |
Private Attributes | |
| const QuantLib::ext::shared_ptr< PseudoParameter > | alpha_ |
| const QuantLib::ext::shared_ptr< PseudoParameter > | kappa_ |
| const Real | zeroKappaCutoff_ |
Additional Inherited Members | |
Protected Attributes inherited from Lgm1fParametrization< TS > | |
| Real | shift_ |
| Real | scaling_ |
Protected Attributes inherited from Parametrization | |
| const Real | h_ |
| const Real | h2_ |
LGM 1F Constant Parametrization.
Definition at line 34 of file irlgm1fconstantparametrization.hpp.
| Lgm1fConstantParametrization | ( | const Currency & | currency, |
| const Handle< TS > & | termStructure, | ||
| const Real | alpha, | ||
| const Real | kappa, | ||
| const std::string & | name = std::string() |
||
| ) |
Definition at line 58 of file irlgm1fconstantparametrization.hpp.
Here is the call graph for this function:
|
overridevirtual |
zeta must satisfy zeta(0) = 0, zeta'(t) >= 0
Implements Lgm1fParametrization< TS >.
Definition at line 77 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
overridevirtual |
H must be such that H' does not change its sign
Implements Lgm1fParametrization< TS >.
Definition at line 81 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from Lgm1fParametrization< TS >.
Definition at line 89 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from Lgm1fParametrization< TS >.
Definition at line 93 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from Lgm1fParametrization< TS >.
Definition at line 97 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from Lgm1fParametrization< TS >.
Definition at line 101 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
overridevirtual |
the parameter storing the raw parameter values
Reimplemented from Parametrization.
Definition at line 106 of file irlgm1fconstantparametrization.hpp.
|
overrideprotectedvirtual |
transformations between raw and actual parameters
Reimplemented from Parametrization.
Definition at line 69 of file irlgm1fconstantparametrization.hpp.
|
overrideprotectedvirtual |
Reimplemented from Parametrization.
Definition at line 73 of file irlgm1fconstantparametrization.hpp.
Here is the caller graph for this function:
|
private |
Definition at line 51 of file irlgm1fconstantparametrization.hpp.
|
private |
Definition at line 51 of file irlgm1fconstantparametrization.hpp.
|
private |
Definition at line 52 of file irlgm1fconstantparametrization.hpp.