Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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: "scb" | "world-bank" | "both";
    ย ย ย ย worldBankIndicator?: string;
    ย ย ย ย scbTableId?: string;
    ย ย ย ย imfIndicator?: 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: "scb" | "world-bank" | "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)

    imfIndicator?: string

    IMF indicator code (WEO/FM/IFS) for cross-reference (if applicable). Added in schema v2 (2026-04). Examples: NGDP_RPCH, PCPIPCH, LUR, GGXWDG_NGDP, BCA_NGDPD, FM_EXP_G01_GDP_PT.