Class CalibrationSpecProviderON
java.lang.Object
net.finmath.smartcontract.valuation.marketdata.curvecalibration.CalibrationSpecProviderON
- All Implemented Interfaces:
CalibrationSpecProvider
A calibration spec provider for Overnight (O/N) rates, e.g. €STR or SOFR
This calibration spec should only be used for the overnight rates at which banks borrow and lend funds to each other for a single day
The overnight rate is posted "ex post" by the central bank based on transactions observed on the previous day
It is not an Overnight-index-swap or similar "trade-able" instrument
Theoretically it is a Deposit instrument, but since the rate published today is the rate observed yesterday,
the use of this rate as a 1-day calibration item serves only as a proxy of the overnight discount rate from today to tomorrow.
- Author:
- Raphael Prandtl
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationSpecProviderON(String maturityLabel, String frequency, double overnightRate) -
Method Summary
Modifier and TypeMethodDescriptionnet.finmath.marketdata.calibration.CalibratedCurves.CalibrationSpec
-
Constructor Details
-
CalibrationSpecProviderON
-
-
Method Details
-
getCalibrationSpec
public net.finmath.marketdata.calibration.CalibratedCurves.CalibrationSpec getCalibrationSpec(CalibrationContext ctx) - Specified by:
getCalibrationSpecin interfaceCalibrationSpecProvider
-