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

net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationSpecProvider Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package net.finmath.smartcontract.valuation.marketdata.curvecalibration;

import net.finmath.marketdata.calibration.CalibratedCurves;

/**
 * Provides a way to get a CalibrationSpec for finmath calibration.
 *
 * @see net.finmath.marketdata.calibration.CalibratedCurves.CalibrationSpec
 */
public interface CalibrationSpecProvider {
	CalibratedCurves.CalibrationSpec getCalibrationSpec(CalibrationContext ctx);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy