net.finmath.equities.models.ShiftedVolatilitySurface Maven / Gradle / Ivy
package net.finmath.equities.models;
/**
* Interface for a shifted volatility surface (used in Vega calculations).
*
* @author Andreas Grotz
*/
public interface ShiftedVolatilitySurface extends VolatilitySurface {
double getShift();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy