Producer Price Index

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Economic Activity
               

No description available for this field.

Name (identifier)
economic_activity
Type
text
Sample
                       
Producer Price Index
               

No description available for this field.

Name (identifier)
indices
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"producer-price-index",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/producer-price-index"
      }
    ]
    ,
  • "definitions":
    {
    • "producer-price-index":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/producer-price-index_records"
            }
          }
        }
      }
      ,
    • "producer-price-index_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
              ,
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"Quarter ",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "economic_activity":
              {
              • "type":"string",
              • "title":"Economic Activity ",
              • "description":""
              }
              ,
            • "indices":
              {
              • "type":"number",
              • "title":"Producer Price Index",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets