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

    Interface PoliticalCapitalAtRisk

    Political Capital at Risk (PCaR) for a key political actor. Adapted from ISMS Value at Risk: quantifies political capital exposure.

    Political capital = accumulated influence, credibility, and coalition support that an actor can deploy to achieve legislative or procedural goals.

    interface PoliticalCapitalAtRisk {
        actor: string;
        actorType: PoliticalActorType;
        currentCapital: number;
        capitalAtRisk: number;
        riskDrivers: readonly PoliticalRiskDriver[];
        timeHorizon: "week" | "month" | "year" | "quarter";
        confidenceInterval: number;
    }
    Index

    Properties

    actor: string

    Name or identifier of the political actor

    Type of political actor

    currentCapital: number

    Current political capital score (0–100)

    capitalAtRisk: number

    Maximum potential political capital loss within the time horizon (0–100)

    riskDrivers: readonly PoliticalRiskDriver[]

    Risk drivers contributing to capital exposure

    timeHorizon: "week" | "month" | "year" | "quarter"

    Time horizon for the risk assessment

    confidenceInterval: number

    Statistical confidence interval for the PCaR estimate (e.g. 95 for 95%)