Interface ProductDescriptor

All Known Subinterfaces:
InterestRateProductDescriptor, SingleAssetProductDescriptor
All Known Implementing Classes:
InterestRateSwapLegProductDescriptor, InterestRateSwapProductDescriptor, InterestRateSwaptionProductDescriptor, SingleAssetDigitalOptionProductDescriptor, SingleAssetEuropeanOptionProductDescriptor

public interface ProductDescriptor
Interface for a product descriptor. For a description of the general concept see http://finmath.net/finmath-lib/concepts/separationofproductandmodel.
Version:
1.0
Author:
Christian Fries
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the name of the model represented by this descriptor.
    Return the version of the model description.
  • Method Details

    • version

      Integer version()
      Return the version of the model description.
      Returns:
      Version number.
    • name

      String name()
      Return the name of the model represented by this descriptor.
      Returns:
      Name of the model.