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

    Interface StakeholderOutcomeMatrix

    A row in the stakeholder outcome matrix: one parliamentary action mapped to an outcome (winner / loser / neutral) for each of the six stakeholder groups, plus a confidence rating.

    interface StakeholderOutcomeMatrix {
        action: string;
        outcomes: Readonly<
            Record<AnalysisStakeholderType, "winner" | "loser" | "neutral">,
        >;
        confidence: "high" | "medium" | "low";
    }
    Index

    Properties

    action: string

    The parliamentary action being assessed

    outcomes: Readonly<
        Record<AnalysisStakeholderType, "winner" | "loser" | "neutral">,
    >

    How each stakeholder group fares as a result of the action

    confidence: "high" | "medium" | "low"

    Confidence in the outcome assessments