Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    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")