Uses of Interface
net.finmath.montecarlo.interestrate.models.covariance.TermStructureCovarianceModelInterface
Package | Description |
---|---|
net.finmath.montecarlo.interestrate.models |
Interest rate models implementing
ProcessModel
e.g. by extending AbstractProcessModel . |
net.finmath.montecarlo.interestrate.models.covariance |
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 TermStructureCovarianceModelInterface in net.finmath.montecarlo.interestrate.models
Methods in net.finmath.montecarlo.interestrate.models that return TermStructureCovarianceModelInterface Modifier and Type Method Description TermStructureCovarianceModelInterface
LIBORMarketModelWithTenorRefinement. getCovarianceModel()
Returns the term structure covariance model.Constructors in net.finmath.montecarlo.interestrate.models with parameters of type TermStructureCovarianceModelInterface Constructor Description LIBORMarketModelWithTenorRefinement(TimeDiscretization[] liborPeriodDiscretizations, Integer[] numberOfDiscretizationIntervalls, AnalyticModel analyticModel, ForwardCurve forwardRateCurve, DiscountCurve discountCurve, TermStructureCovarianceModelInterface covarianceModel, CalibrationProduct[] calibrationProducts, Map<String,?> properties)
Creates a model for given covariance. -
Uses of TermStructureCovarianceModelInterface in net.finmath.montecarlo.interestrate.models.covariance
Classes in net.finmath.montecarlo.interestrate.models.covariance that implement TermStructureCovarianceModelInterface Modifier and Type Class Description class
TermStructCovarianceModelFromLIBORCovarianceModelParametric
class
TermStructureCovarianceModelParametric
A base class and interface description for the instantaneous covariance of an forward rate interest rate model.