Skip to content

Commit 7e83e8f

Browse files
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into pr/Shinuing/4329
2 parents 1e6626c + cfb845b commit 7e83e8f

24 files changed

+174
-37
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.737.1] - 2024-04-15 19:08:43
9+
10+
## [0.737.0] - 2024-04-15 14:20:43
11+
12+
### Added
13+
14+
- Enable remaining state income tax models and include in the net income tree.
15+
816
## [0.736.0] - 2024-04-14 21:21:29
917

1018
### Added
@@ -8194,6 +8202,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81948202

81958203

81968204

8205+
[0.737.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.737.0...0.737.1
8206+
[0.737.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.736.0...0.737.0
81978207
[0.736.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.735.0...0.736.0
81988208
[0.735.0]: https://github.com/PolicyEngine/policyengine-us/compare/0.734.1...0.735.0
81998209
[0.734.1]: https://github.com/PolicyEngine/policyengine-us/compare/0.734.0...0.734.1

changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6991,3 +6991,13 @@
69916991
added:
69926992
- 2023 New Hampshire tax rules.
69936993
date: 2024-04-14 21:21:29
6994+
- bump: minor
6995+
changes:
6996+
added:
6997+
- Enable remaining state income tax models and include in the net income tree.
6998+
date: 2024-04-15 14:20:43
6999+
- bump: patch
7000+
changes:
7001+
add:
7002+
- Add Old Age Pension grant standard for 2024
7003+
date: 2024-04-15 19:08:43

policyengine_us/modelled_policies.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ filtered:
1515
- Alabama state income tax
1616
not_modelled:
1717
- Alabama TANF
18+
AR:
19+
modelled:
20+
- Arkansas state income tax
21+
not_modelled:
22+
- Arkansas TANF
1823
AZ:
1924
modelled:
2025
- Arizona state income tax
@@ -40,6 +45,11 @@ filtered:
4045
modelled:
4146
- District of Columbia income tax
4247
- District of Columbia TANF
48+
DE:
49+
modelled:
50+
- Delaware state income tax
51+
not_modelled:
52+
- Delaware TANF
4353
GA:
4454
modelled:
4555
- Georgia state income tax
@@ -79,6 +89,11 @@ filtered:
7989
- Kentucky state income tax
8090
not_modelled:
8191
- Kentucky TANF
92+
LA:
93+
modelled:
94+
- Louisiana state income tax
95+
not_modelled:
96+
- Louisiana TANF
8297
MA:
8398
modelled:
8499
- Massachusetts state income tax
@@ -109,6 +124,16 @@ filtered:
109124
- Missouri state income tax
110125
not_modelled:
111126
- Missouri TANF
127+
MS:
128+
modelled:
129+
- Mississippi state income tax
130+
not_modelled:
131+
- Mississippi TANF
132+
MT:
133+
modelled:
134+
- Montana state income tax
135+
not_modelled:
136+
- Montana TANF
112137
NC:
113138
modelled:
114139
- North Carolina state income tax
@@ -178,6 +203,11 @@ filtered:
178203
- Utah state income tax
179204
not_modelled:
180205
- Utah TANF
206+
VA:
207+
modelled:
208+
- Virginia state income tax
209+
not_modelled:
210+
- Virginia TANF
181211
VT:
182212
modelled:
183213
- Vermont state income tax

policyengine_us/parameters/gov/household_refundable_credits.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ values:
33
0000-01-01:
44
- income_tax_refundable_credits # Federal.
55
- al_refundable_credits # Alabama.
6+
- ar_refundable_credits # Arkansas.
67
- az_refundable_credits # Arizona.
78
- ca_refundable_credits # California.
89
- co_refundable_credits # Colorado
@@ -17,12 +18,15 @@ values:
1718
- in_refundable_credits # Indiana.
1819
- ks_refundable_credits # Kansas.
1920
- ky_refundable_credits # Kentucky.
21+
- la_refundable_credits # Louisiana.
2022
- ma_refundable_credits # Massachusetts.
2123
- me_refundable_credits # Maine.
2224
- md_refundable_credits # Maryland.
2325
- mi_refundable_credits # Michigan.
2426
- mn_refundable_credits # Minnesota.
2527
- mo_refundable_credits # Missouri.
28+
- ms_refundable_credits # Mississippi.
29+
- mt_refundable_credits # Montana.
2630
# Skip NC which has no refundable credits.
2731
- nd_refundable_credits # North Dakota.
2832
- ne_refundable_credits # Nebraska.
@@ -37,6 +41,7 @@ values:
3741
- wa_refundable_credits # Washington.
3842
- nyc_refundable_credits # New York City.
3943
- ut_refundable_credits # Utah.
44+
- va_refundable_credits # Virginia.
4045
- vt_refundable_credits # Vermont.
4146
- wi_refundable_credits # Wisconsin.
4247
- wv_refundable_credits # West Virginia.

policyengine_us/parameters/gov/household_state_income_tax.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ description: All state income tax calculations before refundable credits.
22
values:
33
0000-01-01:
44
- al_income_tax_before_refundable_credits
5+
- ar_income_tax_before_refundable_credits
56
- az_income_tax_before_refundable_credits
67
- ca_income_tax_before_refundable_credits
78
- co_income_tax_before_refundable_credits
@@ -16,12 +17,15 @@ values:
1617
- in_income_tax_before_refundable_credits
1718
- ks_income_tax_before_refundable_credits
1819
- ky_income_tax_before_refundable_credits
20+
- la_income_tax_before_refundable_credits
1921
- me_income_tax_before_refundable_credits
2022
- ma_income_tax_before_refundable_credits
2123
- md_income_tax_before_refundable_credits
2224
- mi_income_tax_before_refundable_credits
2325
- mn_income_tax_before_refundable_credits
2426
- mo_income_tax_before_refundable_credits
27+
- ms_income_tax_before_credits_unit
28+
- mt_income_tax_before_refundable_credits_unit
2529
- nc_income_tax
2630
- nd_income_tax_before_refundable_credits
2731
- ne_income_tax_before_refundable_credits
@@ -38,6 +42,7 @@ values:
3842
- wa_income_tax_before_refundable_credits
3943
- nyc_income_tax_before_refundable_credits
4044
- ut_income_tax_before_refundable_credits
45+
- va_income_tax_before_refundable_credits
4146
- vt_income_tax_before_refundable_credits
4247
- wi_income_tax_before_refundable_credits
4348
- wv_income_tax_before_refundable_credits

policyengine_us/parameters/gov/household_tax_before_refundable_credits.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ values:
55
- self_employment_tax
66
- income_tax_before_refundable_credits # Federal.
77
- al_income_tax_before_refundable_credits
8+
- ar_income_tax_before_refundable_credits
89
- az_income_tax_before_refundable_credits
910
- ca_income_tax_before_refundable_credits
1011
- co_income_tax_before_refundable_credits
@@ -19,12 +20,15 @@ values:
1920
- in_income_tax_before_refundable_credits
2021
- ks_income_tax_before_refundable_credits
2122
- ky_income_tax_before_refundable_credits
23+
- la_income_tax_before_refundable_credits
2224
- me_income_tax_before_refundable_credits
2325
- ma_income_tax_before_refundable_credits
2426
- md_income_tax_before_refundable_credits
2527
- mi_income_tax_before_refundable_credits
2628
- mn_income_tax_before_refundable_credits
2729
- mo_income_tax_before_refundable_credits
30+
- ms_income_tax_before_credits_unit
31+
- mt_income_tax_before_refundable_credits_unit
2832
- nc_income_tax # NC has no refundable credits.
2933
- nd_income_tax_before_refundable_credits
3034
- ne_income_tax_before_refundable_credits
@@ -42,6 +46,7 @@ values:
4246
- flat_tax
4347
- nyc_income_tax_before_refundable_credits
4448
- ut_income_tax_before_refundable_credits
49+
- va_income_tax_before_refundable_credits
4550
- vt_income_tax_before_refundable_credits
4651
- wi_income_tax_before_refundable_credits
4752
- wv_income_tax_before_refundable_credits

policyengine_us/parameters/gov/state_refundable_credits.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ description: All state refundable credits.
22
values:
33
0000-01-01:
44
- al_refundable_credits # Alabama.
5+
- ar_refundable_credits # Arkansas.
56
- az_refundable_credits # Arizona.
67
- ca_refundable_credits # California.
78
- co_refundable_credits # Colorado
@@ -16,12 +17,15 @@ values:
1617
- in_refundable_credits # Indiana.
1718
- ks_refundable_credits # Kansas.
1819
- ky_refundable_credits # Kentucky.
20+
- la_refundable_credits # Louisiana.
1921
- ma_refundable_credits # Massachusetts.
2022
- me_refundable_credits # Maine.
2123
- md_refundable_credits # Maryland.
2224
- mi_refundable_credits # Michigan.
2325
- mn_refundable_credits # Minnesota.
2426
- mo_refundable_credits # Missouri.
27+
- ms_refundable_credits # Mississippi.
28+
- mt_refundable_credits # Montana.
2529
# Skip NC which has no refundable credits.
2630
- nd_refundable_credits # North Dakota.
2731
- ne_refundable_credits # Nebraska.
@@ -36,6 +40,7 @@ values:
3640
- wa_refundable_credits # Washington.
3741
- nyc_refundable_credits # New York City.
3842
- ut_refundable_credits # Utah.
43+
- va_refundable_credits # Virginia.
3944
- vt_refundable_credits # Vermont.
4045
- wi_refundable_credits # Wisconsin.
4146
- wv_refundable_credits # West Virginia.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Arkansas

policyengine_us/parameters/gov/states/ar/index.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

policyengine_us/parameters/gov/states/co/ssa/oap/grant_standard.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ description: Grant Standard for OAP
22

33
values:
44
2023-01-01: 952
5+
2024-01-01: 982
56

67
metadata:
78
unit: currency-USD
89
period: month
910
label: Colorado OAP grant standard
1011
reference:
11-
- title: ADULT FINANCIAL PROGRAMS | Income Maintenance (Volume 3)
12+
- title: ADULT FINANCIAL PROGRAMS | Income Maintenance (Volume 3) | 3.530(A)
1213
href: https://www.coloradosos.gov/CCR/GenerateRulePdf.do?ruleVersionId=10694#page=57
14+
- title: ADULT FINANCIAL PROGRAMS | Income Maintenance (Volume 3) | 3.530(A)
15+
href: https://sos.state.co.us/CCR/GenerateRulePdf.do?ruleVersionId=11264&fileName=9%20CCR%202503-5#page=57

0 commit comments

Comments
 (0)