SDMX indicator codes published by IMF databases (WEO, IFS, FM, BOP,
ER) that the EU Parliament Monitor cites. Matched with the same
word-boundary rule as World Bank codes so English prose like "debt
is high" does not accidentally satisfy the IMF gate.
Kept in sync with IMF_POLICY_INDICATORS in src/utils/imf-data.ts
via the IMF_INDICATOR_SDMX_CODES re-export — duplicated here as a
literal array so the content-validator module has zero runtime deps
on imf-data.ts (prevents circular imports through file-utils).
SDMX indicator codes published by IMF databases (WEO, IFS, FM, BOP, ER) that the EU Parliament Monitor cites. Matched with the same word-boundary rule as World Bank codes so English prose like "debt is high" does not accidentally satisfy the IMF gate.
Kept in sync with
IMF_POLICY_INDICATORSinsrc/utils/imf-data.tsvia theIMF_INDICATOR_SDMX_CODESre-export — duplicated here as a literal array so the content-validator module has zero runtime deps onimf-data.ts(prevents circular imports throughfile-utils).