Input-Output Table Type I Multiplier

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Sectors
               

No description available for this field.

Name (identifier)
sectors
Type
text
Sample
                       
Type I
               

No description available for this field.

Name (identifier)
type_i
Type
decimal
Sample
                       
Direct
               

No description available for this field.

Name (identifier)
direct
Type
decimal
Sample
                       
Indirect
               

No description available for this field.

Name (identifier)
indirect
Type
decimal
Sample
                       
Income
               

No description available for this field.

Name (identifier)
income
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"input-output-table-type-i-multiplier",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/input-output-table-type-i-multiplier"
      }
    ]
    ,
  • "definitions":
    {
    • "input-output-table-type-i-multiplier":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/input-output-table-type-i-multiplier_records"
            }
          }
        }
      }
      ,
    • "input-output-table-type-i-multiplier_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "sectors":
              {
              • "type":"string",
              • "title":"Sectors",
              • "description":""
              }
              ,
            • "type_i":
              {
              • "type":"number",
              • "title":"Type I",
              • "description":""
              }
              ,
            • "direct":
              {
              • "type":"number",
              • "title":"Direct",
              • "description":""
              }
              ,
            • "indirect":
              {
              • "type":"number",
              • "title":"Indirect",
              • "description":""
              }
              ,
            • "income":
              {
              • "type":"number",
              • "title":"Income",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets