Uses of Interface
net.finmath.montecarlo.model.ProcessModel
-
Packages that use ProcessModel Package Description net.finmath.montecarlo.assetderivativevaluation Monte-Carlo models for asset value processes, like the Black Scholes model.net.finmath.montecarlo.assetderivativevaluation.models Equity models implementingProcessModele.g.net.finmath.montecarlo.crosscurrency Provides classes for Cross-Currency models to be implemented via Monte-Carlo algorithms fromnet.finmath.montecarlo.process.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.net.finmath.montecarlo.interestrate.models Interest rate models implementingProcessModele.g.net.finmath.montecarlo.model Provides an interface and a base class for process models, i.e., models providing the parameters for stochastic processes.net.finmath.montecarlo.process Interfaced for stochastic processes and numerical schemes for stochastic processes (SDEs), like the Euler scheme. -
-
Uses of ProcessModel in net.finmath.montecarlo.assetderivativevaluation
Classes in net.finmath.montecarlo.assetderivativevaluation that implement ProcessModel Modifier and Type Class Description classMonteCarloMultiAssetBlackScholesModelThis class implements a multi-asset Black Schole Model as Monte-Carlo simulation implementingAssetModelMonteCarloSimulationModel.Methods in net.finmath.montecarlo.assetderivativevaluation that return ProcessModel Modifier and Type Method Description ProcessModelMonteCarloAssetModel. getModel()Returns theProcessModelused for this Monte-Carlo simulation.Constructors in net.finmath.montecarlo.assetderivativevaluation with parameters of type ProcessModel Constructor Description MonteCarloAssetModel(ProcessModel model, IndependentIncrements stochasticDriver)Convenient constructor being the same as this(new EulerSchemeFromProcessModel(model, stochasticDriver))MonteCarloAssetModel(ProcessModel model, MonteCarloProcess process)Deprecated.May be made private in future releases. -
Uses of ProcessModel in net.finmath.montecarlo.assetderivativevaluation.models
Classes in net.finmath.montecarlo.assetderivativevaluation.models that implement ProcessModel Modifier and Type Class Description classBachelierModelThis class implements a (variant of the) Bachelier model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classBlackScholesModelThis class implements a Black Scholes Model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classBlackScholesModelWithCurvesThis class implements a Black Scholes Model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classDisplacedLognomalModelThis class implements a displaced lognormal model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classHestonModelThis class implements a Heston Model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classInhomogeneousDisplacedLognomalModelThis class implements an inhomogeneous displaced log-normal model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classInhomogenousBachelierModelThis class implements a (variant of the) Bachelier model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classMertonModelThis class implements a Merton Model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.classMultiAssetBlackScholesModelThis class implements a multi-asset Black Scholes model providing anAbstractProcessModel.classVarianceGammaModelThis class implements a Variance Gamma Model, that is, it provides the drift and volatility specification and performs the calculation of the numeraire (consistent with the dynamics, i.e.Methods in net.finmath.montecarlo.assetderivativevaluation.models that return ProcessModel Modifier and Type Method Description ProcessModelMertonModel. getCloneWithModifiedData(Map<String,Object> dataModified)ProcessModelVarianceGammaModel. getCloneWithModifiedData(Map<String,Object> dataModified) -
Uses of ProcessModel in net.finmath.montecarlo.crosscurrency
Methods in net.finmath.montecarlo.crosscurrency that return ProcessModel Modifier and Type Method Description ProcessModelCrossCurrencyTermStructureMonteCarloSimulationModel. getModel()Returns the underlying model. -
Uses of ProcessModel in net.finmath.montecarlo.hybridassetinterestrate
Constructors in net.finmath.montecarlo.hybridassetinterestrate with parameters of type ProcessModel Constructor Description ConvexityAdjustedModel(ProcessModel baseModel, MonteCarloProcess measureTransformModel, Map<Integer,Integer> factorLoadingMap) -
Uses of ProcessModel in net.finmath.montecarlo.interestrate
Subinterfaces of ProcessModel 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.interfaceLIBORModelinterfaceTermStructureModelMethods in net.finmath.montecarlo.interestrate that return ProcessModel Modifier and Type Method Description ProcessModelTermStructureMonteCarloSimulationModel. getModel()Returns the underlying model. -
Uses of ProcessModel in net.finmath.montecarlo.interestrate.models
Classes in net.finmath.montecarlo.interestrate.models that implement ProcessModel 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. -
Uses of ProcessModel in net.finmath.montecarlo.model
Classes in net.finmath.montecarlo.model that implement ProcessModel Modifier and Type Class Description classAbstractProcessModelThis class is an abstract base class to implement a model provided to an MonteCarloProcessFromProcessModel.Methods in net.finmath.montecarlo.model that return ProcessModel Modifier and Type Method Description ProcessModelProcessModel. getCloneWithModifiedData(Map<String,Object> dataModified)Returns a clone of this model where the specified properties have been modified. -
Uses of ProcessModel in net.finmath.montecarlo.process
Methods in net.finmath.montecarlo.process that return ProcessModel Modifier and Type Method Description ProcessModelMonteCarloProcessFromProcessModel. getModel()Get the model used to generate the stochastic process.default ProcessModelProcess. getModel()Returns the model that is used to generate this process, null if no model was used.Methods in net.finmath.montecarlo.process with parameters of type ProcessModel Modifier and Type Method Description MonteCarloProcessEulerSchemeFromProcessModel. getCloneWithModifiedModel(ProcessModel model)MonteCarloProcessMonteCarloProcess. getCloneWithModifiedModel(ProcessModel model)Returns a clone of this model where the specified properties have been modified.Constructors in net.finmath.montecarlo.process with parameters of type ProcessModel Constructor Description EulerSchemeFromProcessModel(ProcessModel model, IndependentIncrements stochasticDriver)Create an Euler discretization scheme.EulerSchemeFromProcessModel(ProcessModel model, IndependentIncrements stochasticDriver, EulerSchemeFromProcessModel.Scheme scheme)Create an Euler discretization scheme.MonteCarloProcessFromProcessModel(TimeDiscretization timeDiscretization, ProcessModel model)Create a discretization scheme / a time discrete process.
-