Skip to content

Commit

Permalink
Add Carter's funeral to US Special Closings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkuhn authored and felipenoris committed Dec 31, 2024
1 parent 7f22d11 commit 2e3aedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/calendars/us.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
||
Expand Down

0 comments on commit 2e3aedd

Please sign in to comment.