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

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