EU Parliament Monitor — API Documentation - v0.8.35
    Preparing search index...

    Interface ActionConsequence

    Single consequence resulting from a parliamentary action. Maps an action to its downstream political, economic, or social effects.

    interface ActionConsequence {
        action: string;
        consequence: string;
        severity: "high" | "medium" | "low" | "critical";
    }
    Index

    Properties

    action: string

    The parliamentary action taken

    consequence: string

    The resulting consequence or ripple effect

    severity: "high" | "medium" | "low" | "critical"

    How significant is this consequence: low, medium, high, critical