EU Parliament Monitor - API Documentation - v0.7.0
    Preparing search index...

    Interface EconomicIndicatorSummary

    Summary of a single economic indicator

    interface EconomicIndicatorSummary {
        name: string;
        indicatorId: string;
        value: number | null;
        year: number;
        formatted: string;
    }
    Index

    Properties

    name: string

    Human-readable indicator name

    indicatorId: string

    World Bank indicator ID

    value: number | null

    Most recent value

    year: number

    Year of the most recent value

    formatted: string

    Formatted display string (e.g., '$4.2T', '3.1%')