net.finmath.montecarlo.hybridassetinterestrate.RiskFactorID Maven / Gradle / Ivy
package net.finmath.montecarlo.hybridassetinterestrate;
public interface RiskFactorID {
/**
* @return The name of the risk factor.
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy