Uses of Interface
net.finmath.montecarlo.interestrate.TermStructureMonteCarloSimulationModel
-
Packages that use 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 fromnet.finmath.montecarlo.process. -
-
Uses of TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.hybridassetinterestrate
Subinterfaces of TermStructureMonteCarloSimulationModel 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 TermStructureMonteCarloSimulationModel 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 TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.interestrate
Subinterfaces of TermStructureMonteCarloSimulationModel in net.finmath.montecarlo.interestrate Modifier and Type Interface Description interfaceLIBORModelMonteCarloSimulationModelBasic 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 classLIBORMonteCarloSimulationFromLIBORModelImplements convenient methods for a LIBOR market model, based on a givenLIBORModelmodel (e.g.classLIBORMonteCarloSimulationFromTermStructureModelImplements convenient methods for a LIBOR market model, based on a givenLIBORMarketModelFromCovarianceModelmodel andAbstractLogNormalProcessprocess.Methods in net.finmath.montecarlo.interestrate that return TermStructureMonteCarloSimulationModel Modifier and Type Method Description TermStructureMonteCarloSimulationModelLIBORMonteCarloSimulationFromTermStructureModel. getCloneWithModifiedData(String entityKey, Object dataModified)Create a clone of this simulation modifying one of its properties (if any).
-