Skip to content

appointment date / hire dates for salary vs other data #28

Description

@trevorcampbell

So in most of the data (CPD DB), we have a field called appointment_date (date).

In the salary data, we have a few somewhat confusing fields:

  • Age @ Hire (integer)
  • Start Date(9161) (date)
  • SPP (date)
  • Org Hire (date)

We need to answer two questions:

  • which of Org Hire and Start Date(9161) correspond to appointment_date in the rest of the data?
  • which of Org Hire and Start Date(9161) correspond to age @ hire?

In the response letter for the salary FOIA request from Chicago Dept HR, we get the following information:

  • "Age at hire means the age the individual was when they started employment with the City"
  • "A police officer is considered an employee of the City of Chicago the day they enter the Policy Academy"
  • Start Date (9161) is the day an individual began as a police officer, by entering the academy"
  • "SPP stands for start date in present position"
  • "Org Hire stands for the first date an individual started employment in any dept within the City of Chicago"

So based on this, I would assume that Start Date(9161) should correspond to appointment_date in the rest of the data, since the rest of the data is from a CPD DB (so I would guess they won't have data on earlier hire dates with the City). Based on the explanations above, I would guess Age @ Hire is their age at the Org Hire date.

But in my own investigation, I found that Org Hire date matches more closely with appointment_date from profiles in the CPD database.

Currently the salary linking uses Org Hire as appointment_date, and compares Age @ Hire to Org Hire to get birthyear. But we may want to revisit that at some point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions