Uses of Interface
net.finmath.modelling.ModelDescriptor
-
Packages that use ModelDescriptor 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) -
-
Uses of ModelDescriptor in net.finmath.fouriermethod.calibration.models
Methods in net.finmath.fouriermethod.calibration.models that return ModelDescriptor Modifier and Type Method Description ModelDescriptorCalibratableHestonModel. getModelDescriptor()ModelDescriptorCalibratableMertonModel. getModelDescriptor()ModelDescriptorCalibratableProcess. getModelDescriptor()Every class implementing this interface must contain a ModelDescriptor from which we can create some concrete model.ModelDescriptorCalibratableVarianceGammaModel. getModelDescriptor() -
Uses of ModelDescriptor in net.finmath.modelling
Classes in net.finmath.modelling with type parameters of type ModelDescriptor Modifier and Type Interface Description interfaceDescribedModel<M extends ModelDescriptor>Interface for models which can provide a complete description of their model parameters (independent of the implementation of the numerical method).interfaceModelFactory<T extends ModelDescriptor>A factory to instantiate a model from a given descriptor. -
Uses of ModelDescriptor in net.finmath.modelling.descriptor
Subinterfaces of ModelDescriptor in net.finmath.modelling.descriptor Modifier and Type Interface Description interfaceAssetModelDescriptorMarker interface for descriptors describing an asset model.interfaceInterestRateModelDescriptorMarker interface for descriptors describing an interest rate model.Classes in net.finmath.modelling.descriptor that implement ModelDescriptor Modifier and Type Class Description classAnalyticModelDescriptorclassBlackScholesModelDescriptorclassHestonModelDescriptorclassMertonModelDescriptorDescriptor for the Merton Jump Diffusion Model.classVarianceGammaModelDescriptor
-