|
From: Gary K. <gar...@gm...> - 2011-12-07 21:22:19
|
// Midsummer Eve (Friday between June 18-24)
|| (w == Friday && (d >= 18 && d <= 24) && m == June)
In the Swedish calendar, i think there might be a mistake, is the midsummer
eve not the Friday between June 19-25.
http://en.wikipedia.org/wiki/Midsummer#Sweden
I am not an expert on this point, i just noticed it when comparing quantlib
to another system.
gary
|