EU Parliament Monitor — API Documentation - v0.8.24
    Preparing search index...

    Interface StakeholderInfluenceInput

    Raw input data for computing a stakeholder's influence trajectory.

    interface StakeholderInfluenceInput {
        stakeholderId: string;
        name: string;
        currentScore: number;
        historicalScore?: number;
        committeeAssignments: number;
        rapporteurRoles: number;
        shadowRapporteurRoles: number;
    }
    Index

    Properties

    stakeholderId: string

    MEP or stakeholder identifier

    name: string

    Display name

    currentScore: number

    Current influence score (0–100)

    historicalScore?: number

    Historical influence score for baseline comparison (0–100, optional)

    committeeAssignments: number

    Number of active committee assignments

    rapporteurRoles: number

    Number of rapporteur roles held

    shadowRapporteurRoles: number

    Number of shadow rapporteur roles held