auto: sync 2026-06-02 17:07

This commit is contained in:
Capucine Gest
2026-06-02 17:07:27 +02:00
parent 866052f288
commit 3365b0bfbe
3 changed files with 87 additions and 156 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ export default function CurrencyCard({ currency, expectations, yields, sentiment
{(inflFilter === "all" || inflFilter === "yoy") && (
<>
<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="%" />
<Row label="Inflation Rate YoY" ind={inds?.cpiYoY ?? null} unit="%" consensus={fc?.cpi ?? null} />
{inds?.commodityPricesYoY && (
<Row label="Commodity Prices YoY" ind={inds.commodityPricesYoY} unit="%" info="AUD — RBA Commodity Price Index (TradingEconomics)" />
)}