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

    Interface AnalysisStakeholderSwot

    A SWOT matrix for a single stakeholder perspective. All text fields are AI-derived from document content analysis.

    interface AnalysisStakeholderSwot {
    ย ย ย ย name: string;
    ย ย ย ย role: KnownStakeholderRole | string & {};
    ย ย ย ย swot: {
    ย ย ย ย ย ย ย ย strengths: AnalysisSwotEntry[];
    ย ย ย ย ย ย ย ย weaknesses: AnalysisSwotEntry[];
    ย ย ย ย ย ย ย ย opportunities: AnalysisSwotEntry[];
    ย ย ย ย ย ย ย ย threats: AnalysisSwotEntry[];
    ย ย ย ย };
    }
    Index

    Properties

    Properties

    name: string

    Localised stakeholder name (Government, Parliament, Private Sector, etc.)

    role: KnownStakeholderRole | string & {}

    Internal role key for cross-language consistency

    swot: {
    ย ย ย ย strengths: AnalysisSwotEntry[];
    ย ย ย ย weaknesses: AnalysisSwotEntry[];
    ย ย ย ย opportunities: AnalysisSwotEntry[];
    ย ย ย ย threats: AnalysisSwotEntry[];
    }