|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Libor market model parameterization More...
#include <lfmcovarparam.hpp>
Inheritance diagram for LfmCovarianceParameterization:
Collaboration diagram for LfmCovarianceParameterization:Public Member Functions | |
| LfmCovarianceParameterization (Size size, Size factors) | |
| virtual | ~LfmCovarianceParameterization ()=default |
| Size | size () const |
| Size | factors () const |
| virtual Matrix | diffusion (Time t, const Array &x={}) const =0 |
| virtual Matrix | covariance (Time t, const Array &x={}) const |
| virtual Matrix | integratedCovariance (Time t, const Array &x={}) const |
Protected Attributes | |
| const Size | size_ |
| const Size | factors_ |
Libor market model parameterization
Brigo, Damiano, Mercurio, Fabio, Morini, Massimo, 2003, Different Covariance Parameterizations of the Libor Market Model and Joint Caps/Swaptions Calibration (http://www.exoticderivatives.com/Files/Papers/brigomercuriomorini.pdf)
Definition at line 39 of file lfmcovarparam.hpp.
| LfmCovarianceParameterization | ( | Size | size, |
| Size | factors | ||
| ) |
Definition at line 41 of file lfmcovarparam.hpp.
|
virtualdefault |
| Size size | ( | ) | const |
Definition at line 45 of file lfmcovarparam.hpp.
| Size factors | ( | ) | const |
Definition at line 46 of file lfmcovarparam.hpp.
Implemented in LfmCovarianceProxy, and LfmHullWhiteParameterization.
Reimplemented in LfmCovarianceProxy, and LfmHullWhiteParameterization.
Definition at line 47 of file lfmcovarparam.cpp.
Here is the call graph for this function:Reimplemented in LfmCovarianceProxy, and LfmHullWhiteParameterization.
Definition at line 53 of file lfmcovarparam.cpp.
Here is the call graph for this function:
|
protected |
Definition at line 53 of file lfmcovarparam.hpp.
|
protected |
Definition at line 54 of file lfmcovarparam.hpp.