Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/issue-8301-state-ui-income-flow.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Integrated modeled Pennsylvania unemployment compensation into unemployment compensation income flows.
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,25 @@
person1:
# Household is outside PA -> defined_for filters the benefit.
pa_uc: 0

- name: Case 8, PA UC feeds unemployment compensation income flows.
period: 2025
absolute_error_margin: 0.01
input:
age: 35
state_code: PA
employment_income: 100_000
is_tax_unit_dependent: false
pa_uc_highest_quarter_wages: 10_000
pa_uc_base_year_wages: 28_000
pa_uc_credit_weeks: 26
weeks_unemployed: 26
pa_uc_gross_weekly_earnings: 0
output:
pa_uc: 10_218
unemployment_compensation: 10_218
tax_unit_unemployment_compensation: 10_218
taxable_unemployment_compensation: 10_218
tax_unit_taxable_unemployment_compensation: 10_218
spm_unit_benefits: 10_218
household_benefits: 10_218
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ class unemployment_compensation(Variable):
documentation = "Income from unemployment compensation programs."
definition_period = YEAR
uprating = "calibration.gov.irs.soi.unemployment_compensation"
adds = ["pa_uc"]
Loading