Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Interface StatskontoretBudgetSummary

    Aggregated totals derived from one or more StatskontoretBudgetRow rows.

    totalOutturn and totalBudget are the sums of the individual row amounts (in MSEK) within the selected grouping. variance is totalOutturn - totalBudget; it is undefined when any contributing row had no budget figure. rowCount records how many source rows were included.

    interface StatskontoretBudgetSummary {
    ย ย ย ย year: number;
    ย ย ย ย documentType: string;
    ย ย ย ย totalOutturn: number;
    ย ย ย ย totalBudget?: number;
    ย ย ย ย variance?: number;
    ย ย ย ย rowCount: number;
    }
    Index
    year: number
    documentType: string
    totalOutturn: number
    totalBudget?: number
    variance?: number
    rowCount: number