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

    Full stakeholder impact analysis for a single stakeholder group

    interface StakeholderImpact {
    ย ย ย ย stakeholder: StakeholderGroup;
    ย ย ย ย displayName: string;
    ย ย ย ย directImpact: ImpactAssessment;
    ย ย ย ย indirectEffects: string[];
    ย ย ย ย implementationBurden: BurdenLevel;
    ย ย ย ย politicalImplications: string;
    ย ย ย ย swot: SwotData;
    ย ย ย ย confidence: ConfidenceLevel;
    }
    Index

    Properties

    stakeholder: StakeholderGroup
    displayName: string

    Human-readable name for display

    directImpact: ImpactAssessment
    indirectEffects: string[]

    Secondary / downstream effects

    implementationBurden: BurdenLevel
    politicalImplications: string

    Political positioning implications

    swot: SwotData

    Per-stakeholder SWOT analysis

    confidence: ConfidenceLevel

    Confidence level for this stakeholder assessment