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

    Enhanced SWOT entry with AI-generated analytical content. Extends the base SwotEntry shape with additional intelligence fields.

    interface AISwotEntry {
        text: string;
        impact: SwotImpact;
        justification: string;
        relatedDocuments: string[];
        trendDirection: TrendDirection;
        quantitativeEvidence?: string;
    }
    Index

    Properties

    text: string

    Short analytical statement (the main SWOT item)

    impact: SwotImpact

    Relative policy impact or significance

    justification: string

    Reasoning explaining why this item was included

    relatedDocuments: string[]

    IDs or titles of related documents that support this entry

    trendDirection: TrendDirection

    Whether this factor is getting better, static, or worse

    quantitativeEvidence?: string

    Optional metric supporting the entry (e.g. "73% majority", "SEK 2.1 bn")