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

    Interface PoliticalThreatAssessment

    Complete Political Threat Assessment — the top-level output of the political threat assessment pipeline.

    Combines all STRIDE categories, actor profiles, consequence trees, and legislative disruption analyses into a single structured assessment report.

    interface PoliticalThreatAssessment {
        date: string;
        overallThreatLevel: ImpactLevel;
        confidence: "high" | "medium" | "low";
        strideCategories: readonly PoliticalStrideCategory[];
        actorProfiles: readonly PoliticalActorThreatProfile[];
        consequenceTrees: readonly PoliticalConsequenceTree[];
        legislativeDisruptions: readonly LegislativeDisruptionAnalysis[];
        keyFindings: readonly string[];
        recommendations: readonly string[];
    }
    Index

    Properties

    date: string

    Date of the assessment (ISO 8601)

    overallThreatLevel: ImpactLevel

    Overall threat level across all dimensions

    confidence: "high" | "medium" | "low"

    Confidence level in the assessment

    strideCategories: readonly PoliticalStrideCategory[]

    Political STRIDE analysis for each of the six categories

    actorProfiles: readonly PoliticalActorThreatProfile[]

    Threat profiles for key political actors

    consequenceTrees: readonly PoliticalConsequenceTree[]

    Consequence trees for identified high-risk political actions

    legislativeDisruptions: readonly LegislativeDisruptionAnalysis[]

    Legislative disruption analyses for active procedures

    keyFindings: readonly string[]

    Key findings and executive summary points

    recommendations: readonly string[]

    Recommended monitoring actions