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

    Coalition stress analysis result derived from voting records

    interface CoalitionStressResult {
        governmentWins: number;
        governmentLosses: number;
        crossPartyVotes: number;
        defections: number;
        riskIndex: CoalitionRiskIndex;
        anomalies: AnomalyFlag[];
        totalVotes: number;
    }
    Index

    Properties

    governmentWins: number

    Number of vote points where the government bloc position (Ja/Nej) matched the chamber majority

    governmentLosses: number

    Number of vote points where the government bloc position did not match the chamber majority

    crossPartyVotes: number

    Vote points where opposition parties voted with the government

    defections: number

    Vote points with internal government-bloc defections

    Composite risk index from risk-analysis.ts

    anomalies: AnomalyFlag[]

    Detected anomaly flags from risk-analysis.ts

    totalVotes: number

    Total distinct vote-points analysed