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

    Interface RiskInterconnection

    Measures how interconnected a set of political risks are — i.e. whether one risk escalating would cascade to others.

    interface RiskInterconnection {
        riskCount: number;
        cascadingPairs: readonly RiskCascadePair[];
        interconnectionScore: number;
        assessment:
            | "isolated"
            | "moderate-interconnection"
            | "high-interconnection"
            | "systemic";
    }
    Index

    Properties

    riskCount: number

    Total number of risks analysed

    cascadingPairs: readonly RiskCascadePair[]

    Pairs of risks with identified cascading potential

    interconnectionScore: number

    Aggregate interconnection score (0–1, higher = more interconnected)

    assessment:
        | "isolated"
        | "moderate-interconnection"
        | "high-interconnection"
        | "systemic"

    Assessment label reflecting overall systemic risk