Uses of Interface
net.finmath.montecarlo.interestrate.TermStructureMonteCarloSimulationModel
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 . |
-
Uses of TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.hybridassetinterestrate
Subinterfaces of TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.hybridassetinterestrate Modifier and Type Interface Description interface
HybridAssetLIBORModelMonteCarloSimulation
Basic interface which has to be implemented by Monte Carlo models for hybrid processes.Classes in net.finmath.montecarlo.hybridassetinterestrate that implement TermStructureMonteCarloSimulationModel Modifier and Type Class Description class
HybridAssetLIBORModelMonteCarloSimulationFromModels
An Equity Hybrid LIBOR Market Model composed of an object implementingLIBORModelMonteCarloSimulationModel
providing the interest rate simulation and the numeraire and an object implementingAssetModelMonteCarloSimulationModel
providing the asset simulation. -
Uses of TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.interestrate
Subinterfaces of TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.interestrate Modifier and Type Interface Description interface
LIBORModelMonteCarloSimulationModel
Basic interface which has to be implemented by Monte Carlo models for LIBOR processes.Classes in net.finmath.montecarlo.interestrate that implement TermStructureMonteCarloSimulationModel Modifier and Type Class Description class
LIBORMonteCarloSimulationFromLIBORModel
Implements convenient methods for a LIBOR market model, based on a givenLIBORModel
model (e.g. implemented byLIBORMarketModelFromCovarianceModel
) andMonteCarloProcess
process (e.g. implemented byEulerSchemeFromProcessModel
class
LIBORMonteCarloSimulationFromTermStructureModel
Implements convenient methods for a LIBOR market model, based on a givenLIBORMarketModelFromCovarianceModel
model andAbstractLogNormalProcess
process.Methods in net.finmath.montecarlo.interestrate that return TermStructureMonteCarloSimulationModel Modifier and Type Method Description TermStructureMonteCarloSimulationModel
LIBORMonteCarloSimulationFromTermStructureModel. getCloneWithModifiedData(String entityKey, Object dataModified)
Create a clone of this simulation modifying one of its properties (if any).