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

    Risk factor identified in the document

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

    Properties

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