Uses of Class
net.finmath.montecarlo.interestrate.models.covariance.AbstractLIBORCovarianceModel
Packages that use AbstractLIBORCovarianceModel
Package
Description
Contains covariance models and their calibration as plug-ins for the LIBOR market model and volatility and correlation models which may be used to build a covariance model.
-
Uses of AbstractLIBORCovarianceModel in net.finmath.montecarlo.interestrate.models.covariance
Modifier and TypeClassDescriptionclass
Base class for parametric covariance models, see alsoAbstractLIBORCovarianceModel
.class
Blended model (or displaced diffusion model) build on top of a standard covariance model.class
Displaced model build on top of a standard covariance model.class
Exponential decay model build on top of a given covariance model.class
Special variant of a blended model (or displaced diffusion model) build on top of a standard covariance model using the special function corresponding to the Hull-White local volatility.class
A five parameter covariance model corresponding.class
The five parameter covariance model consisting of anLIBORVolatilityModelMaturityDependentFourParameterExponentialForm
and anLIBORCorrelationModelExponentialDecay
.class
class
A covariance model build from a volatility model implementingLIBORVolatilityModel
and a correlation model implementingLIBORCorrelationModel
.class
As Heston like stochastic volatility model, using a process \( \lambda(t) = \sqrt(V(t)) \) \[ dV(t) = \kappa ( \theta - V(t) ) dt + \xi \sqrt{V(t)} dW_{1}(t), \quad V(0) = 1.0, \] where \( \lambda(0) = 1 \) to scale all factor loadings \( f_{i} \) returned by a given covariance model.class
Simple stochastic volatility model, using a process \[ d\lambda(t) = \nu \lambda(t) \left( \rho \mathrm{d} W_{1}(t) + \sqrt{1-\rho^{2}} \mathrm{d} W_{2}(t) \right) \text{,} \] where \( \lambda(0) = 1 \) to scale all factor loadings \( f_{i} \) returned by a given covariance model.