Package | Description |
---|---|
net.finmath.montecarlo.assetderivativevaluation |
Monte-Carlo models for asset value processes, like the Black Scholes model.
|
net.finmath.montecarlo.crosscurrency | |
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.model | |
net.finmath.montecarlo.process |
Interfaced for stochastic processes and numerical schemes for stochastic processes (SDEs), like the Euler scheme.
|
Constructor and Description |
---|
MonteCarloAssetModel(AbstractModelInterface model,
AbstractProcessInterface process)
Create a Monte-Carlo simulation using given process discretization scheme.
|
Modifier and Type | Method and Description |
---|---|
AbstractProcessInterface |
CrossCurrencyTermStructureModelMonteCarloSimulationInterface.getProcess() |
Modifier and Type | Method and Description |
---|---|
AbstractProcessInterface |
HybridAssetLIBORModelMonteCarloSimulation.getProcess() |
Modifier and Type | Method and Description |
---|---|
AbstractProcessInterface |
TermStructureModelMonteCarloSimulationInterface.getProcess() |
AbstractProcessInterface |
TermStructureModelMonteCarloSimulation.getProcess() |
AbstractProcessInterface |
LIBORModelMonteCarloSimulation.getProcess() |
Modifier and Type | Method and Description |
---|---|
AbstractProcessInterface |
AbstractModelInterface.getProcess()
Get the numerical scheme used to generate the stochastic process.
|
AbstractProcessInterface |
AbstractModel.getProcess() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModelInterface.setProcess(AbstractProcessInterface process)
Set the numerical scheme used to generate the stochastic process.
|
void |
AbstractModel.setProcess(AbstractProcessInterface process) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcess
This class is an abstract base class to implement a multi-dimensional multi-factor Ito process.
|
class |
ProcessEulerScheme
This class implements some numerical schemes for multi-dimensional multi-factor Ito process.
|
Modifier and Type | Method and Description |
---|---|
AbstractProcessInterface |
AbstractProcessInterface.clone()
Create and return a clone of this process.
|
AbstractProcessInterface |
ProcessEulerScheme.getCloneWithModifiedData(Map<String,Object> dataModified) |
AbstractProcessInterface |
AbstractProcessInterface.getCloneWithModifiedData(Map<String,Object> dataModified)
Returns a clone of this model where the specified properties have been modified.
|
Copyright © 2017. All rights reserved.