bfs_construction_investment
Retrieve annual building investment and work-on-hand figures for any Swiss region, canton, or commune. This leading indicator helps forecast next year's construction activity.
Instructions
Yearly building investment and Arbeitsvorrat for a region/canton/commune.
Returns building investment (Bauinvestitionen, current year) alongside the
Arbeitsvorrat (work on hand for the following year) from BFS STAT-TAB
px-x-0904010000_205, as a per-year series from since_year. The
Arbeitsvorrat is the monetary leading indicator: it signals next year's
construction volume before it is realised.
Args:
params (ConstructionInvestmentInput):
- level (str): 'grossregion', 'kanton', or 'gemeinde'
- code (str): region/canton/commune code matching level
- since_year (int): earliest year, inclusive (default 2015)
Returns:
ConstructionInvestmentResult with a years series (investment,
work_on_hand) in 1000 CHF. On error, error/hint are set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| hint | No | ||
| note | No | ||
| unit | No | ||
| error | No | ||
| level | No | ||
| years | No | ||
| source | No | Bundesamt für Statistik (BFS), STAT-TAB — https://www.pxweb.bfs.admin.ch. Open Government Data, freie Weiterverwendung. | |
| table_id | No | ||
| provenance | No | ||
| since_year | No | ||
| region_name | No |