auto: sync 2026-06-02 16:57

This commit is contained in:
Capucine Gest
2026-06-02 16:57:22 +02:00
parent 6758e425d5
commit 22c44db2bf
4 changed files with 73 additions and 5 deletions
+3
View File
@@ -411,6 +411,9 @@ export default function CurrencyCard({ currency, expectations, yields, sentiment
<>
<Row label="Core CPI YoY" ind={inds?.cpiCore ?? null} unit="%" consensus={fc?.cpiCore ?? fc?.cpi ?? null} surpriseVsCons={fc?.cpiSurprise ?? null} />
<Row label="Inflation Rate YoY" ind={inds?.cpiYoY ?? null} unit="%" />
{inds?.commodityPricesYoY && (
<Row label="Commodity Prices YoY" ind={inds.commodityPricesYoY} unit="%" info="AUD — RBA Commodity Price Index (TradingEconomics)" />
)}
</>
)}