Skip to content

Commit

Permalink
Add relevant link to code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio authored Mar 23, 2023
1 parent 90a6026 commit 57668cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ql/time/calendars/unitedstates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ namespace QuantLib {
&& y >= 1983)
// Washington's birthday (third Monday in February)
|| isWashingtonBirthday(d, m, y, w)
// Good Friday (2015, 2021, 2023 are half day due to NFP/SIFMA)
// Good Friday (2015, 2021, 2023 are half day due to NFP/SIFMA;
// see <https://www.sifma.org/resources/general/holiday-schedule/>)
|| (dd == em-3 && y != 2015 && y != 2021 && y != 2023)
// Memorial Day (last Monday in May)
|| isMemorialDay(d, m, y, w)
Expand Down

0 comments on commit 57668cd

Please sign in to comment.