EU Parliament Monitor - API Documentation - v0.8.2
    Preparing search index...

    Interface VotingTrend

    Detected voting trend across multiple sessions

    interface VotingTrend {
        trendId: string;
        description: string;
        direction: "stable" | "increasing" | "decreasing";
        confidence: number;
        recordCount: number;
        metricValue: number;
    }
    Index

    Properties

    trendId: string

    Identifier for the trend (e.g. "increasing-polarization")

    description: string

    Human-readable description of the trend

    direction: "stable" | "increasing" | "decreasing"

    Direction of the trend

    confidence: number

    Confidence in the detection (0-1)

    recordCount: number

    Number of records contributing to this trend

    metricValue: number

    Representative metric value (e.g. average margin change)