ores.refdata.currency_calendar

Table of Contents

Many-to-many junction between currency and calendar: a currency's spot/settlement date computation can depend on more than one calendar (e.g. a country calendar and a financial-centre calendar). Replaces currency's free-text holiday_calendar column with a proper FK relationship to the calendar entity.

1. Flags

2. Left

ISO 4217 alpha-3 code of the currency.

References ores_refdata_currencies_tbl.iso_code (soft FK).

std::string("EUR")

3. Right

QuantLib/ORE calendar token (e.g. TARGET, UnitedStates).

References ores_refdata_calendars_tbl.code (soft FK).

std::string("TARGET")

4. Columns

5. SQL

5.1. Flags

6. Repository

7. C++

7.1. Flags

7.2. Domain includes

#include <chrono>
#include <string>

7.3. Entity includes

#include <string>
#include "sqlgen/Timestamp.hpp"
#include "sqlgen/PrimaryKey.hpp"

7.4. Conventions

7.5. Table display

column header
currency_iso_code Currency
calendar_code Calendar
modified_by Modified By
version Version

8. See also

Emacs 29.3 (Org mode 9.6.15)