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

    Full mapping entry for a single EP committee.

    interface CommitteeIndicatorEntry {
        name: string;
        abbreviation: string;
        policyDomain: string;
        analysisPerspectives: readonly AnalysisPerspective[];
        indicators: readonly IndicatorMapping[];
    }
    Index

    Properties

    name: string

    Official committee name

    abbreviation: string

    Committee abbreviation (e.g. 'ECON')

    policyDomain: string

    Policy domain this committee covers

    analysisPerspectives: readonly AnalysisPerspective[]

    Relevant analysis perspectives from AnalysisPerspective enum

    indicators: readonly IndicatorMapping[]

    World Bank indicators mapped to this committee