Skip to content

Commit

Permalink
Merge pull request #872.
Browse files Browse the repository at this point in the history
New special holiday in South Korea calendar
  • Loading branch information
lballabio committed Jul 30, 2020
2 parents 6026908 + 59252a3 commit 88a0a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ql/time/calendars/southkorea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ namespace QuantLib {

// Special holiday: 70 years from Independence Day
|| (d == 14 && m == August && y == 2015)
// Special temporary holiday
|| (d == 17 && m == August && y == 2020)

// Harvest Moon Day
|| ((d == 27 || d == 28 || d == 29) && m == September && y == 2004)
Expand Down

0 comments on commit 88a0a65

Please sign in to comment.