You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/finmath/smartcontract/valuation/marketdata/curvecalibration/CalibrationParserDataItems.java
Copy file name to clipboardExpand all lines: src/main/java/net/finmath/smartcontract/valuation/marketdata/curvecalibration/CalibrationSpecProviderFRA.java
// period end = period start + tenorLabel (6M) -> this roll out is currently not supported by createScheduleFromConventions
50
+
// paymentDate = periodStartDate BUT According to Ametrano/ Bianchetti (2013) p.22, the size of the convexity adjustment between market FRA and textbook FRA is negligible
51
+
// We leave the payment date as it is, and are discounting the FRA legs by the forward rate
Copy file name to clipboardExpand all lines: src/main/java/net/finmath/smartcontract/valuation/marketdata/curvecalibration/CalibrationSpecProviderOvernightRate.java
We build the curve w.r.t to the reference Date AND Time, i.e. the referenceDateTime represents the time point 0.0 of the curve
70
-
Only the fixing dates of the historical fixings are relevant, i.e. we ignore the fixing time within a day and measure the previous fixings relative to the referenceDateTime in whole days (no day fractions)
71
-
The calibration items and the swap schedule use LocalDate exclusively, i.e. the curve points and schedule dates are also measured in whole days relative to the referenceDateTime / time 0.0
73
+
We build the curve w.r.t to the reference Date, i.e. the referenceDate represents the time point 0.0 of the curve
74
+
Only the fixing dates of the historical fixings are relevant, i.e. we ignore the fixing time within a day and measure the previous fixings relative to the referenceDate in whole days (no intraday fractions)
75
+
The calibration items and the swap schedule use LocalDate exclusively, i.e. the curve points and schedule dates are also measured in whole days relative to the referenceDate/time 0
0 commit comments