5353#include < qle/indexes/genericindex.hpp>
5454#include < qle/indexes/ibor/ambor.hpp>
5555#include < qle/indexes/ibor/ameribor.hpp>
56- #include < qle/indexes/ibor/audbbsw.hpp>
5756#include < qle/indexes/ibor/boebaserate.hpp>
5857#include < qle/indexes/ibor/brlcdi.hpp>
5958#include < qle/indexes/ibor/chfsaron.hpp>
6968#include < qle/indexes/ibor/dkkcibor.hpp>
7069#include < qle/indexes/ibor/dkkcita.hpp>
7170#include < qle/indexes/ibor/dkkois.hpp>
72- #include < qle/indexes/ibor/ester.hpp>
7371#include < qle/indexes/ibor/hkdhibor.hpp>
7472#include < qle/indexes/ibor/hkdhonia.hpp>
7573#include < qle/indexes/ibor/hufbubor.hpp>
8886#include < qle/indexes/ibor/nzdbkbm.hpp>
8987#include < qle/indexes/ibor/phpphiref.hpp>
9088#include < qle/indexes/ibor/plnpolonia.hpp>
91- #include < qle/indexes/ibor/plnwibor.hpp>
9289#include < qle/indexes/ibor/primeindex.hpp>
93- #include < qle/indexes/ibor/rubmosprime.hpp>
9490#include < qle/indexes/ibor/rubkeyrate.hpp>
9591#include < qle/indexes/ibor/saibor.hpp>
9692#include < qle/indexes/ibor/seksior.hpp>
@@ -313,14 +309,14 @@ boost::shared_ptr<IborIndex> parseIborIndex(const string& s, string& tenor, cons
313309 // Map from our _unique internal name_ to an overnight index
314310 static map<string, boost::shared_ptr<OvernightIndex>> onIndices = {
315311 {" EUR-EONIA" , boost::make_shared<Eonia>()},
316- {" EUR-ESTER" , boost::make_shared<Ester >()},
312+ {" EUR-ESTER" , boost::make_shared<Estr >()},
317313 {" GBP-SONIA" , boost::make_shared<Sonia>()},
318314 {" JPY-TONAR" , boost::make_shared<Tonar>()},
319315 {" SGD-SORA" , boost::make_shared<Sora>()},
320316 {" CHF-TOIS" , boost::make_shared<CHFTois>()},
321317 {" CHF-SARON" , boost::make_shared<CHFSaron>()},
322318 {" USD-FedFunds" , boost::make_shared<FedFunds>()},
323- {" USD-SOFR" , boost::make_shared<QuantExt:: Sofr>()},
319+ {" USD-SOFR" , boost::make_shared<Sofr>()},
324320 {" USD-Prime" , boost::make_shared<PrimeIndex>()},
325321 {" USD-AMERIBOR" , boost::make_shared<USDAmeribor>()},
326322 {" AUD-AONIA" , boost::make_shared<Aonia>()},
@@ -342,7 +338,7 @@ boost::shared_ptr<IborIndex> parseIborIndex(const string& s, string& tenor, cons
342338
343339 // Map from our _unique internal name_ to an ibor index (the period does not matter here)
344340 static map<string, boost::shared_ptr<IborIndexParser>> iborIndices = {
345- {" AUD-BBSW" , boost::make_shared<IborIndexParserWithPeriod<AUDbbsw >>()},
341+ {" AUD-BBSW" , boost::make_shared<IborIndexParserWithPeriod<Bbsw >>()},
346342 {" AUD-LIBOR" , boost::make_shared<IborIndexParserWithPeriod<AUDLibor>>()},
347343 {" EUR-EURIBOR" , boost::make_shared<IborIndexParserWithPeriod<Euribor>>()},
348344 {" EUR-EURIBOR365" , boost::make_shared<IborIndexParserWithPeriod<Euribor365>>()},
@@ -375,7 +371,7 @@ boost::shared_ptr<IborIndex> parseIborIndex(const string& s, string& tenor, cons
375371 {" ILS-TELBOR" , boost::make_shared<IborIndexParserWithPeriod<ILSTelbor>>()},
376372 {" INR-MIFOR" , boost::make_shared<IborIndexParserWithPeriod<INRMifor>>()},
377373 {" MXN-TIIE" , boost::make_shared<IborIndexParserWithPeriod<MXNTiie>>()},
378- {" PLN-WIBOR" , boost::make_shared<IborIndexParserWithPeriod<PLNWibor >>()},
374+ {" PLN-WIBOR" , boost::make_shared<IborIndexParserWithPeriod<Wibor >>()},
379375 {" SKK-BRIBOR" , boost::make_shared<IborIndexParserWithPeriod<SKKBribor>>()},
380376 {" NZD-BKBM" , boost::make_shared<IborIndexParserWithPeriod<NZDBKBM>>()},
381377 {" TRY-TRLIBOR" , boost::make_shared<IborIndexParserWithPeriod<TRLibor>>()},
@@ -384,7 +380,7 @@ boost::shared_ptr<IborIndex> parseIborIndex(const string& s, string& tenor, cons
384380 {" KRW-CD" , boost::make_shared<IborIndexParserWithPeriod<KRWCd>>()},
385381 {" KRW-KORIBOR" , boost::make_shared<IborIndexParserWithPeriod<KRWKoribor>>()},
386382 {" ZAR-JIBAR" , boost::make_shared<IborIndexParserWithPeriod<Jibar>>()},
387- {" RUB-MOSPRIME" , boost::make_shared<IborIndexParserWithPeriod<RUBMosprime >>()},
383+ {" RUB-MOSPRIME" , boost::make_shared<IborIndexParserWithPeriod<Mosprime >>()},
388384 {" RUB-KEYRATE" , boost::make_shared<IborIndexParserWithPeriod<RUBKeyRate>>()},
389385 {" THB-BIBOR" , boost::make_shared<IborIndexParserWithPeriod<THBBibor>>()},
390386 {" THB-THBFIX" , boost::make_shared<IborIndexParserWithPeriod<THBFIX>>()},
0 commit comments