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

    Interface LegislativeVelocityRisk

    Legislative velocity risk indicator for a single procedure. Adapted from ISMS Annual Rate of Occurrence: tracks pace of legislative progress and identifies bottleneck risks.

    interface LegislativeVelocityRisk {
        procedureId: string;
        title: string;
        currentStage: LegislativeStage;
        daysInCurrentStage: number;
        expectedDaysForStage: number;
        velocityRisk: PoliticalRiskScore;
        predictedCompletion: string | null;
    }
    Index

    Properties

    procedureId: string

    Procedure identifier

    title: string

    Procedure title

    currentStage: LegislativeStage

    Current stage in the legislative lifecycle

    daysInCurrentStage: number

    Days spent in the current stage

    expectedDaysForStage: number

    Expected days for this stage (based on historical averages)

    velocityRisk: PoliticalRiskScore

    Velocity risk score for this procedure

    predictedCompletion: string | null

    Predicted completion date (ISO date string) or null if uncertain