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

    Summary statistics from election forecast.

    interface SummaryStats {
        totalSeats: number;
        gainers: number;
        losers: number;
        stable: number;
        biggestGain: PartyForecast;
        biggestLoss: PartyForecast;
    }
    Index

    Properties

    totalSeats: number
    gainers: number
    losers: number
    stable: number
    biggestGain: PartyForecast
    biggestLoss: PartyForecast