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

    Assessment of a single political force.

    Provides a structured evaluation of a force's strength and trajectory, enabling quadrant-chart visualisation of the overall political landscape.

    interface ForceAssessment {
        description: string;
        strength: number;
        trend: "stable" | "increasing" | "decreasing";
        keyActors: readonly string[];
        confidence: ClassificationConfidence;
    }
    Index

    Properties

    description: string

    Qualitative description of the force and its current state

    strength: number

    Current strength of this force on a 0–1 scale

    trend: "stable" | "increasing" | "decreasing"

    Whether the force is growing, diminishing, or stable

    keyActors: readonly string[]

    Key actors driving this force

    Confidence in this assessment