diff --git a/src/calendars/us.jl b/src/calendars/us.jl index daa7d94..ea32a45 100644 --- a/src/calendars/us.jl +++ b/src/calendars/us.jl @@ -110,6 +110,9 @@ function isholiday(::USNYSE , dt::Dates.Date) # Special Closings if ( + # President George H.W. Bush's funeral + dt == Dates.Date(2018,12,5) + || # Hurricane Sandy yy == 2012 && mm == 10 && (dd == 29 || dd == 30) ||