Package | Description |
---|---|
net.finmath.montecarlo.hybridassetinterestrate |
Provides interfaces and classes needed to generate a Hybrid Asset LIBOR Market Model.
|
net.finmath.montecarlo.interestrate |
Provides classes needed to generate a LIBOR market model (using numerical
algorithms from
net.finmath.montecarlo.process . |
net.finmath.montecarlo.interestrate.modelplugins |
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 |
---|---|
TermStructureModelInterface |
HybridAssetLIBORModelMonteCarloSimulation.getModel() |
Modifier and Type | Interface and Description |
---|---|
interface |
LIBORMarketModelInterface |
interface |
LIBORModelInterface |
Constructor and Description |
---|
TermStructureModelMonteCarloSimulation(TermStructureModelInterface model)
Create a LIBOR Monte-Carlo Simulation from a given LIBORMarketModel.
|
TermStructureModelMonteCarloSimulation(TermStructureModelInterface model,
AbstractProcess process)
Create a LIBOR Monte-Carlo Simulation from a given LIBORMarketModel and an AbstractProcess.
|
Modifier and Type | Method and Description |
---|---|
TermStructureCovarianceModelParametric |
TermStructureCovarianceModelParametric.getCloneCalibrated(TermStructureModelInterface calibrationModel,
AbstractLIBORMonteCarloProduct[] calibrationProducts,
double[] calibrationTargetValues,
double[] calibrationWeights,
Map<String,Object> calibrationParameters)
Return a calibrated clone of the covariance model.
|
RandomVariableInterface[] |
TermStructureFactorLoadingsModelInterface.getFactorLoading(double time,
double periodStart,
double periodEnd,
TimeDiscretizationInterface periodDiscretization,
RandomVariableInterface[] realizationAtTimeIndex,
TermStructureModelInterface model)
Return the factor loading for a given time and a term structure period.
|
RandomVariableInterface[] |
TermStructCovarianceModelFromLIBORCovarianceModelParametric.getFactorLoading(double time,
double periodStart,
double periodEnd,
TimeDiscretizationInterface periodDiscretization,
RandomVariableInterface[] realizationAtTimeIndex,
TermStructureModelInterface model) |
RandomVariableInterface[] |
TermStructCovarianceModelFromLIBORCovarianceModel.getFactorLoading(double time,
double periodStart,
double periodEnd,
TimeDiscretizationInterface periodDiscretization,
RandomVariableInterface[] realizationAtTimeIndex,
TermStructureModelInterface model) |
Copyright © 2017. All rights reserved.