#include <map>
#include <boost/assign.hpp>
#include <ql/time/calendars/all.hpp>
Go to the source code of this file.
Namespaces | |
namespace | eepgwde |
namespace | eepgwde::daemon |
Typedefs | |
typedef std::map< const std::string, QuantLib::Calendar > | eepgwde::daemon::mismatch_map_t |
Variables | |
static mismatch_map_t | eepgwde::daemon::mismatches = map_list_of ( std::string("COP"), QuantLib::Calendar(QuantLib::Denmark()) ) ( std::string("DEL"), QuantLib::Calendar(QuantLib::India()) ) ( std::string("NY"), QuantLib::Calendar(QuantLib::UnitedStates()) ) ( std::string("STO"), QuantLib::Calendar(QuantLib::Sweden()) ) ( std::string("SYD"), QuantLib::Calendar(QuantLib::Australia()) ) ( std::string("TOK"), QuantLib::Calendar(QuantLib::Japan()) ) ( std::string("TOR"), QuantLib::Calendar(QuantLib::Canada()) ) ( std::string("ZUR"), QuantLib::Calendar(QuantLib::Switzerland()) ) |