Package | Description |
---|---|
net.finmath.montecarlo.assetderivativevaluation |
Monte-Carlo models for asset value processes, like the Black Scholes 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BlackScholesModel
This class implements a Black Scholes Model, that is, it provides the drift and volatility secification
and perform the calculation of the numeraire (consistent with the dynamics, i.e. the drift).
|
class |
MonteCarloMultiAssetBlackScholesModel
This class glues together a
BlackScholeModel and a Monte-Carlo implementation of a AbstractProcess
and forms a Monte-Carlo implementation of the Black-Scholes Model by implementing AssetModelMonteCarloSimulationInterface . |
Modifier and Type | Interface and Description |
---|---|
interface |
LIBORMarketModelInterface |
interface |
LIBORModelInterface |
Modifier and Type | Class and Description |
---|---|
class |
HullWhiteModel
Implements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.
|
class |
HullWhiteModelWithConstantCoeff
Implements a Hull-White model with constant coefficients.
|
class |
HullWhiteModelWithDirectSimulation
Implements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.
|
class |
HullWhiteModelWithShiftExtension
Implements a Hull-White model with time dependent mean reversion speed and time dependent short rate volatility.
|
class |
LIBORMarketModel
Implements a (generalized) LIBOR market model with some drift approximation methods.
|
class |
LIBORMarketModelStandard
Implements a basic LIBOR market model with some drift approximation methods.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel
This class is an abstract base class to implement a model provided to an AbstractProcess.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcess.setModel(AbstractModelInterface model) |
Copyright © 2016. All rights reserved.