Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero out SPM broadband subsidy effective 2024-06-01 #5119

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
1 change: 1 addition & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add changelog

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
description: Broadband subsidies are taken as reported in the CPS ASEC.
values:
2000-01-01: true
2024-06-01: false # ACP ends
metadata:
unit: bool
liwenxin491 marked this conversation as resolved.
Show resolved Hide resolved
liwenxin491 marked this conversation as resolved.
Show resolved Hide resolved
period: year
label: Use reported broadband subsidies
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
output:
spm_unit_broadband_subsidy: 5

- name: Baseline subsidy test with relevant inputs
period: 2023
- name: Households with reported broadband subsidies have zero starting in 2025
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you keep this test as it is and add a new one for 2025

period: 2025
input:
gov.simulation.reported_broadband_subsidy: false
acp: 1
ebb: 2
output:
spm_unit_broadband_subsidy: 3

Loading