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

    Interface SwotData

    Data for generating an embeddable SWOT analysis section

    interface SwotData {
        strengths: SwotEntry[];
        weaknesses: SwotEntry[];
        opportunities: SwotEntry[];
        threats: SwotEntry[];
        subject?: string;
        context?: string;
    }
    Index

    Properties

    strengths: SwotEntry[]

    Internal factors: capabilities and advantages

    weaknesses: SwotEntry[]

    Internal factors: limitations and gaps

    opportunities: SwotEntry[]

    External factors: favourable conditions

    threats: SwotEntry[]

    External factors: risks and challenges

    subject?: string

    Subject being analysed (party, policy, institution, …)

    context?: string

    Additional contextual note rendered below the matrix