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

    Risk factor identified in the document

    interface RiskAssessment {
        type:
            | "political"
            | "implementation"
            | "public-acceptance"
            | "legal"
            | "financial";
        severity: "high"
        | "medium"
        | "low";
        description: string;
        mitigationOptions: string[];
    }
    Index

    Properties

    type:
        | "political"
        | "implementation"
        | "public-acceptance"
        | "legal"
        | "financial"
    severity: "high" | "medium" | "low"
    description: string
    mitigationOptions: string[]