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

    Interface CoalitionShift

    Coalition shift detection result

    interface CoalitionShift {
        group: string;
        previousCohesion: number;
        currentCohesion: number;
        cohesionDelta: number;
        direction: "strengthening" | "weakening" | "stable";
        significance: "high" | "medium" | "low" | "critical";
    }
    Index

    Properties

    group: string

    Name of the political group

    previousCohesion: number

    Previous cohesion (or baseline)

    currentCohesion: number

    Current cohesion

    cohesionDelta: number

    Signed change in cohesion (currentCohesion - previousCohesion)

    direction: "strengthening" | "weakening" | "stable"

    Direction of the shift

    significance: "high" | "medium" | "low" | "critical"

    Severity of the shift for political intelligence