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

    Interface LegislativeDisruptionAnalysis

    Legislative process disruption analysis — adapted from kill chain analysis.

    Maps the complete legislative procedure to identify vulnerability points, assess overall resilience, and document alternative pathways.

    interface LegislativeDisruptionAnalysis {
        procedure: string;
        currentStage: LegislativeStage;
        disruptionPoints: readonly DisruptionPoint[];
        resilience: "high" | "medium" | "low";
        alternativePathways: readonly string[];
    }
    Index

    Properties

    procedure: string

    Name or ID of the legislative procedure being analysed

    currentStage: LegislativeStage

    Current stage of the procedure

    disruptionPoints: readonly DisruptionPoint[]

    All identified potential disruption points across procedure stages

    resilience: "high" | "medium" | "low"

    Overall resilience of the legislative procedure to disruption

    alternativePathways: readonly string[]

    Alternative legislative pathways if primary route is disrupted