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

    Week ahead data structure

    interface WeekAheadData {
        events: RawCalendarEvent[];
        highlights?: { title: string; description: string }[];
        context?: string;
        documents?: RawDocument[];
        questions?: RawDocument[];
        interpellations?: RawDocument[];
        ciaContext?: CIAContext;
    }
    Index

    Properties

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

    Upcoming legislative documents — used when calendar is empty

    questions?: RawDocument[]

    Parliamentary written questions (fragor) for the coming period

    interpellations?: RawDocument[]

    Parliamentary interpellations (interpellationer) for the coming period

    ciaContext?: CIAContext

    CIA intelligence context for enriched analysis