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.process |
Interfaced for stochastic processes and numerical schemes for stochastic processes (SDEs), like the Euler scheme.
|
Constructor and Description |
---|
MonteCarloBlackScholesModel(double initialValue,
double riskFreeRate,
double volatility,
AbstractProcess process)
Create a Monte-Carlo simulation using given process discretization scheme.
|
Constructor and Description |
---|
LIBORModelMonteCarloSimulation(LIBORMarketModelInterface model,
AbstractProcess process)
Create a LIBOR Monte-Carlo Simulation from a given LIBORMarketModel and an AbstractProcess.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessEulerScheme
This class implements some numerical schemes for multi-dimensional multi-factor Ito process.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractProcess |
AbstractProcess.clone() |
Copyright © 2015. All rights reserved.