Uses of Interface
net.finmath.montecarlo.automaticdifferentiation.IndependentModelParameterProvider
| 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.models |
Interest rate models implementing
ProcessModel
e.g. by extending AbstractProcessModel. |
-
Uses of IndependentModelParameterProvider in net.finmath.montecarlo.hybridassetinterestrate
Subinterfaces of IndependentModelParameterProvider in net.finmath.montecarlo.hybridassetinterestrate Modifier and Type Interface Description interfaceHybridAssetLIBORModelMonteCarloSimulationBasic interface which has to be implemented by Monte Carlo models for hybrid processes.Classes in net.finmath.montecarlo.hybridassetinterestrate that implement IndependentModelParameterProvider Modifier and Type Class Description classHybridAssetLIBORModelMonteCarloSimulationFromModelsAn Equity Hybrid LIBOR Market Model composed of an object implementingLIBORModelMonteCarloSimulationModelproviding the interest rate simulation and the numeraire and an object implementingAssetModelMonteCarloSimulationModelproviding the asset simulation. -
Uses of IndependentModelParameterProvider in net.finmath.montecarlo.interestrate
Subinterfaces of IndependentModelParameterProvider 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.interfaceLIBORModelinterfaceLIBORModelMonteCarloSimulationModelBasic interface which has to be implemented by Monte Carlo models for LIBOR processes.Classes in net.finmath.montecarlo.interestrate that implement IndependentModelParameterProvider Modifier and Type Class Description classLIBORMonteCarloSimulationFromLIBORModelImplements convenient methods for a LIBOR market model, based on a givenLIBORModelmodel (e.g. implemented byLIBORMarketModelFromCovarianceModel) andMonteCarloProcessprocess (e.g. implemented byEulerSchemeFromProcessModelclassLIBORMonteCarloSimulationFromTermStructureModelImplements convenient methods for a LIBOR market model, based on a givenLIBORMarketModelFromCovarianceModelmodel andAbstractLogNormalProcessprocess. -
Uses of IndependentModelParameterProvider in net.finmath.montecarlo.interestrate.models
Classes in net.finmath.montecarlo.interestrate.models that implement IndependentModelParameterProvider 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.