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

    Describes why a specific World Bank indicator is relevant to a committee or article category, and how it should be used in news articles.

    interface IndicatorMapping {
        indicatorId: WBIndicatorId;
        name: string;
        relevance: string;
        usage: string;
        priority: "primary" | "secondary";
    }
    Index

    Properties

    indicatorId: WBIndicatorId

    World Bank indicator ID

    name: string

    Human-readable indicator name

    relevance: string

    Why this indicator is relevant to the committee/category

    usage: string

    How to use this data in articles (contextual guidance for LLM/generator)

    priority: "primary" | "secondary"

    Priority: 'primary' indicators should always be fetched; 'secondary' are optional enrichment