net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of finmath-smart-derivative-contract Show documentation
Show all versions of finmath-smart-derivative-contract Show documentation
Project to support the implementation a of smart derivative contract.
package net.finmath.smartcontract.valuation.marketdata.curvecalibration;
import java.time.LocalDate;
/**
* Interface for classes providing a calibration context in terms of a reference date and calibration info.
*
* @author Luca Del Re
* @author Peter Kohl-Landgraf
* @author Christian Fries
*/
public interface CalibrationContext {
LocalDate getReferenceDate();
double getAccuracy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy