Uses of Interface
net.finmath.montecarlo.interestrate.LIBORModel
Packages that use LIBORModel
Package
Description
Provides classes needed to generate a LIBOR market model (using numerical
algorithms from
net.finmath.montecarlo.process
.Interest rate models implementing
ProcessModel
e.g.-
Uses of LIBORModel in net.finmath.montecarlo.interestrate
Subinterfaces of LIBORModel in net.finmath.montecarlo.interestrateModifier and TypeInterfaceDescriptioninterface
Interface for LIBOR Market Models which are determined by a covariance structure defined on discrete forward rates.Methods in net.finmath.montecarlo.interestrate that return LIBORModelModifier and TypeMethodDescriptionLIBORModel.getCloneWithModifiedData(Map<String,Object> dataModified)
Create a new object implementing LIBORModel, using the new data.LIBORMonteCarloSimulationFromLIBORModel.getModel()
Constructors in net.finmath.montecarlo.interestrate with parameters of type LIBORModelModifierConstructorDescriptionLIBORMonteCarloSimulationFromLIBORModel(LIBORModel model, MonteCarloProcess process)
Deprecated. -
Uses of LIBORModel in net.finmath.montecarlo.interestrate.models
Classes in net.finmath.montecarlo.interestrate.models that implement LIBORModelModifier and TypeClassDescriptionclass
Implements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.class
Implements a Hull-White model with constant coefficients.class
Implements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.class
Implements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.class
Implements a (generalized) LIBOR market model with generic covariance structure (lognormal, normal, displaced or stochastic volatility) with some drift approximation methods.class
Implements a basic LIBOR market model with some drift approximation methods.Methods in net.finmath.montecarlo.interestrate.models that return LIBORModelModifier and TypeMethodDescriptionHullWhiteModel.getCloneWithModifiedData(Map<String,Object> dataModified)