EU Parliament Monitor - API Documentation - v0.7.0
    Preparing search index...

    Interface LegislativeVelocity

    Legislative velocity for procedure pipeline monitoring

    interface LegislativeVelocity {
        procedureId: string;
        title: string;
        stage: string;
        daysInCurrentStage: number;
        velocityScore: number;
        bottleneckRisk: "high" | "medium" | "low";
        predictedCompletion: string;
    }
    Index

    Properties

    procedureId: string
    title: string
    stage: string
    daysInCurrentStage: number
    velocityScore: number
    bottleneckRisk: "high" | "medium" | "low"
    predictedCompletion: string