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

    Interface ThreatCorrelation

    Describes a correlation between two political threat dimensions, indicating whether they reinforce or counteract each other.

    interface ThreatCorrelation {
        dimensionA: PoliticalThreatCategory;
        dimensionB: PoliticalThreatCategory;
        correlationScore: number;
        mutuallyReinforcing: boolean;
        description: string;
    }
    Index

    Properties

    First threat dimension in the pair

    Second threat dimension in the pair

    correlationScore: number

    Correlation score: positive = mutually reinforcing, negative = counteracting, 0 = independent. Range: −1 to +1.

    mutuallyReinforcing: boolean

    Whether the two threats reinforce each other

    description: string

    Human-readable description of the interaction