Uses of Interface
net.finmath.montecarlo.interestrate.models.covariance.TermStructureCovarianceModel
Packages that use TermStructureCovarianceModel
Package
Description
Interest rate models implementing
ProcessModel
e.g.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 TermStructureCovarianceModel in net.finmath.montecarlo.interestrate.models
Methods in net.finmath.montecarlo.interestrate.models that return TermStructureCovarianceModelModifier and TypeMethodDescriptionLIBORMarketModelWithTenorRefinement.getCovarianceModel()
Returns the term structure covariance model.Constructors in net.finmath.montecarlo.interestrate.models with parameters of type TermStructureCovarianceModelModifierConstructorDescriptionLIBORMarketModelWithTenorRefinement(TimeDiscretization[] liborPeriodDiscretizations, Integer[] numberOfDiscretizationIntervals, AnalyticModel analyticModel, ForwardCurve forwardRateCurve, DiscountCurve discountCurve, TermStructureCovarianceModel covarianceModel, CalibrationProduct[] calibrationProducts, Map<String,?> properties)
Creates a model for given covariance. -
Uses of TermStructureCovarianceModel in net.finmath.montecarlo.interestrate.models.covariance
Classes in net.finmath.montecarlo.interestrate.models.covariance that implement TermStructureCovarianceModelModifier and TypeClassDescriptionclass
class
A base class and interface description for the instantaneous covariance of an forward rate interest rate model.