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

    Interface IMFPolicyIndicatorMapping

    Mapping of IMFMacroIndicatorKey to the concrete IMF database + SDMX indicator code + default frequency. Mirrors the shape of World Bank's PolicyRelevantIndicators.

    interface IMFPolicyIndicatorMapping {
        database: IMFDatabaseId;
        indicator: string;
        frequency: IMFFrequency;
        label: string;
        hasForecast: boolean;
    }
    Index

    Properties

    database: IMFDatabaseId

    IMF database the indicator lives in.

    indicator: string

    SDMX indicator code (WEO concept, IFS indicator, etc.).

    frequency: IMFFrequency

    Default frequency for this series — some are available at multiple frequencies.

    label: string

    Human-readable display name.

    hasForecast: boolean

    true when the indicator carries IMF forecasts beyond the latest actual.