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

    A single stakeholder with their own SWOT analysis

    interface StakeholderSwot {
        name: string;
        role?: string;
        category?: StakeholderCategory;
        swot: SwotData;
        evidenceRefs?: string[];
        confidenceLevel?: "high" | "medium" | "low";
    }
    Index

    Properties

    name: string

    Stakeholder name (e.g. "Government Coalition", "Opposition Parties")

    role?: string

    Role or description of the stakeholder

    Stakeholder category for analysis routing

    swot: SwotData

    SWOT data for this stakeholder

    evidenceRefs?: string[]

    Document IDs (dok_id) that provide evidence for this SWOT analysis

    confidenceLevel?: "high" | "medium" | "low"

    Confidence level for this stakeholder analysis based on evidence quantity/quality