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

    A single SWOT entry backed by evidence extracted from actual document content. Impact and confidence are derived analytically, not from hardcoded defaults.

    interface AnalysisSwotEntry {
        text: string;
        impact: "high" | "medium" | "low";
        sourceDocIds: string[];
        confidence: "HIGH" | "MEDIUM" | "LOW";
    }
    Index

    Properties

    text: string

    The analytical claim derived from document content.

    impact: "high" | "medium" | "low"

    Evidence rating for this entry.

    sourceDocIds: string[]

    Source document identifiers that back this entry. Empty when the entry is a structural placeholder.

    confidence: "HIGH" | "MEDIUM" | "LOW"

    Confidence rating for this entry: proportion of supporting evidence relative to total documents in the set.