Class CalibrationSpecProviderFRA
java.lang.Object
net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationSpecProviderFRA
- All Implemented Interfaces:
CalibrationSpecProvider
A calibration spec provider for fras.
- Author:
- Luca Del Re, Peter Kohl-Landgraf, Christian Fries
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationSpecProviderFRA(String tenorLabel, String maturityLabel, double fraRate)
-
Method Summary
Modifier and TypeMethodDescriptionnet.finmath.marketdata.calibration.CalibratedCurves.CalibrationSpec
-
Constructor Details
-
CalibrationSpecProviderFRA
- Parameters:
tenorLabel
- The tenor label of the IBOR.maturityLabel
- The maturity label provided in monthsfraRate
- 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
-