QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
proxy for a libor forward model covariance parameterization More...
#include <lfmcovarproxy.hpp>
Protected Attributes | |
const ext::shared_ptr< LmVolatilityModel > | volaModel_ |
const ext::shared_ptr< LmCorrelationModel > | corrModel_ |
Protected Attributes inherited from LfmCovarianceParameterization | |
const Size | size_ |
const Size | factors_ |
proxy for a libor forward model covariance parameterization
Definition at line 35 of file lfmcovarproxy.hpp.
LfmCovarianceProxy | ( | ext::shared_ptr< LmVolatilityModel > | volaModel, |
const ext::shared_ptr< LmCorrelationModel > & | corrModel | ||
) |
Definition at line 25 of file lfmcovarproxy.cpp.
ext::shared_ptr< LmVolatilityModel > volatilityModel | ( | ) | const |
Definition at line 38 of file lfmcovarproxy.cpp.
ext::shared_ptr< LmCorrelationModel > correlationModel | ( | ) | const |
Definition at line 43 of file lfmcovarproxy.cpp.
Implements LfmCovarianceParameterization.
Definition at line 47 of file lfmcovarproxy.cpp.
Reimplemented from LfmCovarianceParameterization.
Definition at line 60 of file lfmcovarproxy.cpp.
Reimplemented from LfmCovarianceParameterization.
Definition at line 50 of file lfmcovarparam.cpp.
|
protected |
Definition at line 51 of file lfmcovarproxy.hpp.
|
protected |
Definition at line 52 of file lfmcovarproxy.hpp.