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

    Interface PoliticalStrideCategory

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

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

    Properties

    Which Political STRIDE category this assessment covers

    threatLevel: ImpactLevel

    Assessed threat level for this category

    evidence: readonly string[]

    Evidence supporting the threat level assessment

    analysis: string

    Human-readable analysis narrative for this category