records

records

Active filters Clear all

No active filters

Filters

Employee remuneration and expenses (earning over $75,000)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
Year

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Name
Name of employee listed by last name, followed by initials of first name and middle name (if applicable)

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Department
Name of an organization unit at the City of Vancouver where specified Title belongs

No description available for this field.

Name (identifier)
department
Type
text
Sample
                       
Title
Name of position

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
Remuneration
Includes salary, overtime, gratuity and vacation payouts. Excludes severance payment.

No description available for this field.

Name (identifier)
remuneration
Type
decimal
Sample
                       
Expenses
Includes charges such as training, tuition, conferences and travel and professional dues

No description available for this field.

Name (identifier)
expenses
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"employee-remuneration-and-expenses-earning-over-75000",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/employee-remuneration-and-expenses-earning-over-75000"
      }
    ]
    ,
  • "definitions":
    {
    • "employee-remuneration-and-expenses-earning-over-75000":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/employee-remuneration-and-expenses-earning-over-75000_records"
            }
          }
        }
      }
      ,
    • "employee-remuneration-and-expenses-earning-over-75000_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":"Year"
              }
              ,
            • "name":
              {
              • "type":"string",
              • "title":"Name",
              • "description":"Name of employee listed by last name, followed by initials of first name and middle name (if applicable)"
              }
              ,
            • "department":
              {
              • "type":"string",
              • "title":"Department",
              • "description":"Name of an organization unit at the City of Vancouver where specified Title belongs"
              }
              ,
            • "title":
              {
              • "type":"string",
              • "title":"Title",
              • "description":"Name of position"
              }
              ,
            • "remuneration":
              {
              • "type":"number",
              • "title":"Remuneration",
              • "description":"Includes salary, overtime, gratuity and vacation payouts. Excludes severance payment."
              }
              ,
            • "expenses":
              {
              • "type":"number",
              • "title":"Expenses",
              • "description":"Includes charges such as training, tuition, conferences and travel and professional dues"
              }
            }
          }
        }
      }
    }
}

Similar datasets