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

    Full AI SWOT analysis for a single stakeholder

    interface AISwotAnalysis {
        stakeholder: string;
        perspective: StakeholderPerspective;
        strengths: AISwotEntry[];
        weaknesses: AISwotEntry[];
        opportunities: AISwotEntry[];
        threats: AISwotEntry[];
        crossReferences: SwotCrossReference[];
        confidenceScore: number;
    }
    Index

    Properties

    stakeholder: string
    strengths: AISwotEntry[]
    weaknesses: AISwotEntry[]
    opportunities: AISwotEntry[]
    threats: AISwotEntry[]
    crossReferences: SwotCrossReference[]
    confidenceScore: number

    Overall analytical confidence (0–1)