European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Interface MepVotingAggregateStats

    Aggregated per-MEP voting statistics derived from DOCEO RCV data.

    interface MepVotingAggregateStats {
        abstentions: number;
        attendanceRate: number;
        loyaltyScore: number | null;
        rcvVotesInspected: number;
        totalVotes: number;
        votesAgainst: number;
        votesFor: number;
    }
    Index

    Properties

    abstentions: number

    RCV votes the MEP cast as ABSTAIN.

    attendanceRate: number

    Participation rate as totalVotes / rcvVotesInspected * 100. When no DOCEO RCV votes were inspected, returns 0.

    loyaltyScore: number | null

    % of decisive votes (FOR/AGAINST) where the MEP voted with the majority of their political group. null when the group cannot be resolved from the MEP details or no DOCEO data was available.

    rcvVotesInspected: number

    Total number of RCV votes inspected from DOCEO for the period.

    totalVotes: number

    Number of RCV votes considered (where the MEP appeared on the roll).

    votesAgainst: number

    RCV votes the MEP cast as AGAINST.

    votesFor: number

    RCV votes the MEP cast as FOR.