net.finmath.modelling.descriptor.InterestRateModelDescriptor 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.
package net.finmath.modelling.descriptor;
import net.finmath.modelling.ModelDescriptor;
/**
* Marker interface for descriptors describing an interest rate model.
*
* @author Christian Fries
* @author Roland Bachl
* @version 1.0
*/
public interface InterestRateModelDescriptor extends ModelDescriptor {
}