From 2e3aedda7aaf44b9e4c4c82c748b703a32cf3f05 Mon Sep 17 00:00:00 2001 From: John M Kuhn Date: Mon, 30 Dec 2024 14:56:21 -0500 Subject: [PATCH] Add Carter's funeral to US Special Closings --- src/calendars/us.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calendars/us.jl b/src/calendars/us.jl index d93d490..1eeb953 100644 --- a/src/calendars/us.jl +++ b/src/calendars/us.jl @@ -116,6 +116,9 @@ function isholiday(::USNYSE, dt::Dates.Date) # Special Closings if ( + # President Carter's funeral + dt == Dates.Date(2025, 1, 9) + || # President George H.W. Bush's funeral dt == Dates.Date(2018,12,5) ||