Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    Preparing search index...

    A single SWOT contribution entry sourced from a perspective analysis

    interface SwotContribution {
    ย ย ย ย quadrant: "threat" | "strength" | "weakness" | "opportunity";
    ย ย ย ย forStakeholder: string;
    ย ย ย ย text: string;
    ย ย ย ย impact?: ImpactLevel;
    }
    Index

    Properties

    quadrant: "threat" | "strength" | "weakness" | "opportunity"

    Which SWOT quadrant this entry belongs to

    forStakeholder: string

    The stakeholder for whom this quadrant entry applies

    text: string

    Human-readable description of the SWOT point

    impact?: ImpactLevel

    Relative importance of this SWOT entry