-
- All Known Subinterfaces:
AssetModelDescriptor,InterestRateModelDescriptor
- All Known Implementing Classes:
AnalyticModelDescriptor,BlackScholesModelDescriptor,HestonModelDescriptor,MertonModelDescriptor,VarianceGammaModelDescriptor
public interface ModelDescriptorInterface for a model descriptor. For a description of the general concept see http://finmath.net/finmath-lib/concepts/separationofproductandmodel.- Version:
- 1.0
- Author:
- Christian Fries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Return the name of the model represented by this descriptor.Integerversion()Return the version of the model description.
-