From ae454e8209ae5eb2b1d3ef1c1690d047a0cddf9d Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Mon, 30 Dec 2024 16:53:25 -0600 Subject: [PATCH] Remove President Carter funeral from Govm Bond Mkt holiday Likely going to be a half-day, and prior ones were not marked --- ql/time/calendars/unitedstates.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ql/time/calendars/unitedstates.cpp b/ql/time/calendars/unitedstates.cpp index eadf1302db..e29b4972a5 100644 --- a/ql/time/calendars/unitedstates.cpp +++ b/ql/time/calendars/unitedstates.cpp @@ -317,9 +317,7 @@ namespace QuantLib { return false; // Special closings - if (// President Carter's Funeral - (y == 2025 && m == January && d == 9) - // President Bush's Funeral + if (// President Bush's Funeral || (y == 2018 && m == December && d == 5) // Hurricane Sandy || (y == 2012 && m == October && d == 30)