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

    A statistical claim extracted from a speech or document

    interface StatisticalClaim {
        sourceText: string;
        topic: string;
        claimedValue?: number;
        claimedUnit?: string;
        speaker?: string;
        party?: string;
        verificationSource: "world-bank" | "scb" | "both";
        worldBankIndicator?: string;
        scbTableId?: string;
    }
    Index

    Properties

    sourceText: string

    The original text excerpt containing the claim

    topic: string

    Detected statistical topic (e.g., 'unemployment', 'gdp', 'migration')

    claimedValue?: number

    Claimed numeric value (if extractable)

    claimedUnit?: string

    Unit of the claimed value (e.g., 'percent', 'billions SEK')

    speaker?: string

    Person making the claim

    party?: string

    Party affiliation

    verificationSource: "world-bank" | "scb" | "both"

    Data source for verification ('world-bank' | 'scb' | 'both')

    worldBankIndicator?: string

    World Bank indicator ID for cross-reference (if applicable)

    scbTableId?: string

    SCB table ID for cross-reference (if applicable)