Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Interface ImfIndicatorContext

    An IMF economic indicator mapped to a Swedish policy area.

    interface ImfIndicatorContext {
    ย ย ย ย database: ImfDatabase;
    ย ย ย ย indicatorId: string;
    ย ย ย ย name: string;
    ย ย ย ย description: string;
    ย ย ย ย policyAreas: readonly string[];
    ย ย ย ย committees: readonly string[];
    ย ย ย ย unit: string;
    ย ย ย ย publishesProjections: boolean;
    }
    Index
    database: ImfDatabase

    IMF database the indicator lives in (WEO, FM, ...).

    indicatorId: string

    IMF indicator code native to that database.

    name: string

    Human-readable name (English).

    description: string

    Concise description for article commentary.

    policyAreas: readonly string[]

    Swedish policy areas this indicator relates to.

    committees: readonly string[]

    Relevant Riksdag committees.

    unit: string

    Unit of measurement (e.g. '% of GDP', 'Annual % change').

    publishesProjections: boolean

    Whether the IMF publishes projections beyond the current year.