| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HybridAssetLIBORModelMonteCarloSimulation |
| Modifier and Type | Class and Description |
|---|---|
class |
HybridAssetLIBORModelMonteCarloSimulationFromModels
An Equity Hybrid LIBOR Market Model composed of an object implementing
LIBORModelMonteCarloSimulationModel providing the interest
rate simulation and the numeraire and an object implementing
AssetModelMonteCarloSimulationModel providing the
asset simulation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LIBORModelMonteCarloSimulationModel
Basic interface which has to be implemented by Monte Carlo models for LIBOR processes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LIBORMonteCarloSimulationFromLIBORModel
Implements convenient methods for a LIBOR market model,
based on a given
LIBORMarketModelFromCovarianceModel model
and AbstractLogNormalProcess process. |
class |
LIBORMonteCarloSimulationFromTermStructureModel
Implements convenient methods for a LIBOR market model,
based on a given
LIBORMarketModelFromCovarianceModel model
and AbstractLogNormalProcess process. |
| Modifier and Type | Method and Description |
|---|---|
TermStructureMonteCarloSimulationModel |
LIBORMonteCarloSimulationFromTermStructureModel.getCloneWithModifiedData(String entityKey,
Object dataModified)
Create a clone of this simulation modifying one of its properties (if any).
|
Copyright © 2019. All rights reserved.