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

    Interface StakeholderMetric

    Stakeholder impact metric for scorecards.

    interface StakeholderMetric {
        stakeholder: string;
        impactScore: number;
        impactDirection: "positive" | "negative" | "neutral";
        description?: string;
    }
    Index

    Properties

    stakeholder: string

    Stakeholder group name

    impactScore: number

    Impact intensity (0–100)

    impactDirection: "positive" | "negative" | "neutral"

    Impact direction

    description?: string

    Brief description of impact