Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Single SCB statistical indicator with value, period, and source table

    interface SCBIndicator {
        label: string;
        value: number;
        unit: string;
        period: string;
        tableId: string;
        trend?: "stable" | "up" | "down";
        previousValue?: number;
    }
    Index

    Properties

    label: string

    Human-readable label (e.g. "Unemployment rate")

    value: number

    Numeric value

    unit: string

    Unit of measurement (e.g. "percent", "SEK millions", "persons")

    period: string

    Time period (e.g. "2025Q3", "2025M11", "2024")

    tableId: string

    SCB table ID for traceability (e.g. "TAB637")

    trend?: "stable" | "up" | "down"

    Optional trend compared to previous period

    previousValue?: number

    Optional previous period value for comparison