Package | Description |
---|---|
net.finmath.fouriermethod.models |
Provides characteristic functions of stochastic processes (models).
|
net.finmath.marketdata.model |
Provides interface specification and implementation of a model, which is essentially
a collection of curves.
|
net.finmath.modelling |
Provides interface separating models and products.
|
net.finmath.modelling.modelfactory |
Provides classes to build models from descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
BlackScholesModel
Implements the characteristic function of a Black Scholes model.
|
class |
HestonModel
Implements the characteristic function of a Heston model.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticModel
Implements a collection of market data objects (e.g., discount curves, forward curve)
which provide interpolation of market data or other derived quantities
("calibrated curves").
|
Modifier and Type | Method and Description |
---|---|
DescribedModel<? extends T> |
ModelFactory.getModelFromDescriptor(T descriptor)
Get the model for the given descriptor.
|
Copyright © 2018. All rights reserved.