EU Parliament Monitor — API Documentation - v0.8.39
    Preparing search index...

    Variable IMF_INDICATOR_CODESConst

    IMF_INDICATOR_CODES: readonly string[] = ...

    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).