Currency Pairs
Standardized currency pairs build for storing exchange rates following ISO 4217.
Semantic Contract
Definitions
| Column | Description |
|---|---|
| base_currency_id | Reference to Currencies. |
| quote_currency_id | Reference to Currencies. |
Sample & Implementation
| id | base_currency_id | quote_currency_id |
|---|---|---|
| 1 | 1 | 2 |
| 2 | 1 | 3 |
| 3 | 1 | 4 |
| 4 | 3 | 2 |
| 5 | 3 | 4 |
| 6 | 2 | 4 |
Data Format
Field
Type