Skip to content
Merged
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
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Add taxable social security to the list of Delaware exclusions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
description: Delaware subtracts these items when calculating state adjusted gross income.
values:
2021-01-01:
- de_pension_exclusion # (4)
- de_pension_exclusion # (3)
- taxable_social_security # (4)
# The elderly or disabled income exclusion is computed separately
# - de_elderly_or_disabled_income_exclusion # (2)

metadata:
unit: list
period: year
label: Delaware adjusted gross income subtractions
references:
- title: Delaware Code, § 1106 Modifcations (b)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,28 @@
state_fips: 10 # DE
output: # expected results from patched TAXSIM35 2024-03-07 version
de_income_tax: 6585.82

- name: Tax unit with taxsimid 91040 in f21.its.csv and f21.ots.csv
absolute_error_margin: 0.01
period: 2021
input:
people:
person1:
age: 62
employment_income: 129_010
taxable_interest_income: 11_010
taxable_private_pension_income: 6_000
social_security_retirement: 24_000
tax_units:
tax_unit:
members: [person1]
premium_tax_credit: 0 # not in TAXSIM35
spm_units:
spm_unit:
members: [person1]
households:
household:
members: [person1]
state_fips: 10 # DE
output: # expected results from patched TAXSIM35 2024-03-23 version
de_income_tax: 7361.32