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

    Interface RiskCascadePair

    Describes a cascading pair of political risks where one risk triggers or amplifies the other.

    interface RiskCascadePair {
        riskAId: string;
        riskBId: string;
        cascadeScore: number;
    }
    Index

    Properties

    riskAId: string

    ID of the triggering risk

    riskBId: string

    ID of the downstream risk

    cascadeScore: number

    Cascade score (0–1, higher = stronger triggering relationship)