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

    Interface StakeholderInfluenceTrajectory

    Trajectory assessment for a stakeholder's (MEP's) influence over time, derived from committee assignments, rapporteur roles, and overall scores.

    interface StakeholderInfluenceTrajectory {
        stakeholderId: string;
        name: string;
        trajectory: "stable" | "rising" | "declining";
        currentScore: number;
        confidence: "high" | "medium" | "low";
        drivingFactors: readonly string[];
    }
    Index

    Properties

    stakeholderId: string

    MEP or stakeholder identifier

    name: string

    Display name

    trajectory: "stable" | "rising" | "declining"

    Trajectory direction based on score and engagement metrics

    currentScore: number

    Current influence score (0–100)

    confidence: "high" | "medium" | "low"

    Confidence in trajectory assessment

    drivingFactors: readonly string[]

    Key factors driving the trajectory