net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationSpecProvider 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 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