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

    Interface ClassifiedVote

    Single MEP/RCV-vote classification.

    interface ClassifiedVote {
        alignment: Alignment;
        groupMajority: VotePosition | null;
        matchingOtherGroups: string[];
        mepPosition: VotePosition | null;
        sittingDate: string;
        voteId: string;
    }
    Index

    Properties

    alignment: Alignment

    Alignment of the MEP's position with their home-group majority.

    groupMajority: VotePosition | null

    Plurality position of the MEP's home group on this RCV. null when undeterminable.

    matchingOtherGroups: string[]

    Canonical short codes of other groups whose majority matched the MEP's position on this RCV (excludes the MEP's home group). Empty when the MEP was absent or abstained, or when no other group had a determinable majority matching their position.

    mepPosition: VotePosition | null

    Position cast by the MEP (null when absent).

    sittingDate: string

    Sitting date in YYYY-MM-DD (falls back to vote.date when sittingDate is absent).

    voteId: string

    DOCEO unique vote identifier (LatestVoteRecord.id — e.g. "RCV-10-2026-01-15-001"). Used to populate VotingAnomaly.evidenceVoteIds.