Package | Description |
---|---|
net.finmath.fouriermethod.calibration.models |
Classes related to the calibration of fourier models.
|
net.finmath.modelling |
Provides interface separating models and products.
|
net.finmath.modelling.descriptor |
Provides interface separating implementation from specification (of models and products)
|
Modifier and Type | Method and Description |
---|---|
ModelDescriptor |
CalibratableProcess.getModelDescriptor()
Every class implementing this interface must contain a ModelDescriptor from which we can create some concrete model.
|
ModelDescriptor |
CalibratableMertonModel.getModelDescriptor() |
ModelDescriptor |
CalibratableHestonModel.getModelDescriptor() |
Modifier and Type | Interface and Description |
---|---|
interface |
DescribedModel<M extends ModelDescriptor>
Interface for models which can provide a complete description of their model parameters (independent of the implementation of the numerical method).
|
interface |
ModelFactory<T extends ModelDescriptor>
A factory to instantiate a model from a given descriptor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssetModelDescriptor
Marker interface for descriptors describing an asset model.
|
interface |
InterestRateModelDescriptor
Marker interface for descriptors describing an interest rate model.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticModelDescriptor |
class |
BlackScholesModelDescriptor |
class |
HestonModelDescriptor |
class |
MertonModelDescriptor
Descriptor for the Merton Jump Diffusion Model.
|
Copyright © 2020. All rights reserved.