small text fixes
This commit is contained in:
parent
0d6e980832
commit
bf97a947ed
1 changed files with 5 additions and 5 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
models:
|
models:
|
||||||
- name: stg_xedotcom__exchange_rates
|
- name: stg_xedotcom__exchange_rates
|
||||||
description: >-
|
description: >-
|
||||||
Exchange Rates source from xedotcom. The time granularity is daily. Each
|
Exchange Rates sourced from xedotcom. The time granularity is daily. Each
|
||||||
record holds a currency pair for any given day.
|
record holds a currency pair for a specific day.
|
||||||
|
|
||||||
Reverse rates are explicit. This means that, for any given day and any
|
Reverse rates are explicit. This means that, for any given day and any
|
||||||
given currency pair. you will find two records with opposite from/to
|
given currency pair. you will find two records with opposite from/to
|
||||||
positions. So, for 2024-01-01, you will find both a EUR->USD record and a
|
positions. So, for 2024-01-01, you will find both a EUR->USD record and a
|
||||||
USD->EUR record with the opposite rate.
|
USD->EUR record with the opposite rate (1/rate).
|
||||||
columns:
|
columns:
|
||||||
- name: id_exchange_rate
|
- name: id_exchange_rate
|
||||||
description: A unique ID for record, derived from concatenating the currencies
|
description: A unique ID for the record, derived from concatenating the
|
||||||
and date. Currency order is relevant (EURUSD != USDEUR).
|
currencies and date. Currency order is relevant (EURUSD != USDEUR).
|
||||||
data_type: text
|
data_type: text
|
||||||
tests:
|
tests:
|
||||||
- not_null
|
- not_null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue