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

    Interface PoliticalRiskDriver

    A driver contributing to political capital risk for a specific actor.

    interface PoliticalRiskDriver {
        description: string;
        category: PoliticalThreatCategory;
        contribution: number;
        trend: "stable" | "increasing" | "decreasing";
    }
    Index

    Properties

    description: string

    Description of the risk driver

    Threat category this driver belongs to

    contribution: number

    Percentage contribution to total political capital at risk (0–100)

    trend: "stable" | "increasing" | "decreasing"

    Whether the risk driver is increasing, stable, or decreasing