All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.finmath.smartcontract.simulation.curvecalibration.CalibrationContext Maven / Gradle / Ivy

package net.finmath.smartcontract.simulation.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 - 2024 Weber Informatics LLC | Privacy Policy