Skip to content

Commit

Permalink
Add holiday for NYSE (#1858)
Browse files Browse the repository at this point in the history
George H.W. Bush funeral
  • Loading branch information
jodastephen committed Dec 4, 2018
1 parent 4df2c52 commit 704a93a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ static ImmutableHolidayCalendar generateNewYorkStockExchange() {
holidays.add(date(2004, 6, 11)); // Death of Ronald Reagan
holidays.add(date(2007, 1, 2)); // Death of Gerald Ford
holidays.add(date(2012, 10, 30)); // Hurricane Sandy
holidays.add(date(2018, 12, 5)); // Death of George H.W. Bush
removeSatSun(holidays);
return ImmutableHolidayCalendar.of(HolidayCalendarIds.NYSE, holidays, SATURDAY, SUNDAY);
}
Expand Down

0 comments on commit 704a93a

Please sign in to comment.