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

    Interface PoliticalThreatDimension

    Assessment result for a single Political Threat Landscape dimension. Contains threat level, evidence, and analysis for one dimension.

    interface PoliticalThreatDimension {
        category: PoliticalThreatCategory;
        threatLevel: ImpactLevel;
        evidence: readonly string[];
        analysis: string;
    }
    Index

    Properties

    Which threat landscape dimension this assessment covers

    threatLevel: ImpactLevel

    Assessed threat level for this dimension

    evidence: readonly string[]

    Evidence supporting the threat level assessment

    analysis: string

    Human-readable analysis narrative for this dimension