File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,7 +240,6 @@ \subsection*{QuantExt Interfaces}
240240 \subitem Spain
241241 \subitem Switzerland
242242 \subitem Wmr
243- \subitem LargeJointCalendar
244243 \item \textbf {qle\_ currencies.i }
245244 \subitem TNDCurrency
246245 \subitem EGPCurrency
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ using QuantExt::Philippines;
3838using QuantExt::RussiaModified;
3939using QuantExt::Spain;
4040using QuantExt::Wmr;
41- using QuantExt::LargeJointCalendar;
4241%}
4342
4443class Belgium : public Calendar {
@@ -199,23 +198,4 @@ class Wmr : public Calendar {
199198 Wmr (Market market = Settlement);
200199};
201200
202- class LargeJointCalendar : public Calendar {
203- LargeJointCalendar (const std::vector<QuantLib::Calendar>&,
204- QuantLib::JointCalendarRule = QuantLib::JoinHolidays);
205- };
206-
207201#endif
208-
209-
210-
211-
212-
213-
214-
215-
216-
217-
218-
219-
220-
221-
You can’t perform that action at this time.
0 commit comments