| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TermStructureCovarianceModelInterface |
LIBORMarketModelWithTenorRefinement.getCovarianceModel()
Returns the term structure covariance model.
|
| Constructor and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TermStructCovarianceModelFromLIBORCovarianceModelParametric |
class |
TermStructureCovarianceModelParametric
A base class and interface description for the instantaneous covariance of
an forward rate interest rate model.
|
Copyright © 2019. All rights reserved.