Skip to content

Commit

Permalink
Zero out SPM broadband subsidy effective 2024-06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenxin491 committed Oct 3, 2024
2 parents c6f2246 + deb7c0c commit 0566acc
Show file tree
Hide file tree
Showing 169 changed files with 1,810 additions and 632 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
- name: Check version number has been properly updated
run: .github/is-version-number-acceptable.sh
Test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ jobs:
message: Update PolicyEngine US
github_token: ${{ secrets.POLICYENGINE_GITHUB }}
Test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
if: |
(github.repository == 'PolicyEngine/policyengine-us')
&& (github.event.head_commit.message == 'Update PolicyEngine US')
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
118 changes: 118 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,109 @@ 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.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

- Oklahoma military retirement benefit exclusion.
- Oklahoma AGI subtractions list.

## [1.102.0] - 2024-09-29 22:51:45

### Changed

- PolicyEngine-US-Data bumped to 1.8

## [1.101.0] - 2024-09-29 04:49:39

### Added

- Child Tax Credit phase-in variable.

### Fixed

- Child Tax Credit value variable.
- Pinned policyengine-core version.

## [1.100.0] - 2024-09-28 02:35:09

### Added

- North Carolina rate changes for 2024 on.
- 2024 Rhode Island EITC match.

### Fixed

- NYC tax credit parameter formatting.

## [1.99.1] - 2024-09-27 20:22:56

### Fixed

- Update the Hawaii SNAP net income test application.

## [1.99.0] - 2024-09-27 20:12:23

### Fixed

- Remove lifeline variable from spm_unit_broadband_subsidy.
- Modified tests for spm_unit_broadband_subsidy.

## [1.98.0] - 2024-09-27 20:05:18

### Added

- 2024 Kentucky income tax rate reduction.

## [1.97.0] - 2024-09-27 19:50:33

### Added

- New Family Security Act version.

## [1.96.0] - 2024-09-27 19:42:19

### Added

- Alaska Permanent Fund Dividend and One-time Energy Relief Payments.

## [1.95.0] - 2024-09-27 19:10:57

### Added

- 2024 CalFresh (SNAP) standard medical deduction amount increase.

## [1.94.0] - 2024-09-27 19:02:03

### Added

- Use adjusted gross income in withheld state income tax.
- Separate takes_up_snap_if_eligible variable from snap variable.

## [1.93.0] - 2024-09-25 17:55:53

### Added
Expand Down Expand Up @@ -9796,6 +9899,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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
[1.100.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.99.1...1.100.0
[1.99.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.99.0...1.99.1
[1.99.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.98.0...1.99.0
[1.98.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.97.0...1.98.0
[1.97.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.96.0...1.97.0
[1.96.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.95.0...1.96.0
[1.95.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.94.0...1.95.0
[1.94.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.93.0...1.94.0
[1.93.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.92.1...1.93.0
[1.92.1]: https://github.com/PolicyEngine/policyengine-us/compare/1.92.0...1.92.1
[1.92.0]: https://github.com/PolicyEngine/policyengine-us/compare/1.91.0...1.92.0
Expand Down
86 changes: 86 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8301,3 +8301,89 @@
added:
- Add post TCJA income tax rates.
date: 2024-09-25 17:55:53
- bump: minor
changes:
added:
- Use adjusted gross income in withheld state income tax.
- Separate takes_up_snap_if_eligible variable from snap variable.
removed:
- Windows test runner.
date: 2024-09-27 19:02:03
- bump: minor
changes:
added:
- 2024 CalFresh (SNAP) standard medical deduction amount increase.
date: 2024-09-27 19:10:57
- bump: minor
changes:
added:
- Alaska Permanent Fund Dividend and One-time Energy Relief Payments.
date: 2024-09-27 19:42:19
- bump: minor
changes:
added:
- New Family Security Act version.
date: 2024-09-27 19:50:33
- bump: minor
changes:
added:
- 2024 Kentucky income tax rate reduction.
date: 2024-09-27 20:05:18
- bump: minor
changes:
fixed:
- Remove lifeline variable from spm_unit_broadband_subsidy.
- Modified tests for spm_unit_broadband_subsidy.
date: 2024-09-27 20:12:23
- bump: patch
changes:
fixed:
- Update the Hawaii SNAP net income test application.
date: 2024-09-27 20:22:56
- bump: minor
changes:
added:
- North Carolina rate changes for 2024 on.
- 2024 Rhode Island EITC match.
fixed:
- NYC tax credit parameter formatting.
date: 2024-09-28 02:35:09
- bump: minor
changes:
added:
- Child Tax Credit phase-in variable.
fixed:
- Child Tax Credit value variable.
- Pinned policyengine-core version.
date: 2024-09-29 04:49:39
- bump: minor
changes:
changed:
- PolicyEngine-US-Data bumped to 1.8
date: 2024-09-29 22:51:45
- bump: minor
changes:
added:
- 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
description: Under the Family Security Act 3.0, senator Mitt Romney proposed the following pregnant mothers credit amount for newborn children.

metadata:
type: single_amount
threshold_unit: year
amount_unit: currency-USD
label: Family Security Act 3.0 pregnant mothers credit amount
reference:
- title: Family Security Act 3.0
href: https://www.romney.senate.gov/wp-content/uploads/2024/09/FSA-Scanned-and-Final.pdf#page=15

brackets:
- threshold:
2026-01-01: 0
amount:
2026-01-01: 0 # 2,800
- threshold:
2026-01-01: 1
amount:
2026-01-01: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
description: Senator Mitt Romney proposed phasing in the Pregnant Mothers Tax Credit linearly from zero to this earnings level under the Family Security Act 3.0.
values:
2026-01-01: 0 # 10_000
metadata:
unit: currency-USD
period: year
label: Family Security Act 3.0 Child Tax Credit phase-in earnings limit
uprating:
parameter: gov.irs.uprating
rounding:
type: nearest
interval: 100
reference:
- title: Family Security Act 3.0
href: https://www.romney.senate.gov/wp-content/uploads/2024/09/FSA-Scanned-and-Final.pdf#page=16
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ description: Senator Mitt Romney proposed providing the following Child Tax Cred
brackets:
- threshold:
2022-01-01: 0
amount:
2022-01-01: 0 # 7_000
- threshold:
2022-01-01: 1
amount:
2022-01-01: 0 # 4_200
- threshold:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
description: Senator Mitt Romney proposed phasing in the Child Tax Credit linearly from zero to this earnings level under the Family Security Act 2.0.
values:
2022-01-01: 0 # 10_000
2022-01-01: 0 # 20_000
metadata:
unit: currency-USD
period: year
label: Family Security Act 2.0 Child Tax Credit phase-in earnings limit
uprating:
parameter: gov.irs.uprating
rounding:
type: downwards
interval: 25
type: nearest
interval: 100
reference:
- title: Family Security Act 2.0
href: https://www.romney.senate.gov/wp-content/uploads/2022/06/family-security-act-2.0_one-pager_appendix.pdf
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
Expand Up @@ -22,6 +22,7 @@ GU:
2020-07-01: false
HI:
2020-07-01: false
2022-07-01: true
IA:
2020-07-01: false
ID:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GU:
2020-07-01: false
HI:
2020-07-01: false
2022-07-01: true
IA:
2020-07-01: false
ID:
Expand Down
Loading

0 comments on commit 0566acc

Please sign in to comment.