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

    Interface IMFForecastPoint

    A single forecast point — the subset of an IMFObservation where isForecast === true. Kept as a distinct narrow type so article generators and Chart.js panel builders can hold forecast-only arrays without ambiguity.

    interface IMFForecastPoint {
        period: string;
        year: number;
        value: number;
        vintage?: string;
    }
    Index

    Properties

    period: string

    Period (annual WEO forecasts use YYYY).

    year: number

    Year component.

    value: number

    Forecast value (non-null by construction of this type).

    vintage?: string

    IMF vintage label (e.g. WEO-April-2026) when known — for audit trail.