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

    Interface DisruptionPoint

    A disruption point in the legislative process — adapted from kill chain stages. Identifies where, how, and by whom the legislative process can be blocked.

    interface DisruptionPoint {
        stage: LegislativeStage;
        threatCategory: PoliticalThreatCategory;
        likelihood: number;
        potentialDisruptors: readonly string[];
        countermeasures: readonly string[];
    }
    Index

    Properties

    The legislative stage where disruption could occur

    threatCategory: PoliticalThreatCategory

    Which Political STRIDE category the disruption falls under

    likelihood: number

    Estimated likelihood of disruption at this stage (0–1)

    potentialDisruptors: readonly string[]

    Names of actors with capability and motivation to disrupt at this stage

    countermeasures: readonly string[]

    Available countermeasures to prevent or mitigate disruption