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

    Anomaly flag detected in parliamentary data

    interface AnomalyFlag {
        type:
            | "CROSS_PARTY_VOTE"
            | "LOW_COHESION"
            | "HIGH_DEFECTION"
            | "NARROW_MAJORITY"
            | "UNSTABLE_COALITION";
        severity: RiskLevel;
        description: string;
        subject?: string;
    }
    Index

    Properties

    type:
        | "CROSS_PARTY_VOTE"
        | "LOW_COHESION"
        | "HIGH_DEFECTION"
        | "NARROW_MAJORITY"
        | "UNSTABLE_COALITION"

    Type of anomaly detected

    severity: RiskLevel

    Severity level

    description: string

    Human-readable description

    subject?: string

    Party or issue involved (if applicable)