net.finmath.modelling.SingleAssetProductDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of finmath-lib Show documentation
Show all versions of finmath-lib Show documentation
finmath lib is a Mathematical Finance Library in Java.
It provides algorithms and methodologies related to mathematical finance.
/*
* (c) Copyright Christian P. Fries, Germany. Contact: [email protected].
*
* Created on 09.02.2018
*/
package net.finmath.modelling;
/**
* Interface for a product descriptor.
* For a description of the general concept see http://finmath.net/finmath-lib/concepts/separationofproductandmodel.
*
* @author Christian Fries
* @version 1.0
*/
public interface SingleAssetProductDescriptor extends ProductDescriptor {
}