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

    Article generation data

    interface ArticleContentData {
        events?: RawCalendarEvent[];
        reports?: RawDocument[];
        propositions?: RawDocument[];
        motions?: RawDocument[];
        interpellations?: RawDocument[];
        documents?: RawDocument[];
        highlights?: { title: string; description: string }[];
        context?: string;
        ciaContext?: CIAContext;
        monthlyMetrics?: MonthlyMetrics;
        votes?: unknown[];
        speeches?: unknown[];
        govDeptData?: Record<string, unknown>[];
        fullTextResults?: unknown[];
        departmentAnalysis?: Record<string, unknown>;
        speechDebates?: unknown[];
        scbContext?: SCBContext;
        statisticalClaims?: {
            sourceText: string;
            topic: string;
            claimedValue?: number;
            speaker?: string;
            party?: string;
            verificationSource: "world-bank" | "scb" | "both";
        }[];
    }
    Index

    Properties

    events?: RawCalendarEvent[]
    reports?: RawDocument[]
    propositions?: RawDocument[]
    motions?: RawDocument[]
    interpellations?: RawDocument[]

    Parliamentary interpellations (interpellationer)

    documents?: RawDocument[]
    highlights?: { title: string; description: string }[]
    context?: string
    ciaContext?: CIAContext

    CIA intelligence context for enriched analysis

    monthlyMetrics?: MonthlyMetrics

    Monthly metrics for trend analysis (monthly-review specific)

    votes?: unknown[]

    Voting records for cross-referencing committee decisions

    speeches?: unknown[]

    Parliamentary speeches for committee debate context

    govDeptData?: Record<string, unknown>[]

    Government department analysis from analyze_g0v_by_department

    fullTextResults?: unknown[]

    Full-text search results for policy substance extraction

    departmentAnalysis?: Record<string, unknown>

    Government department analysis from analyze_g0v_by_department

    speechDebates?: unknown[]

    Parliamentary debate speeches from search_anforanden

    scbContext?: SCBContext

    SCB statistical context for economic/demographic enrichment

    statisticalClaims?: {
        sourceText: string;
        topic: string;
        claimedValue?: number;
        speaker?: string;
        party?: string;
        verificationSource: "world-bank" | "scb" | "both";
    }[]

    Statistical claims detected for fact-checking against World Bank / SCB data