{
  "name": "house-prices-global",
  "title": "Residential property price statistics from different countries",
  "description": "Residential property price statistics for 60+ countries and regions at quarterly frequency, published by the Bank for International Settlements (BIS). Covers nominal and real price index levels (base year 2010 = 100) and year-on-year percentage changes. Real series are the nominal price series deflated by the consumer price index. Indicators are selected from the detailed BIS dataset to facilitate access and enhance comparability.",
  "licenses": [
    {
      "name": "BIS-terms",
      "title": "BIS Terms of Permitted Use of Statistics (Attribution Required)",
      "path": "https://www.bis.org/terms_statistics.htm"
    }
  ],
  "sources": [
    {
      "name": "bis-selected-property-prices",
      "title": "BIS Selected Residential Property Prices",
      "path": "https://stats.bis.org/api/v2/data/dataflow/BIS/WS_SPP/1.0?format=csv&labels=both"
    }
  ],
  "resources": [
    {
      "encoding": "utf-8",
      "format": "csv",
      "mediatype": "text/csv",
      "name": "nominal-index",
      "path": "data/nominal_index.csv",
      "description": "Nominal residential property price index for selected countries and regions at quarterly frequency, base year 2010 = 100.",
      "profile": "tabular-data-resource",
      "schema": {
        "fields": [
          {
            "name": "date",
            "type": "date",
            "format": "default",
            "description": "Last day of the reference quarter in ISO 8601 format (YYYY-MM-DD). For example, 2023-09-30 represents Q3 2023."
          },
          {
            "name": "country_code",
            "type": "string",
            "description": "ISO 3166-1 alpha-2 country code or BIS regional aggregate code (e.g. XM = Euro area, XW = World, 4T = Emerging market economies, 5R = Advanced economies)."
          },
          {
            "name": "country",
            "type": "string",
            "description": "Full name of the country or regional aggregate."
          },
          {
            "name": "price",
            "type": "number",
            "description": "Nominal residential property price index value (base year 2010 = 100). Empty for periods where no data is available."
          }
        ],
        "missingValues": [
          ""
        ]
      }
    },
    {
      "encoding": "utf-8",
      "format": "csv",
      "mediatype": "text/csv",
      "name": "nominal-year",
      "path": "data/nominal_year.csv",
      "description": "Nominal residential property price year-on-year percentage changes for selected countries and regions at quarterly frequency.",
      "profile": "tabular-data-resource",
      "schema": {
        "fields": [
          {
            "name": "date",
            "type": "date",
            "format": "default",
            "description": "Last day of the reference quarter in ISO 8601 format (YYYY-MM-DD). For example, 2023-09-30 represents Q3 2023."
          },
          {
            "name": "country_code",
            "type": "string",
            "description": "ISO 3166-1 alpha-2 country code or BIS regional aggregate code (e.g. XM = Euro area, XW = World, 4T = Emerging market economies, 5R = Advanced economies)."
          },
          {
            "name": "country",
            "type": "string",
            "description": "Full name of the country or regional aggregate."
          },
          {
            "name": "price",
            "type": "number",
            "description": "Nominal residential property price year-on-year change, in per cent. Empty for periods where no data is available."
          }
        ],
        "missingValues": [
          ""
        ]
      }
    },
    {
      "encoding": "utf-8",
      "format": "csv",
      "mediatype": "text/csv",
      "name": "real-index",
      "path": "data/real_index.csv",
      "description": "Real residential property price index for selected countries and regions at quarterly frequency, base year 2010 = 100. Deflated by the consumer price index.",
      "profile": "tabular-data-resource",
      "schema": {
        "fields": [
          {
            "name": "date",
            "type": "date",
            "format": "default",
            "description": "Last day of the reference quarter in ISO 8601 format (YYYY-MM-DD). For example, 2023-09-30 represents Q3 2023."
          },
          {
            "name": "country_code",
            "type": "string",
            "description": "ISO 3166-1 alpha-2 country code or BIS regional aggregate code (e.g. XM = Euro area, XW = World, 4T = Emerging market economies, 5R = Advanced economies)."
          },
          {
            "name": "country",
            "type": "string",
            "description": "Full name of the country or regional aggregate."
          },
          {
            "name": "price",
            "type": "number",
            "description": "Real residential property price index value (base year 2010 = 100), deflated by the consumer price index. Empty for periods where no data is available."
          }
        ],
        "missingValues": [
          ""
        ]
      }
    },
    {
      "encoding": "utf-8",
      "format": "csv",
      "mediatype": "text/csv",
      "name": "real-year",
      "path": "data/real_year.csv",
      "description": "Real residential property price year-on-year percentage changes for selected countries and regions at quarterly frequency. Deflated by the consumer price index.",
      "profile": "tabular-data-resource",
      "schema": {
        "fields": [
          {
            "name": "date",
            "type": "date",
            "format": "default",
            "description": "Last day of the reference quarter in ISO 8601 format (YYYY-MM-DD). For example, 2023-09-30 represents Q3 2023."
          },
          {
            "name": "country_code",
            "type": "string",
            "description": "ISO 3166-1 alpha-2 country code or BIS regional aggregate code (e.g. XM = Euro area, XW = World, 4T = Emerging market economies, 5R = Advanced economies)."
          },
          {
            "name": "country",
            "type": "string",
            "description": "Full name of the country or regional aggregate."
          },
          {
            "name": "price",
            "type": "number",
            "description": "Real residential property price year-on-year change, in per cent, deflated by the consumer price index. Empty for periods where no data is available."
          }
        ],
        "missingValues": [
          ""
        ]
      }
    }
  ],
"collection": "property-prices"
}
