Exchange Rates
Exchange rates per currency pair, used to convert monetary amounts consistently across assets and time.
Facts
Definitions
| Column | Description |
|---|---|
| date | Factual reference to the date (links to Dates). |
| currency_pair_id | Currency pair (links to Currency Pairs, e.g. EURUSD, GBPUSD, EURCHF). |
| value | Fact registered. |
Sample & Implementation
| date | currency_pair_id | value |
|---|---|---|
| 2025-01-01 | 1 | 1.234 |
Data Format
Field
Type
The primary key is formed by constrainst on Dates and Currency Pairs:
PRIMARY KEY (date, currency_pair_id)