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

    Interface PoliticalActorThreatProfile

    Political actor threat profile — adapted from ISMS threat agent classification.

    Models capability × motivation × opportunity (CMO) for each political actor, parallel to the threat agent classification in ISMS security assessments.

    interface PoliticalActorThreatProfile {
        actor: string;
        actorType: PoliticalActorType;
        capability: "high" | "medium" | "low";
        motivation: "high" | "medium" | "low";
        opportunity: "high" | "medium" | "low";
        trackRecord: readonly string[];
        threatCategories: readonly PoliticalThreatCategory[];
        overallThreatLevel: ImpactLevel;
    }
    Index

    Properties

    actor: string

    Name of the political actor (group, institution, individual)

    Classification of the actor type

    capability: "high" | "medium" | "low"

    Resources and influence capacity: high = major EP group or institution

    motivation: "high" | "medium" | "low"

    Incentive to act against current political trajectory

    opportunity: "high" | "medium" | "low"

    Current political window of opportunity to act effectively

    trackRecord: readonly string[]

    Past similar actions or demonstrated threat behaviours

    threatCategories: readonly PoliticalThreatCategory[]

    Which Political STRIDE categories this actor threatens

    overallThreatLevel: ImpactLevel

    Overall threat level derived from CMO composite score