login
Holden Web
What you'll need to know tomorrow

nbs: the JSON

← nbs

Exactly what edjas nbs.xlsx nbs.toml writes to standard output, from the unmodified workbook. Run at build time, not stored, so this is the current output of the current code.

{
  "title": "The UK national balance sheet",
  "source": "Source: Office for National Statistics",
  "subtitle": "The UK national balance sheet: net worth at start of 2024, current prices (£million)1",
  "contents": [
    {
      "Reference Table": "Table A",
      "Description": "The UK national balance sheet: net worth at start of 2024"
    },
    {
      "Reference Table": "Table B",
      "Description": "The UK national balance sheet: change in net worth during 2024"
    },
    {
      "Reference Table": "Table C",
      "Description": "The UK national balance sheet: net worth at end of 2024"
    },
    {
      "Reference Table": "Table D",
      "Description": "The UK national balance sheet: series ID lookup"
    },
    {
      "Reference Table": "Table 1",
      "Description": "The UK national balance sheet: by sector"
    },
    {
      "Reference Table": "Table 2",
      "Description": "The UK national balance sheet: by asset"
    },
    {
      "Reference Table": "Table 3",
      "Description": "The UK national balance sheet: Non-financial corporations"
    },
    {
      "Reference Table": "Table 4",
      "Description": "The UK national balance sheet: Public non-financial corporations"
    },
    {
      "Reference Table": "Table 5",
      "Description": "The UK national balance sheet: Private non-financial corporations"
    },
    {
      "Reference Table": "Table 6",
      "Description": "The UK national balance sheet: Financial corporations"
    },
    {
      "Reference Table": "Table 7",
      "Description": "The UK national balance sheet: General government"
    },
    {
      "Reference Table": "Table 8",
      "Description": "The UK national balance sheet: Central government"
    },
    {
      "Reference Table": "Table 9",
      "Description": "The UK national balance sheet: Local government"
    },
    {
      "Reference Table": "Table 10",
      "Description": "The UK national balance sheet: Households & non-profit institutions serving households"
    },
    {
      "Reference Table": "Table 11",
      "Description": "The UK national balance sheet: Households"
    },
    {
      "Reference Table": "Table 12",
      "Description": "The UK national balance sheet: Non-profit institutions serving households"
    },
    {
      "Reference Table": "Table 13",
      "Description": "The UK national balance sheet: Public sector"
    }
  ],
  "header": [
    null,
    "Dwellings2",
    "Buildings other than dwellings2",
    "Other structures2",
    "Land Improvements",
    "Total"
  ],
  "rows": [
    [
      "Non-financial corporations",
      534738,
      646275,
      377522,
      7252,
      1031049
    ],
    [
      "Public non-financial corporations",
      122385,
      4318,
      13418,
      49,
      17785
    ],
    [
      "Private non-financial corporations",
      412353,
      641957,
      364104,
      7203,
      1013264
    ],
    [
      "Financial corporations",
      0,
      45586,
      0,
      15,
      45601
    ],
    [
      "General government",
      8090,
      303885,
      424704,
      3840,
      732429
    ],
    [
      "Central government",
      8090,
      141174,
      227695,
      539,
      369408
    ],
    [
      "Local government",
      0,
      162711,
      197009,
      3301,
      363021
    ],
    [
      "Households & NPISH4",
      1908603,
      97772,
      6242,
      387,
      104401
    ],
    [
      "Households",
      1906644,
      6263,
      4392,
      59,
      10714
    ],
    [
      "Non-profit institutions serving households",
      1959,
      91509,
      1850,
      328,
      93687
    ],
    [
      "Public sector5",
      130475,
      308203,
      438122,
      3889,
      750214
    ],
    [
      "Total economy",
      2451431,
      1093518,
      808468,
      11494,
      1913480
    ]
  ]
}

The example page has the specification that produced this, and the report rendered from it.