Uses of Interface
net.finmath.montecarlo.interestrate.TermStructureModel
-
Packages that use TermStructureModel Package Description net.finmath.montecarlo.hybridassetinterestrate Provides interfaces and classes needed to generate a Hybrid Asset LIBOR Market Model.net.finmath.montecarlo.interestrate Provides interfaces and classes needed to generate interest rate models model (using numerical algorithms fromnet.finmath.montecarlo.process.net.finmath.montecarlo.interestrate.models Interest rate models implementingProcessModele.g.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 TermStructureModel in net.finmath.montecarlo.hybridassetinterestrate
Methods in net.finmath.montecarlo.hybridassetinterestrate that return TermStructureModel Modifier and Type Method Description TermStructureModelHybridAssetLIBORModelMonteCarloSimulationFromModels. getModel() -
Uses of TermStructureModel in net.finmath.montecarlo.interestrate
Subinterfaces of TermStructureModel in net.finmath.montecarlo.interestrate Modifier and Type Interface Description interfaceLIBORMarketModelInterface for LIBOR Market Models which are determined by a covariance structure defined on discrete forward rates.interfaceLIBORModelMethods in net.finmath.montecarlo.interestrate that return TermStructureModel Modifier and Type Method Description TermStructureModelTermStructureModel. getCloneWithModifiedData(Map<String,Object> dataModified)Create a new object implementing TermStructureModel, using the new data.TermStructureModelLIBORMonteCarloSimulationFromTermStructureModel. getModel()TermStructureModelTermStructureMonteCarloSimulationFromTermStructureModel. getModel()TermStructureModelTermStructureMonteCarloSimulationModel. getModel()Returns the underlying model.Constructors in net.finmath.montecarlo.interestrate with parameters of type TermStructureModel Constructor Description LIBORMonteCarloSimulationFromTermStructureModel(TermStructureModel model, MonteCarloProcess process)Create a LIBOR Monte-Carlo Simulation from a given LIBORMarketModelFromCovarianceModel and an MonteCarloProcessFromProcessModel.TermStructureMonteCarloSimulationFromTermStructureModel(TermStructureModel model, MonteCarloProcess process)Create a LIBOR Monte-Carlo Simulation from a given LIBORMarketModelFromCovarianceModel and an MonteCarloProcessFromProcessModel. -
Uses of TermStructureModel in net.finmath.montecarlo.interestrate.models
Classes in net.finmath.montecarlo.interestrate.models that implement TermStructureModel Modifier and Type Class Description classHullWhiteModelImplements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.classHullWhiteModelWithConstantCoeffImplements a Hull-White model with constant coefficients.classHullWhiteModelWithDirectSimulationImplements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.classHullWhiteModelWithShiftExtensionImplements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.classLIBORMarketModelFromCovarianceModelImplements a (generalized) LIBOR market model with generic covariance structure (lognormal, normal, displaced or stochastic volatility) with some drift approximation methods.classLIBORMarketModelStandardImplements a basic LIBOR market model with some drift approximation methods.classLIBORMarketModelWithTenorRefinementImplements a discretized Heath-Jarrow-Morton model / LIBOR market model with dynamic tenor refinement, see https://papers.ssrn.com/sol3/papers.cfm?abstract_id=2884699.Methods in net.finmath.montecarlo.interestrate.models that return TermStructureModel Modifier and Type Method Description TermStructureModelLIBORMarketModelWithTenorRefinement. getCloneWithModifiedData(Map<String,Object> dataModified) -
Uses of TermStructureModel in net.finmath.montecarlo.interestrate.models.covariance
Methods in net.finmath.montecarlo.interestrate.models.covariance with parameters of type TermStructureModel Modifier and Type Method Description TermStructureCovarianceModelParametricTermStructureCovarianceModelParametric. getCloneCalibrated(TermStructureModel calibrationModel, CalibrationProduct[] calibrationProducts, Map<String,Object> calibrationParameters)Return a calibrated clone of the covariance model.RandomVariable[]TermStructCovarianceModelFromLIBORCovarianceModel. getFactorLoading(double time, double periodStart, double periodEnd, TimeDiscretization periodDiscretization, RandomVariable[] realizationAtTimeIndex, TermStructureModel model)RandomVariable[]TermStructCovarianceModelFromLIBORCovarianceModelParametric. getFactorLoading(double time, double periodStart, double periodEnd, TimeDiscretization periodDiscretization, RandomVariable[] realizationAtTimeIndex, TermStructureModel model)RandomVariable[]TermStructureFactorLoadingsModel. getFactorLoading(double time, double periodStart, double periodEnd, TimeDiscretization periodDiscretization, RandomVariable[] realizationAtTimeIndex, TermStructureModel model)Return the factor loading for a given time and a term structure period.
-