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

    Interface EmergingThreat

    An emerging threat pattern detected across multiple assessments — i.e. a threat category that has appeared or escalated recently.

    interface EmergingThreat {
        category: PoliticalThreatCategory;
        firstDetected: string;
        currentLevel: ImpactLevel;
        escalationRate: "moderate" | "slow" | "rapid";
        evidence: readonly string[];
    }
    Index

    Properties

    Threat dimension that is emerging

    firstDetected: string

    ISO date when this threat pattern was first detected

    currentLevel: ImpactLevel

    Current threat level

    escalationRate: "moderate" | "slow" | "rapid"

    Rate at which the threat is escalating:

    • rapid: escalated by two or more levels
    • moderate: escalated by one level
    • slow: marginal escalation within the same level
    evidence: readonly string[]

    Evidence data points supporting the emergence