Class CalibrationSpecProviderDeposit
java.lang.Object
net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationSpecProviderDeposit
- All Implemented Interfaces:
CalibrationSpecProvider
A calibration spec provider for deposits.
- Author:
- Luca Del Re, Peter Kohl-Landgraf, Christian Fries
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationSpecProviderDeposit(String tenorLabel, String maturityLabel, double depositRate)
-
Method Summary
Modifier and TypeMethodDescriptionnet.finmath.marketdata.calibration.CalibratedCurves.CalibrationSpec
-
Constructor Details
-
CalibrationSpecProviderDeposit
- Parameters:
tenorLabel
- The tenor label of the IBOR.maturityLabel
- The maturity label (like 1Y, 2Y).depositRate
- The fra rate (use 0.05 for 5%).
-
-
Method Details
-
getCalibrationSpec
public net.finmath.marketdata.calibration.CalibratedCurves.CalibrationSpec getCalibrationSpec(CalibrationContext ctx)- Specified by:
getCalibrationSpec
in interfaceCalibrationSpecProvider
-