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 |
Numerical schemes for stochastic processes (SDE), like the Euler scheme.
|
Modifier and Type | Class and Description |
---|---|
class |
MonteCarloBlackScholesModel
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 |
Modifier and Type | Class and Description |
---|---|
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 © 2014. All rights reserved.