Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into vrathi101/issue5157
  • Loading branch information
vrathi101 committed Oct 10, 2024
2 parents 5987e95 + 0051378 commit 93fcaed
Show file tree
Hide file tree
Showing 50 changed files with 775 additions and 47 deletions.
90 changes: 90 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,82 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.115.0] - 2024-10-09 15:10:16

## [1.114.0] - 2024-10-09 11:09:17

## [1.113.0] - 2024-10-09 04:16:32

### Added

- Minnesota 2024 standard deduction limitations update.

## [1.112.0] - 2024-10-08 14:36:53

### Added

- Minnesota 2024 base and additional standard deduction amount updates.

## [1.111.0] - 2024-10-08 14:25:53

### Added

- Added NC SNAP utility allowances for FY 2025.

### Fixed

- Corrected NC SNAP utility allowance parameters start date.

## [1.110.0] - 2024-10-07 13:04:35

## [1.109.0] - 2024-10-06 10:30:21

### Added

- EITC takeup by number of children.

## [1.108.0] - 2024-10-05 12:11:34

### Added

- Minnesota 2024 income tax bracekts.

## [1.107.0] - 2024-10-05 07:43:35

### Added

- Typo in CalWORKs exempt parameter.

## [1.106.0] - 2024-10-04 16:51:40

### Added

- Parameterize the age in is_person_demographic_tanf_eligible.

## [1.105.2] - 2024-10-02 17:49:23

### Added

- Always use the SUA for CO.

## [1.105.1] - 2024-09-30 22:09:41

### Changed

- Moved loading of abolitions parameters earlier in initialization process

## [1.105.0] - 2024-09-30 17:03:10

### Added

- North Carolina military retirement deduction.

## [1.104.0] - 2024-09-30 16:54:45

### Added

- 2023 Medicaid income limit updates.

## [1.103.0] - 2024-09-29 23:26:45

### Added
Expand Down Expand Up @@ -9875,6 +9951,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[1.115.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.114.0...1.115.0
[1.114.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.113.0...1.114.0
[1.113.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.112.0...1.113.0
[1.112.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.111.0...1.112.0
[1.111.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.110.0...1.111.0
[1.110.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.109.0...1.110.0
[1.109.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.108.0...1.109.0
[1.108.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.107.0...1.108.0
[1.107.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.106.0...1.107.0
[1.106.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.2...1.106.0
[1.105.2]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.1...1.105.2
[1.105.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.105.0...1.105.1
[1.105.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.104.0...1.105.0
[1.104.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.103.0...1.104.0
[1.103.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.102.0...1.103.0
[1.102.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.101.0...1.102.0
[1.101.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.100.0...1.101.0
Expand Down
69 changes: 69 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8367,3 +8367,72 @@
- Oklahoma military retirement benefit exclusion.
- Oklahoma AGI subtractions list.
date: 2024-09-29 23:26:45
- bump: minor
changes:
added:
- 2023 Medicaid income limit updates.
date: 2024-09-30 16:54:45
- bump: minor
changes:
added:
- North Carolina military retirement deduction.
date: 2024-09-30 17:03:10
- bump: patch
changes:
changed:
- Moved loading of abolitions parameters earlier in initialization process
date: 2024-09-30 22:09:41
- bump: patch
changes:
added:
- Always use the SUA for CO.
date: 2024-10-02 17:49:23
- bump: minor
changes:
added:
- Parameterize the age in is_person_demographic_tanf_eligible.
date: 2024-10-04 16:51:40
- bump: minor
changes:
added:
- Typo in CalWORKs exempt parameter.
date: 2024-10-05 07:43:35
- bump: minor
changes:
added:
- Minnesota 2024 income tax bracekts.
date: 2024-10-05 12:11:34
- bump: minor
changes:
added:
- EITC takeup by number of children.
date: 2024-10-06 10:30:21
- bump: minor
changes:
- Updated to PolicyEngine US Data v1.9.
date: 2024-10-07 13:04:35
- bump: minor
changes:
added:
- Added NC SNAP utility allowances for FY 2025.
fixed:
- Corrected NC SNAP utility allowance parameters start date.
date: 2024-10-08 14:25:53
- bump: minor
changes:
added:
- Minnesota 2024 base and additional standard deduction amount updates.
date: 2024-10-08 14:36:53
- bump: minor
changes:
added:
- Minnesota 2024 standard deduction limitations update.
date: 2024-10-09 04:16:32
- bump: minor
changes:
- Updated to PolicyEngine US Data v1.10.
date: 2024-10-09 11:09:17
- bump: minor
changes:
- Updated to PolicyEngine US Data v1.11.
date: 2024-10-09 15:10:16
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ID:
2021-01-01: 1.47
IL:
2021-01-01: 1.47
2023-01-01: 3.18
IN:
2021-01-01: 2.13
KS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ID:
2021-01-01: 1.38
IL:
2021-01-01: 1.47
2023-01-01: 3.18
IN:
2021-01-01: 1.63
KS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
reference:
- title: Medicaid and CHIP Eligibility and Enrollment Policies as of January 2022 | KFF
href: https://files.kff.org/attachment/REPORT-Medicaid-and-CHIP-Eligibility-and-Enrollment-Policies-as-of-January-2022.pdf#page=36
- title: medicaidscreener.com
href: https://www.medicaidscreener.com/?p=table
- title: 2023 Medicaid and CHIP Income Eligibility Limits for Pregnant Women as a Percent of the Federal Poverty Level
href: https://www.kff.org/affordable-care-act/state-indicator/medicaid-and-chip-income-eligibility-limits-for-pregnant-women-as-a-percent-of-the-federal-poverty-level/?currentTimeframe=0&sortModel=%7B%22colId%22:%22Location%22,%22sort%22:%22asc%22%7D
AK:
2021-01-01: 2.05
AL:
Expand Down Expand Up @@ -83,12 +83,14 @@ OH:
2021-01-01: 2.05
OK:
2021-01-01: 1.38
2023-01-01: 2.10
OR:
2021-01-01: 1.90
PA:
2021-01-01: 2.20
RI:
2021-01-01: 1.95
2023-01-01: 2.58
SC:
2021-01-01: 1.99
SD:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ metadata:
reference:
- title: 42 U.S. Code § 1396a(e)(5)
href: https://www.law.cornell.edu/uscode/text/42/1396a#e_5
- title: medicaidscreener.com
href: https://www.medicaidscreener.com/?p=table
AK:
2021-01-01: 60
AL:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ID:
2021-01-01: 1.47
IL:
2021-01-01: 1.47
2023-01-01: 3.18
IN:
2021-01-01: 1.63
KS:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description: The Temporary Assistance for Needy Families (TANF) program defines one of the qualifying criteria of a minor child as an individual who has not yet reached this age.

values:
2010-07-01: 18

metadata:
unit: year
period: year
label: TANF minor child non student age limit
reference:
- title: 45 CFR § 260.30 - What definitions apply under the TANF regulations?
href: https://www.law.cornell.edu/cfr/text/45/260.30
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description: The Temporary Assistance for Needy Families (TANF) program defines one of the qualifying criteria of a minor child as an individual who has not yet reached this age and is a full-time student in a secondary school (or an equivalent level of vocational or technical training).

values:
2010-07-01: 19

metadata:
unit: year
period: year
label: TANF minor child student age limit
reference:
- title: 45 CFR § 260.30 - What definitions apply under the TANF regulations?
href: https://www.law.cornell.edu/cfr/text/45/260.30
22 changes: 22 additions & 0 deletions policyengine_us/parameters/gov/irs/credits/eitc/takeup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
description: The share of eligible individuals who claim the EITC.
brackets:
- threshold:
2000-01-01: 0
amount:
2000-01-01: 0.65
- threshold:
2000-01-01: 1
amount:
2000-01-01: 0.86
- threshold:
2000-01-01: 2
amount:
2000-01-01: 0.85
metadata:
label: EITC take-up rate by number of children
amount_unit: /1
type: single_amount
threshold_unit: child
reference:
- title: National Taxpayer Advocate Special Report to Congress 2020 | IRS
href: https://www.taxpayeradvocate.irs.gov/wp-content/uploads/2020/08/JRC20_Volume3.pdf#page=62
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: An assistance receives the Exempt MAP in California CalWORKs when it receives one of the following benefits.
description: California provides CalWORKs assistance units the exempt maximum aid payment if they participate in any of these programs.

metadata:
unit: list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ metadata:
href: https://www.revenue.state.mn.us/sites/default/files/2023-03/m1_inst_22.pdf#page=3
- title: 2023 Minnesota M1 form instructions
href: https://www.revenue.state.mn.us/sites/default/files/2024-02/m1-inst-23.pdf#page=3
- title: Tax Year 2024 Inflation-Adjusted Amounts In Minnesota Statutes, 290.0123, Subd. 1
href: https://www.revenue.state.mn.us/sites/default/files/2023-12/inflation-adjusted-amounts-ty-2024.pdf#page=1

JOINT:
values:
2021-01-01: 25_050
2022-01-01: 25_800
2023-01-01: 27_650
2024-01-01: 29_150
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -33,6 +36,7 @@ HEAD_OF_HOUSEHOLD:
2021-01-01: 18_800
2022-01-01: 19_400
2023-01-01: 20_800
2024-01-01: 21_900
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -44,6 +48,7 @@ SURVIVING_SPOUSE:
2021-01-01: 25_050
2022-01-01: 25_800
2023-01-01: 27_650
2024-01-01: 29_150
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -55,6 +60,7 @@ SINGLE:
2021-01-01: 12_525
2022-01-01: 12_900
2023-01-01: 13_825
2024-01-01: 14_575
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -66,6 +72,7 @@ SEPARATE:
2021-01-01: 12_525
2022-01-01: 12_900
2023-01-01: 13_825
2024-01-01: 14_575
metadata:
uprating:
parameter: gov.irs.uprating
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ metadata:
href: https://www.revenue.state.mn.us/sites/default/files/2023-03/m1_inst_22.pdf#page=12
- title: 2023 Minnesota M1 form instructions
href: https://www.revenue.state.mn.us/sites/default/files/2024-02/m1-inst-23.pdf#page=13
- title: Tax Year 2024 Inflation-Adjusted Amounts In Minnesota Statutes, 290.0123, Subd. 2
href: https://www.revenue.state.mn.us/sites/default/files/2023-12/inflation-adjusted-amounts-ty-2024.pdf#page=1

JOINT:
values:
2021-01-01: 1_300
2022-01-01: 1_350
2023-01-01: 1_450
2024-01-01: 1_550
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -33,6 +36,7 @@ HEAD_OF_HOUSEHOLD:
2021-01-01: 1_650
2022-01-01: 1_700
2023-01-01: 1_850
2024-01-01: 1_950
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -44,6 +48,7 @@ SURVIVING_SPOUSE:
2021-01-01: 1_300
2022-01-01: 1_350
2023-01-01: 1_450
2024-01-01: 1_550
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -55,6 +60,7 @@ SINGLE:
2021-01-01: 1_650
2022-01-01: 1_700
2023-01-01: 1_850
2024-01-01: 1_950
metadata:
uprating:
parameter: gov.irs.uprating
Expand All @@ -66,6 +72,7 @@ SEPARATE:
2021-01-01: 1_300
2022-01-01: 1_350
2023-01-01: 1_450
2024-01-01: 1_950
metadata:
uprating:
parameter: gov.irs.uprating
Expand Down
Loading

0 comments on commit 93fcaed

Please sign in to comment.