From bef111c99120fc44cde63dd8f6c9448da845c2ed Mon Sep 17 00:00:00 2001 From: Josh Hayes Date: Thu, 29 Dec 2022 10:33:28 +0200 Subject: [PATCH] Adds note to docstring about one-off holidays --- ql/time/calendars/southafrica.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ql/time/calendars/southafrica.hpp b/ql/time/calendars/southafrica.hpp index 254bb3f6577..d3b801b8108 100644 --- a/ql/time/calendars/southafrica.hpp +++ b/ql/time/calendars/southafrica.hpp @@ -50,6 +50,9 @@ namespace QuantLib {
  • Election Days
  • + Note that there are some one-off holidays not listed above. + See the implementation for the complete list. + \ingroup calendars */ class SouthAfrica : public Calendar {