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

    Interface IMFEconomicContext

    Economic context payload built from IMF indicator data, parallel to the World Bank EconomicContext shape.

    interface IMFEconomicContext {
        countryCode: string;
        countryName: string;
        indicators: readonly IMFEconomicIndicatorSummary[];
        forecastHorizonYear?: number;
        dataTimestamp: string;
    }
    Index

    Properties

    countryCode: string

    ISO-3166 alpha-2 or alpha-3 country code used as the primary key.

    countryName: string

    Country display name.

    indicators: readonly IMFEconomicIndicatorSummary[]

    Indicator summaries, most recent value + forecast flag.

    forecastHorizonYear?: number

    Forward-looking projection horizon (e.g. 2030) when the payload carries forecasts.

    dataTimestamp: string

    Data retrieval timestamp (not the IMF publication date).