Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ CA:
CO:
2010-01-01: false
2021-10-01: false
# May have changed prior to 2022-11-30.
2022-11-30:
value: true
2023-10-01:
value: false
metadata:
reference:
- title: Code of Colorado Regulations | Rule Manual Volume 4, SNAP | 4.407.5(A) (page 111)
href: https://www.sos.state.co.us/CCR/GenerateRulePdf.do?ruleVersionId=10492&fileName=10%20CCR%202506-1
href: https://www.sos.state.co.us/CCR/GenerateRulePdf.do?ruleVersionId=11117&fileName=10%20CCR%202506-1
CT:
2010-01-01: false
2021-10-01: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ NC:
2021-10-01: 29
2022-10-01: 40
2023-10-01: 41
2024-10-01: 41
2025-10-01: 42
ND:
2010-01-01: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,13 @@
spm_unit_size: 2
output:
snap_individual_utility_allowance: 392

- name: NC TUA HH size 1 in FY2025
period: 2025-01
absolute_error_margin: 1
input:
snap_utility_allowance_type: IUA
snap_utility_region_str: NC
spm_unit_size: 1
output:
snap_individual_utility_allowance: 41
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@
child_support_expense: 100
output:
snap_child_support_gross_income_deduction: 100

- name: Colorado does not deduct child support.
period: 2026-01
input:
state_code: CO
child_support_expense: 100
output:
snap_child_support_gross_income_deduction: 0
Loading