{
  "profile": "tabular-data-package",
  "name": "swiss-commercial-registry-monthly-panel",
  "title": "Swiss commercial registry publications, classified: monthly panel",
  "version": "2026.09",
  "homepage": "https://prospex.ch/open-data/swiss-registry-panel/",
  "citation": "Prospex (2026). Swiss commercial registry publications, classified: monthly panel, release 2026.09. Derived from the Swiss Official Gazette of Commerce (SHAB/FOSC). CC BY 4.0. https://prospex.ch/open-data/swiss-registry-panel/",
  "temporal": {
    "start": "2018-09",
    "end": "2026-08"
  },
  "spatial": "Switzerland",
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "title": "Creative Commons Attribution 4.0 International",
      "path": "https://creativecommons.org/licenses/by/4.0/"
    }
  ],
  "sources": [
    {
      "title": "Swiss Official Gazette of Commerce (SHAB/FOSC)",
      "path": "https://www.shab.ch/"
    }
  ],
  "resources": [
    {
      "name": "shab-registry-panel",
      "path": "shab_registry_panel.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "title": "Swiss commercial registry publications, classified: monthly panel",
      "description": "Monthly counts of Swiss commercial registry publications from 2018-09 to 2026-08, broken down by canton and by the kind of change each publication announces, with capital movements in CHF where the publication states them. 18,668 rows. Every canton is present, plus an XX bucket for publications that carry none.",
      "schema": {
        "fields": [
          {
            "name": "month",
            "type": "date",
            "description": "First day of the calendar month in which the publication appeared in the SHAB."
          },
          {
            "name": "canton",
            "type": "string",
            "description": "Two-letter code of the canton whose register office published the entry. XX where the publication carries no canton."
          },
          {
            "name": "event_type",
            "type": "string",
            "description": "Prospex's classification of what the publication announces."
          },
          {
            "name": "event_count",
            "type": "integer",
            "description": "Publications classified into this month, canton and type."
          },
          {
            "name": "n_events_with_amount",
            "type": "integer",
            "description": "Of those, how many stated both a prior and a new nominal capital. Zero outside CAPITAL_INCREASED."
          },
          {
            "name": "capital_delta_sum_chf",
            "type": "number",
            "description": "Sum of new minus prior nominal capital, in CHF, over the events counted in n_events_with_amount. Empty when withheld."
          },
          {
            "name": "capital_delta_median_chf",
            "type": "number",
            "description": "Median of the same differences, in CHF. Even-length samples take the mean of the two middle values. Empty when withheld."
          },
          {
            "name": "capital_suppressed",
            "type": "boolean",
            "description": "True where fewer than three events carried an amount and the two capital measures are withheld."
          }
        ]
      }
    }
  ]
}
