You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Monetary flows now standardize time, currency, and magnitude per indicator across all countries:
11
-
- Time: If the majority is monthly, quarterly items are rescaled to monthly (÷3), yearly to monthly (÷12); week/day use calendar factors. Stocks are not divided by time and omit "per <time>" in units.
12
-
- Currency & Magnitude: When a single currency or magnitude dominates globally across the batch (≥ 0.8), it is applied to all items to ensure cross‑country comparability.
13
-
- Per‑indicator time majority still applies with a prefer‑month tie‑breaker when ambiguous.
9
+
- Monetary flows now standardize time, currency, and magnitude per indicator
10
+
across all countries:
11
+
- Time: If the majority is monthly, quarterly items are rescaled to monthly
12
+
(÷3), yearly to monthly (÷12); week/day use calendar factors. Stocks are not
13
+
divided by time and omit "per <time>" in units.
14
+
- Currency & Magnitude: When a single currency or magnitude dominates globally
15
+
across the batch (≥ 0.8), it is applied to all items to ensure cross‑country
16
+
comparability.
17
+
- Per‑indicator time majority still applies with a prefer‑month tie‑breaker
18
+
when ambiguous.
14
19
- Explain metadata improved:
15
-
-`targetSelection` reflects effective selections (including global overrides), with shares and reason.
16
-
- Periodicity conversion direction and factors (e.g., quarter → month, factor 1/3) are recorded.
20
+
-`targetSelection` reflects effective selections (including global
21
+
overrides), with shares and reason.
22
+
- Periodicity conversion direction and factors (e.g., quarter → month, factor
23
+
1/3) are recorded.
17
24
- Targets selection robustness:
18
25
- Majority share ratios use total items as the denominator for consistency.
19
-
- Currency detection falls back to metadata (e.g., `currency_code`) when unit text lacks a currency token.
26
+
- Currency detection falls back to metadata (e.g., `currency_code`) when unit
27
+
text lacks a currency token.
20
28
21
29
### 🧪 Tests
30
+
22
31
- Fixed and validated:
23
32
- V2 monetary: dominant currency/magnitude selection at 0.8 threshold
24
33
- V2 transitions: auto‑target enabled vs disabled (EUR‑dominant)
25
34
26
35
### Developer note
36
+
27
37
- Changes primarily in V2 monetary domain batching and targets selection:
0 commit comments