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

    Interface CoalitionMetrics

    Coalition dynamics metrics for a parliamentary period. Used to build coalition radar charts and alignment visualizations.

    interface CoalitionMetrics {
        alignmentScore: number;
        votingBlocs: readonly VotingBloc[];
        shiftIndicator: "strengthening" | "weakening" | "stable";
        keyVotes?: readonly VoteHighlight[];
    }
    Index

    Properties

    alignmentScore: number

    Overall alignment score (0–100)

    votingBlocs: readonly VotingBloc[]

    Identified voting blocs and their cohesion

    shiftIndicator: "strengthening" | "weakening" | "stable"

    Overall trend direction

    keyVotes?: readonly VoteHighlight[]

    Defining votes that illustrate coalition dynamics