Skip to content

Commit

Permalink
Lower employment income by 10%
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Aug 15, 2024
1 parent 3b1f4ab commit 7c963fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policyengine_us_data/datasets/cps/policyengine_cps.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def add_personal_income_variables(
assert isinstance(p, dict)

# Assign CPS variables.
cps["employment_income"] = person.WSAL_VAL
cps["employment_income"] = person.WSAL_VAL * 0.9

cps["weekly_hours_worked"] = person.HRSWK * person.WKSWORK / 52

Expand Down

0 comments on commit 7c963fd

Please sign in to comment.