From 4f15d3c0ac09adcfcede27e9d17cee67cc07f135 Mon Sep 17 00:00:00 2001 From: Ziming Date: Tue, 12 May 2026 14:53:35 -0400 Subject: [PATCH 01/13] Add partner YAML tests and a dedicated CI runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirror customer-household fixtures from policyengine-household-api (Amplifi, Impactica, MyFriendBen) as PolicyEngine YAML tests under policyengine_us/tests/policy/baseline/partners/. One folder per partner, one file per year — multi-year fixtures split into separate cases. Outputs are snapshot values built via the same SimulationBuilder path the YAML test runner uses, so they match what CI checks. absolute_error_margin is 0.1 to allow float32 noise without masking boolean false-vs-true flips. CI: new `partners` matrix group in pr.yaml and push.yaml runs only this folder, so PRs that affect partner-facing behavior show a dedicated check. Excluded `partners` from the existing `rest` runner to avoid double-running. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/pr.yaml | 2 + .github/workflows/push.yaml | 2 + Makefile | 8 +- changelog.d/add-partner-yaml-tests.added.md | 1 + .../baseline/partners/amplifi/2025.yaml | 150 ++++++++++++++++++ .../baseline/partners/amplifi/2026.yaml | 150 ++++++++++++++++++ .../baseline/partners/impactica/2025.yaml | 36 +++++ .../baseline/partners/my_friend_ben/2024.yaml | 44 +++++ .../baseline/partners/my_friend_ben/2025.yaml | 86 ++++++++++ 9 files changed, 477 insertions(+), 2 deletions(-) create mode 100644 changelog.d/add-partner-yaml-tests.added.md create mode 100644 policyengine_us/tests/policy/baseline/partners/amplifi/2025.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/impactica/2025.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/my_friend_ben/2024.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/my_friend_ben/2025.yaml diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index d9c56e42c0a..7978148768b 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -165,6 +165,8 @@ jobs: cmd: make test-yaml-no-structural-other-rest - group: contrib cmd: make test-yaml-no-structural-other-contrib + - group: partners + cmd: make test-yaml-no-structural-other-partners steps: - name: Checkout repo uses: actions/checkout@v6 diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 969d88ea375..6da5e58eed5 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -81,6 +81,8 @@ jobs: cmd: make test-yaml-no-structural-other-rest - group: contrib cmd: make test-yaml-no-structural-other-contrib + - group: partners + cmd: make test-yaml-no-structural-other-partners steps: - name: Checkout repo uses: actions/checkout@v6 diff --git a/Makefile b/Makefile index 2832922cb5d..9a915c9e042 100644 --- a/Makefile +++ b/Makefile @@ -75,9 +75,13 @@ test-yaml-no-structural-other-ssa: test-yaml-no-structural-other-rest: # All remaining gov/ subdirs + any new ones auto-route here. $(BATCH) $(TESTS)/policy/baseline/gov --exclude states,irs,ssa --mode per-subdir - # All top-level baseline/ subdirs except gov/household/contrib + # All top-level baseline/ subdirs except gov/household/contrib/partners # (calcfunctions, income, parameters + any new folder) auto-route here. - $(BATCH) $(TESTS)/policy/baseline --exclude gov,household,contrib --mode per-subdir + $(BATCH) $(TESTS)/policy/baseline --exclude gov,household,contrib,partners --mode per-subdir +test-yaml-no-structural-other-partners: + # Customer/API partner fixtures mirrored from policyengine-household-api. + # One subprocess per partner; new partners auto-route. + $(BATCH) $(TESTS)/policy/baseline/partners --mode per-subdir test-other: pytest policyengine_us/tests/ --maxfail=0 coverage: diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md new file mode 100644 index 00000000000..b59fa660eb6 --- /dev/null +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -0,0 +1 @@ +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. diff --git a/policyengine_us/tests/policy/baseline/partners/amplifi/2025.yaml b/policyengine_us/tests/policy/baseline/partners/amplifi/2025.yaml new file mode 100644 index 00000000000..e65375bc889 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/amplifi/2025.yaml @@ -0,0 +1,150 @@ +- name: amplifi_2025 (2025) + period: 2025 + absolute_error_margin: 0.1 + input: + people: + you: + age: 30 + immigration_status_str: UNDOCUMENTED + is_disabled: false + employment_income: 48000 + rent: 38748 + is_aca_eshi_eligible: false + is_pregnant: false + ca_calworks_child_care_time_category: MONTHLY + receives_medicaid: false + member1: + age: 3 + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + member2: + age: 1 + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + households: + household: + zip_code: '91367' + tenant_pays_utilities: true + household_vehicles_owned: 1 + household_vehicles_value: 33501.0 + lives_in_vehicle: false + members: + - you + - member1 + - member2 + ca_tanf_region1: true + state_code_str: CA + living_arrangements_allow_for_food_preparation: true + in_la: true + in_riv: false + in_ala: false + families: + family: + members: + - you + - member1 + - member2 + spm_units: + spm_unit: + heating_cooling_expense: 1 + pre_subsidy_electricity_expense: 6000 + members: + - you + - member1 + - member2 + phone_cost: 999 + tax_units: + tax_unit: + tax_unit_is_joint: false + members: + - you + - member1 + - member2 + output: + people: + you: + medicaid: 0.0 + is_medicaid_eligible: false + wic: 0.0 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member1: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 711.43 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member2: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 711.27 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + households: + household: + ca_care: 1950.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: + 2025-3: 8.17 + ca_la_ez_save_eligible: + 2025-3: true + spm_units: + spm_unit: + ca_tanf: 0.0 + ca_tanf_eligible: false + snap: 0.0 + is_snap_eligible: false + lifeline: 228.0 + is_lifeline_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + ca_riv_general_relief_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_ala_general_assistance: 0.0 + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_state_supplement: 0.0 + tax_units: + tax_unit: + premium_tax_credit: 0.0 + eitc: 1960.71 + eitc_eligible: true + ca_eitc: 0.0 + ca_eitc_eligible: false + ctc: 4400.0 + refundable_ctc: 1815.0 + ca_yctc: 0.0 + aca_ptc: 0.0 + ca_renter_credit: 120.0 + cdcc: 0.0 + ca_cdcc: 0.0 + ca_foster_youth_tax_credit: 0.0 + income_tax_before_credits: 2585.0 + income_tax_before_refundable_credits: 0.0 + income_tax_refundable_credits: 3775.71 + income_tax_capped_non_refundable_credits: 2585.0 + income_tax_non_refundable_credits: 2585.0 + income_tax: -3775.71 + ca_income_tax_before_credits: 510.03 + ca_income_tax_before_refundable_credits: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml b/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml new file mode 100644 index 00000000000..1db59ec69bd --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml @@ -0,0 +1,150 @@ +- name: amplifi_2026 (2026) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + you: + age: 30 + immigration_status_str: UNDOCUMENTED + is_disabled: false + employment_income: 48000 + rent: 38748 + is_aca_eshi_eligible: false + is_pregnant: false + ca_calworks_child_care_time_category: MONTHLY + receives_medicaid: false + member1: + age: 3 + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + member2: + age: 1 + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + households: + household: + zip_code: '91367' + tenant_pays_utilities: true + household_vehicles_owned: 1 + household_vehicles_value: 33501.0 + lives_in_vehicle: false + members: + - you + - member1 + - member2 + ca_tanf_region1: true + state_code_str: CA + living_arrangements_allow_for_food_preparation: true + in_la: true + in_riv: false + in_ala: false + families: + family: + members: + - you + - member1 + - member2 + spm_units: + spm_unit: + heating_cooling_expense: 1 + pre_subsidy_electricity_expense: 6000 + members: + - you + - member1 + - member2 + phone_cost: 999 + tax_units: + tax_unit: + tax_unit_is_joint: false + members: + - you + - member1 + - member2 + output: + people: + you: + medicaid: 0.0 + is_medicaid_eligible: false + wic: 0.0 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member1: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 723.15 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member2: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 722.99 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + households: + household: + ca_care: 1950.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: + 2026-3: 8.17 + ca_la_ez_save_eligible: + 2026-3: true + spm_units: + spm_unit: + ca_tanf: 0.0 + ca_tanf_eligible: false + snap: 0.0 + is_snap_eligible: false + lifeline: 228.0 + is_lifeline_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + ca_riv_general_relief_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_ala_general_assistance: 0.0 + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_state_supplement: 0.0 + tax_units: + tax_unit: + premium_tax_credit: 0.0 + eitc: 2238.43 + eitc_eligible: true + ca_eitc: 0.0 + ca_eitc_eligible: false + ctc: 4400.0 + refundable_ctc: 1892.0 + ca_yctc: 0.0 + aca_ptc: 0.0 + ca_renter_credit: 120.0 + cdcc: 0.0 + ca_cdcc: 0.0 + ca_foster_youth_tax_credit: 0.0 + income_tax_before_credits: 2508.0 + income_tax_before_refundable_credits: 0.0 + income_tax_refundable_credits: 4130.43 + income_tax_capped_non_refundable_credits: 2508.0 + income_tax_non_refundable_credits: 2508.0 + income_tax: -4130.43 + ca_income_tax_before_credits: 505.0 + ca_income_tax_before_refundable_credits: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/impactica/2025.yaml b/policyengine_us/tests/policy/baseline/partners/impactica/2025.yaml new file mode 100644 index 00000000000..027a5513ab2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/impactica/2025.yaml @@ -0,0 +1,36 @@ +- name: impactica (2025) + period: 2025 + absolute_error_margin: 0.1 + input: + people: + Child_0: + age: 1 + you: + age: 30 + employment_income: 4752.0 + households: + household: + members: + - you + - Child_0 + state_code_str: OR + spm_units: + spm_unit: + members: + - you + - Child_0 + snap_assets: 0.0 + snap_excess_shelter_expense_deduction: 672 + tax_units: + tax_unit: + basic_standard_deduction: 0 + members: + - you + - Child_0 + output: + people: + you: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 4709.7 diff --git a/policyengine_us/tests/policy/baseline/partners/my_friend_ben/2024.yaml b/policyengine_us/tests/policy/baseline/partners/my_friend_ben/2024.yaml new file mode 100644 index 00000000000..f6b3c826114 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/my_friend_ben/2024.yaml @@ -0,0 +1,44 @@ +- name: my_friend_ben (2024) + period: 2024 + absolute_error_margin: 0.1 + input: + people: + '2021359': + age: 49 + employment_income: 0 + self_employment_income: 0 + rental_income: 0 + taxable_pension_income: 0 + social_security: 0 + unemployment_compensation: 0 + capital_gains: 0 + taxable_ira_distributions: 0 + is_tax_unit_spouse: false + is_tax_unit_dependent: false + households: + household: + members: + - '2021359' + state_code: CO + families: + family: + members: + - '2021359' + spm_units: + spm_unit: + members: + - '2021359' + tax_units: + main_tax_unit: + members: + - '2021359' + output: + people: + '2021359': + co_family_affordability_credit: 0.0 + tax_units: + main_tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + eitc: 0.0 + ctc_value: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/my_friend_ben/2025.yaml b/policyengine_us/tests/policy/baseline/partners/my_friend_ben/2025.yaml new file mode 100644 index 00000000000..c845d362963 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/my_friend_ben/2025.yaml @@ -0,0 +1,86 @@ +- name: my_friend_ben (2025) + period: 2025 + absolute_error_margin: 0.1 + input: + people: + '2021359': + age: 49 + is_pregnant: true + ssi_countable_resources: 200 + is_disabled: false + employment_income: 0 + self_employment_income: 0 + rental_income: 0 + taxable_pension_income: 0 + social_security: 0 + unemployment_compensation: 0 + capital_gains: 0 + taxable_ira_distributions: 0 + ssi_reported: 0 + is_blind: false + ssi_earned_income: 0 + ssi_unearned_income: 0 + is_tax_unit_spouse: false + is_tax_unit_head: true + is_tax_unit_dependent: false + current_pregnancies: 1 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + is_snap_ineligible_student: true + is_full_time_college_student: true + households: + household: + members: + - '2021359' + state_code: CO + families: + family: + members: + - '2021359' + spm_units: + spm_unit: + members: + - '2021359' + school_meal_countable_income: 0 + snap_unearned_income: 0 + snap_earned_income: 0 + snap_assets: 200 + snap_emergency_allotment: 0 + housing_cost: 0 + has_phone_expense: false + has_heating_cooling_expense: false + heating_cooling_expense: 0 + spm_unit_pre_subsidy_childcare_expenses: 0 + water_expense: 0 + phone_expense: 0 + homeowners_association_fees: 0 + homeowners_insurance: 0 + co_tanf_countable_gross_earned_income: 0 + co_tanf_countable_gross_unearned_income: 0 + broadband_cost: 500 + tax_units: + main_tax_unit: + members: + - '2021359' + output: + people: + '2021359': + medicaid: 4580.0 + medicaid_category: 6 + is_optional_senior_or_disabled_for_medicaid: false + co_state_supplement: 0.0 + co_oap: 0.0 + co_chp_eligible: false + wic: 1004.89 + wic_category: 0 + commodity_supplemental_food_program: 0.0 + ssi: 0.0 + spm_units: + spm_unit: + snap: + 2025-01: 0.0 + co_tanf: 5712.0 + lifeline: 111.0 + school_meal_daily_subsidy: 7.06 + school_meal_tier: 0 From c893a0d4f234cc66996f491b65ae09b37bc7fb12 Mon Sep 17 00:00:00 2001 From: Ziming Date: Tue, 12 May 2026 15:09:46 -0400 Subject: [PATCH 02/13] Add two more amplifi 2026 cases (different demographics) - Case B: ages 33/2/4, employment_income 36400, rent 6720, childcare 2400 - Case C: ages 25/3/6, employment_income 8840, rent 900, childcare 6000 Both snapshot through SimulationBuilder so values match the YAML runner. Variables from older PE-US versions that no longer exist (e.g. medical_out_of_pocket_expenses) are dropped during conversion. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../baseline/partners/amplifi/2026.yaml | 301 ++++++++++++++++++ 1 file changed, 301 insertions(+) diff --git a/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml b/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml index 1db59ec69bd..7f5b5ac9e20 100644 --- a/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml +++ b/policyengine_us/tests/policy/baseline/partners/amplifi/2026.yaml @@ -148,3 +148,304 @@ income_tax: -4130.43 ca_income_tax_before_credits: 505.0 ca_income_tax_before_refundable_credits: 0.0 +- name: amplifi_2026_case_b (2026) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + you: + age: 33 + immigration_status_str: CITIZEN + is_disabled: false + employment_income: 36400 + rent: 6720 + is_aca_eshi_eligible: false + is_pregnant: false + ca_calworks_child_care_time_category: MONTHLY + receives_medicaid: false + member1: + age: 2 + ca_calworks_child_care_full_time: true + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + member2: + age: 4 + ca_calworks_child_care_full_time: true + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + households: + household: + zip_code: '90019' + tenant_pays_utilities: false + household_vehicles_value: 0.0 + lives_in_vehicle: false + members: + - you + - member1 + - member2 + ca_tanf_region1: true + state_code_str: CA + living_arrangements_allow_for_food_preparation: true + in_la: true + in_riv: false + in_ala: false + families: + family: + members: + - you + - member1 + - member2 + spm_units: + spm_unit: + spm_unit_pre_subsidy_childcare_expenses: 2400 + members: + - you + - member1 + - member2 + phone_cost: 999 + tax_units: + tax_unit: + tax_unit_is_joint: false + members: + - you + - member1 + - member2 + output: + people: + you: + medicaid: 6439.11 + is_medicaid_eligible: true + wic: 0.0 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member1: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 723.15 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member2: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 723.15 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: + 2026-5: 0.0 + ca_la_ez_save_eligible: + 2026-5: true + spm_units: + spm_unit: + ca_tanf: 0.0 + ca_tanf_eligible: false + snap: 1908.29 + is_snap_eligible: true + lifeline: 228.0 + is_lifeline_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + ca_riv_general_relief_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_ala_general_assistance: 0.0 + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_state_supplement: 0.0 + tax_units: + tax_unit: + premium_tax_credit: 0.0 + eitc: 4681.39 + eitc_eligible: true + ca_eitc: 0.0 + ca_eitc_eligible: false + ctc: 4400.0 + refundable_ctc: 3175.0 + ca_yctc: 0.0 + aca_ptc: 0.0 + ca_renter_credit: 120.0 + cdcc: 0.0 + ca_cdcc: 0.0 + ca_foster_youth_tax_credit: 0.0 + income_tax_before_credits: 1225.0 + income_tax_before_refundable_credits: 0.0 + income_tax_refundable_credits: 7856.39 + income_tax_capped_non_refundable_credits: 1225.0 + income_tax_non_refundable_credits: 1225.0 + income_tax: -7856.39 + ca_income_tax_before_credits: 273.0 + ca_income_tax_before_refundable_credits: 0.0 +- name: amplifi_2026_case_c (2026) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + you: + age: 25 + immigration_status_str: CITIZEN + is_disabled: false + employment_income: 8840 + rent: 900 + is_aca_eshi_eligible: false + is_pregnant: false + ca_calworks_child_care_time_category: MONTHLY + receives_medicaid: false + member1: + age: 3 + ca_calworks_child_care_full_time: true + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + member2: + age: 6 + ca_calworks_child_care_full_time: true + immigration_status_str: CITIZEN + is_aca_eshi_eligible: false + is_disabled: false + ca_calworks_child_care_time_category: MONTHLY + households: + household: + zip_code: '90019' + tenant_pays_utilities: false + household_vehicles_owned: 1 + household_vehicles_value: 4499.0 + lives_in_vehicle: false + members: + - you + - member1 + - member2 + ca_tanf_region1: true + state_code_str: CA + living_arrangements_allow_for_food_preparation: true + in_la: true + in_riv: false + in_ala: false + families: + family: + members: + - you + - member1 + - member2 + spm_units: + spm_unit: + spm_unit_pre_subsidy_childcare_expenses: 6000 + members: + - you + - member1 + - member2 + phone_cost: 999 + tax_units: + tax_unit: + tax_unit_is_joint: false + members: + - you + - member1 + - member2 + output: + people: + you: + medicaid: 4367.51 + is_medicaid_eligible: true + wic: 0.0 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member1: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 723.15 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + member2: + medicaid: 3258.31 + is_medicaid_eligible: true + wic: 0.0 + is_aca_ptc_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + ssi: 0.0 + ca_state_supplement_eligible_person: false + ca_ala_general_assistance_eligible_person: false + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: + 2026-4: 0.0 + ca_la_ez_save_eligible: + 2026-4: true + spm_units: + spm_unit: + ca_tanf: 13280.0 + ca_tanf_eligible: true + snap: 4124.09 + is_snap_eligible: true + lifeline: 228.0 + is_lifeline_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + ca_riv_general_relief_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_ala_general_assistance: 0.0 + ca_calworks_child_care: 6000.0 + ca_calworks_child_care_eligible: true + ca_state_supplement: 0.0 + tax_units: + tax_unit: + premium_tax_credit: 0.0 + eitc: 3536.0 + eitc_eligible: true + ca_eitc: 3005.6 + ca_eitc_eligible: true + ctc: 4400.0 + refundable_ctc: 951.0 + ca_yctc: 1215.95 + aca_ptc: 0.0 + ca_renter_credit: 120.0 + cdcc: 0.0 + ca_cdcc: 0.0 + ca_foster_youth_tax_credit: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_refundable_credits: 4487.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 3449.0 + income_tax: -4487.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 From 62e0443919e86fba5304455dc80568f9b3c7b60b Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 17:37:59 -0400 Subject: [PATCH 03/13] Add analytics_coverage YAML tests grouped by state 177 per-signature test cases generated from production partner request analytics (unique_signatures.csv). Each case mirrors a distinct (inputs, outputs) combination that partners have sent, grouped into per-state files under partners/analytics_coverage/. Inputs use a single canonical 4-person family template; cases include only the variables each signature actually listed. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../partners/analytics_coverage/ca.yaml | 7372 +++++++++++++++++ .../partners/analytics_coverage/co.yaml | 4515 ++++++++++ .../partners/analytics_coverage/federal.yaml | 2618 ++++++ .../partners/analytics_coverage/il.yaml | 2761 ++++++ .../partners/analytics_coverage/ma.yaml | 2623 ++++++ .../partners/analytics_coverage/nc.yaml | 5785 +++++++++++++ .../partners/analytics_coverage/tx.yaml | 3538 ++++++++ .../partners/analytics_coverage/wa.yaml | 2471 ++++++ 9 files changed, 31684 insertions(+), 1 deletion(-) create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index b59fa660eb6..1cb8265f902 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production. diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml new file mode 100644 index 00000000000..e7d92d5f66c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml @@ -0,0 +1,7372 @@ +- name: signature_15 (14 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + spm_unit_pre_subsidy_childcare_expenses: 6000 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 6000.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_21 (10 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_22 (10 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: false + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 0.0 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_23 (10 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_28 (8 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + is_homeless: false + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: false + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 0.0 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_29 (8 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_31 (8 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_40 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_41 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_42 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_43 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_44 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_46 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_47 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_58 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + pre_subsidy_rent: 0 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + pre_subsidy_rent: 0 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + bedrooms: 2 + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 6000 + receives_housing_assistance: false + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 6000.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + housing_assistance: 0.0 + is_lifeline_eligible: true + is_snap_eligible: false + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 0.0 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_59 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + is_homeless: false + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_60 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_61 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_62 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + alimony_income: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + alimony_income: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_63 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: false + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 0.0 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_64 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_65 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + social_security_retirement: 0 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_66 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + social_security_retirement: 0 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_67 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_68 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_69 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_70 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + self_employment_income: 0 + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_76 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_77 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + social_security_retirement: 0 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_78 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: false + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 0.0 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_79 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_80 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: false + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 0.0 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_100 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_107 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + other_medical_expenses: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + other_medical_expenses: 0 + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + spm_unit_pre_subsidy_childcare_expenses: 6000 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 6000.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true +- name: signature_113 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + rent: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + household_vehicles_owned: 1 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 10398.24 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_128 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_129 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + health_insurance_premiums: 0 + receives_medicaid: false + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + was_in_foster_care: false + immigration_status_str: CITIZEN + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 0.0 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 0.0 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 + cdcc: 0.0 + ctc: 4400.0 + eitc: 0.0 + eitc_eligible: true + income_tax: 0.0 + income_tax_before_credits: 0.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: false + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 16992.0 + ca_tanf_eligible: true + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 7947.54 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 4367.51 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 0.0 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: signature_130 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 40 + ca_calworks_child_care_time_category: MONTHLY + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + receives_medicaid: false + weekly_hours_worked_before_lsr: 20 + ca_calworks_child_care_time_category: MONTHLY + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_aca_eshi_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked_before_lsr: 0 + receives_medicaid: false + health_insurance_premiums: 0 + ca_calworks_child_care_time_category: MONTHLY + households: + household: + members: *id001 + household_vehicles_value: 8000 + lives_in_vehicle: false + tenant_pays_utilities: true + living_arrangements_allow_for_food_preparation: true + ca_tanf_region1: true + in_ala: false + in_la: true + in_riv: false + state_code_str: CA + zip_code: '90001' + spm_units: + spm_unit: + members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 + was_calworks_recipient: false + months_since_calworks_exit: 0 + phone_cost: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 9862.22 + ca_cdcc: 0.0 + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_foster_youth_tax_credit: 0.0 + ca_income_tax_before_credits: 505.16 + ca_income_tax_before_refundable_credits: 0.0 + ca_renter_credit: 120.0 + ca_yctc: 0.0 + cdcc: 0.0 + ctc: 4400.0 + eitc: 3769.5 + eitc_eligible: true + income_tax: -6589.5 + income_tax_before_credits: 1580.0 + income_tax_before_refundable_credits: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false + ca_capp: 0.0 + ca_capp_eligible: true + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false + ca_riv_share_eligible: false + ca_riv_share_payment: 0.0 + ca_state_supplement: 0.0 + ca_tanf: 0.0 + ca_tanf_eligible: false + is_lifeline_eligible: true + is_snap_eligible: true + la_general_relief: 0.0 + la_general_relief_eligible: false + lifeline: 228.0 + snap: 3713.94 + people: + head: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + spouse: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: true + is_medicaid_eligible: false + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 0.0 + ssi: 0.0 + wic: 0.0 + child1: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 0.0 + child2: + ca_ala_general_assistance_eligible_person: false + ca_state_supplement_eligible_person: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true + is_ssi_aged: false + is_ssi_eligible: false + medicaid: 3258.31 + ssi: 0.0 + wic: 723.15 + households: + household: + ca_care: 487.5 + ca_care_eligible: true + ca_fera: 0.0 + ca_fera_eligible: false + ca_la_ez_save: 98.04 + ca_la_ez_save_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml new file mode 100644 index 00000000000..b0f41374502 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml @@ -0,0 +1,4515 @@ +- name: signature_2 (62 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_7 (25 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_14 (15 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_16 (13 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_20 (11 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_26 (9 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + other_medical_expenses: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + other_medical_expenses: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_27 (8 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_38 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_45 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_50 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_51 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_89 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_91 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_92 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + co_care_worker_credit: 0.0 + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + co_family_affordability_credit: 0.0 + spouse: + co_family_affordability_credit: 0.0 + child1: + co_family_affordability_credit: 0.0 + child2: + co_family_affordability_credit: 0.0 +- name: signature_103 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_108 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_120 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_124 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_127 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_153 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_154 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_156 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_166 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + co_care_worker_credit: 0.0 + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + co_family_affordability_credit: 0.0 + spouse: + co_family_affordability_credit: 0.0 + child1: + co_family_affordability_credit: 0.0 + child2: + co_family_affordability_credit: 0.0 +- name: signature_175 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + co_tanf_countable_gross_earned_income: 4000 + co_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + co_chp_eligible: false + co_family_affordability_credit: 0.0 + co_oap: 0.0 + co_state_supplement: 0.0 + commodity_supplemental_food_program: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + tax_units: + tax_unit: + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 + spm_units: + spm_unit: + co_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml new file mode 100644 index 00000000000..144c881736b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml @@ -0,0 +1,2618 @@ +- name: signature_1 (90 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + state_code_str: TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + snap_excess_shelter_expense_deduction: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + basic_standard_deduction: 0 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + people: + head: + is_medicaid_eligible: false + spouse: + is_medicaid_eligible: false + child1: + is_medicaid_eligible: false + child2: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 1282.14 +- name: signature_6 (33 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + state_code_str: TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + snap_excess_shelter_expense_deduction: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + basic_standard_deduction: 0 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + is_medicaid_eligible: false + spouse: + is_medicaid_eligible: false + child1: + is_medicaid_eligible: false + child2: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 1282.14 +- name: signature_8 (25 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_11 (19 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + state_code_str: TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + snap_excess_shelter_expense_deduction: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + basic_standard_deduction: 0 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + is_medicaid_eligible: false + spouse: + is_medicaid_eligible: false + child1: + is_medicaid_eligible: false + child2: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 1282.14 +- name: signature_18 (12 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + state_code_str: TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + snap_excess_shelter_expense_deduction: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + basic_standard_deduction: 0 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + is_medicaid_eligible: false + spouse: + is_medicaid_eligible: false + child1: + is_medicaid_eligible: false + child2: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 1282.14 +- name: signature_35 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + state_code_str: TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + snap_excess_shelter_expense_deduction: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + basic_standard_deduction: 0 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + is_medicaid_eligible: false + spouse: + is_medicaid_eligible: false + child1: + is_medicaid_eligible: false + child2: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 1282.14 +- name: signature_72 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + wic: 0.0 + spouse: + is_wic_eligible: false + wic: 0.0 + child1: + is_wic_eligible: false + wic: 0.0 + child2: + is_wic_eligible: true + wic: 723.15 +- name: signature_114 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + zip_code: '75201' + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_married: true + tax_unit_childcare_expenses: 6000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + adjusted_gross_income: 48000.0 + cdcc: 1580.0 + ctc: 4400.0 + eitc: 3769.5 + income_tax: -7169.5 + income_tax_before_credits: 1580.0 + state_cdcc: 679.4 + state_ctc: 2000.0 + state_eitc: 0.0 + state_income_tax: 0.0 + state_income_tax_before_refundable_credits: 0.0 + households: + household: + state_code: 4 + state_code_str: CA + state_name: 4 +- name: signature_126 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + social_security: 0 + ssi: 0 + rent: 18000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + social_security: 0 + ssi: 0 + rent: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + ssi: 0 + rent: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + ssi: 0 + rent: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + water_expense: 480 + pre_subsidy_electricity_expense: 1500 + sewage_expense: 240 + trash_expense: 240 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_134 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + ctc: 4400.0 +- name: signature_135 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + income_tax: -6589.5 +- name: signature_136 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + snap: 0.0 +- name: signature_138 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + other_medical_expenses: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + other_medical_expenses: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + other_medical_expenses: 0 + households: + household: + members: *id001 + is_homeless: false + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_139 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + other_medical_expenses: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + other_medical_expenses: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + other_medical_expenses: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_142 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + health_insurance_premiums: 0 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + health_insurance_premiums: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + water_expense: 480 + pre_subsidy_electricity_expense: 1500 + mortgage_payments: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_143 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: true + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: true + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + water_expense: 480 + spm_unit_pre_subsidy_childcare_expenses: 6000 + pre_subsidy_electricity_expense: 1500 + gas_expense: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 5775.84 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_144 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + health_insurance_premiums: 0 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + health_insurance_premiums: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + water_expense: 480 + spm_unit_pre_subsidy_childcare_expenses: 6000 + pre_subsidy_electricity_expense: 1500 + gas_expense: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 5775.84 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_147 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + is_homeless: false + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_148 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_151 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + wic: 0.0 + spouse: + is_wic_eligible: false + wic: 0.0 + child1: + is_wic_eligible: false + wic: 0.0 + child2: + is_wic_eligible: true + wic: 723.15 +- name: signature_152 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + health_insurance_premiums: 0 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + health_insurance_premiums: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + health_insurance_premiums: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + water_expense: 480 + pre_subsidy_electricity_expense: 1500 + mortgage_payments: 0 + trash_expense: 240 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_155 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 36000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + immigration_status_str: CITIZEN + employment_income: 12000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: *id001 + state_code_str: TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + snap_excess_shelter_expense_deduction: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + basic_standard_deduction: 0 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + people: + head: + is_medicaid_eligible: false + spouse: + is_medicaid_eligible: false + child1: + is_medicaid_eligible: false + child2: + is_medicaid_eligible: true + spm_units: + spm_unit: + snap: 1282.14 +- name: signature_159 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + pre_subsidy_electricity_expense: 1500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_160 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: true + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: true + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_161 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_162 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: true + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: true + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_163 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_177 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_179 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 36000 + social_security: 0 + ssi: 0 + rent: 18000 + weekly_hours_worked: 40 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 12000 + social_security: 0 + ssi: 0 + rent: 0 + weekly_hours_worked: 20 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + ssi: 0 + rent: 0 + weekly_hours_worked: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false + immigration_status_str: CITIZEN + employment_income: 0 + ssi: 0 + rent: 0 + weekly_hours_worked: 0 + households: + household: + members: *id001 + is_homeless: false + spm_units: + spm_unit: + members: *id001 + phone_expense: 600 + water_expense: 480 + pre_subsidy_electricity_expense: 1500 + sewage_expense: 240 + trash_expense: 240 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + spm_units: + spm_unit: + is_snap_eligible: true + snap: 3713.94 + people: + head: + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 + spouse: + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 + child1: + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 + child2: + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml new file mode 100644 index 00000000000..4b7fa2d112b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml @@ -0,0 +1,2761 @@ +- name: signature_39 (6 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_71 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_102 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_104 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_109 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_131 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_133 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_141 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_145 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_170 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_180 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 18000 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + alimony_income: 0 + workers_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + rent: 0 + medicare_quarters_of_coverage: 0 + receives_medicaid: false + has_bcc_qualifying_coverage: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + rent: 0 + has_bcc_qualifying_coverage: false + receives_medicaid: false + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + mortgage_payments: 0 + il_tanf_countable_gross_earned_income: 4000 + il_tanf_countable_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + il_ctc: 0.0 + il_eitc: 0.0 + people: + head: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + spouse: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + child1: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 0.0 + wic_category: 5 + child2: + il_aabd_person: 0.0 + il_bcc_eligible: false + il_fpp_eligible: false + il_hbwd_eligible: false + il_hbwd_person: 0.0 + il_mpe_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + il_liheap_income_eligible: false + il_tanf: 0.0 + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml new file mode 100644 index 00000000000..85705ead6e9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml @@ -0,0 +1,2623 @@ +- name: signature_12 (17 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_36 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_37 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_55 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + heating_expense_person: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + heating_expense_person: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + electricity_expense: 1500 + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_105 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_106 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_111 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_112 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_115 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_122 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_174 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 40 + ma_tcap_gross_earned_income: 3000 + ma_tcap_gross_unearned_income: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + miscellaneous_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + weekly_hours_worked_before_lsr: 20 + ma_tcap_gross_earned_income: 1000 + ma_tcap_gross_unearned_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_snap_ineligible_student: false + is_ccdf_reason_for_care_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + is_in_public_housing: false + zip_code: 02118 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + receives_housing_assistance: false + heat_expense_included_in_rent: false + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 14531.4 + ctc_value: 4400.0 + eitc: 3769.5 + ma_child_and_family_credit: 0.0 + ma_eitc: 0.0 + people: + head: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + chip_category: 3 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_ccdf_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + ma_mbta_enrolled_in_applicable_programs: false + ma_mbta_income_eligible_reduced_fare_eligible: false + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_state_supplement: 0.0 + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + ma_eaedc: 0.0 + ma_liheap: 0.0 + ma_tafdc: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml new file mode 100644 index 00000000000..50d98db913c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml @@ -0,0 +1,5785 @@ +- name: signature_3 (54 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_4 (48 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_19 (11 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_25 (9 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_32 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_33 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_34 (7 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_49 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_54 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_56 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_57 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_73 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_81 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_85 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_86 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_93 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_94 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_96 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_99 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_101 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_110 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_118 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_119 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_121 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_132 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_140 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_146 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: signature_164 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_169 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_172 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + other_medical_expenses: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + other_medical_expenses: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_173 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + other_medical_expenses: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + other_medical_expenses: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + other_medical_expenses: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 +- name: signature_178 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + households: + household: + members: *id001 + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + nc_scca_countable_income: 36000 + nc_tanf_countable_earned_income: 4000 + nc_tanf_countable_gross_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + spouse: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child1: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + ssi: 0.0 + wic: 0.0 + wic_category: 5 + child2: + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + ssi: 0.0 + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + nc_scca_maximum_payment: 0.0 + nc_tanf: 0.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml new file mode 100644 index 00000000000..26ff30a66e6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml @@ -0,0 +1,3538 @@ +- name: signature_30 (8 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: true + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_disabled: false + is_medicaid_eligible: true + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_48 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_74 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + is_medicare_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 29060.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_84 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_87 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_disabled: false + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_88 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_97 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_disabled: false + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_116 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_125 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_149 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_150 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 29060.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_165 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 29060.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_171 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + is_medicaid_eligible: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 29060.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 +- name: signature_176 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + social_security_disability: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 40 + childcare_attending_days_per_month: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + alimony_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + current_pregnancies: 0 + child_support_expense: 0 + real_estate_taxes: 0 + medicare_quarters_of_coverage: 0 + weekly_hours_worked_before_lsr: 20 + childcare_attending_days_per_month: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_pregnant: false + is_full_time_college_student: false + is_snap_ineligible_student: false + is_veteran: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + weekly_hours_worked_before_lsr: 0 + childcare_attending_days_per_month: 20 + real_estate_taxes: 0 + child_support_expense: 0 + current_pregnancies: 0 + medicare_quarters_of_coverage: 0 + households: + household: + members: *id001 + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + spm_unit_cash_assets: 500 + spm_unit_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + spm_unit_pre_subsidy_childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + school_meal_countable_income: 48000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + aca_ptc: 17036.81 + ctc_value: 4400.0 + eitc: 3769.5 + people: + head: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + spouse: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: false + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 0.0 + medicaid_category: 9 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child1: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 0.0 + is_disabled: false + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 2 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 0.0 + wic_category: 5 + child2: + chip: 0.0 + commodity_supplemental_food_program: 0.0 + early_head_start: 0.0 + head_start: 20347.29 + is_disabled: false + is_medicaid_eligible: true + is_medicare_eligible: false + is_optional_senior_or_disabled_for_medicaid: false + medicaid: 3258.31 + medicaid_category: 1 + msp: 0.0 + msp_category: 0 + msp_eligible: false + ssi: 0.0 + tx_dart_benefit_person: 0.0 + tx_fpp_benefit: 0.0 + tx_harris_rides_eligible: false + was_in_foster_care: false + wic: 723.15 + wic_category: 4 + spm_units: + spm_unit: + lifeline: 228.0 + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 + snap: 11994.84 + tanf: 0.0 + tx_ccs: 0.0 + tx_tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml new file mode 100644 index 00000000000..aaceb26028b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml @@ -0,0 +1,2471 @@ +- name: signature_5 (35 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + - child2 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: &id002 + - head + - spouse + mu_child1: + members: &id003 + - child1 + mu_child2: + members: &id004 + - child2 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + people: + head: + is_disabled: false + ssi: 0.0 + spouse: + is_disabled: false + ssi: 0.0 + child1: + is_disabled: false + ssi: 0.0 + child2: + is_disabled: false + ssi: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 +- name: signature_9 (25 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_10 (20 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_13 (17 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_17 (12 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + people: + head: + is_disabled: false + ssi: 0.0 + spouse: + is_disabled: false + ssi: 0.0 + child1: + is_disabled: false + ssi: 0.0 + child2: + is_disabled: false + ssi: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 +- name: signature_24 (9 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + people: + head: + is_disabled: false + ssi: 0.0 + spouse: + is_disabled: false + ssi: 0.0 + child1: + is_disabled: false + ssi: 0.0 + child2: + is_disabled: false + ssi: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 +- name: signature_52 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_53 (5 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_75 (4 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_82 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + people: + head: + is_disabled: false + ssi: 0.0 + spouse: + is_disabled: false + ssi: 0.0 + child1: + is_disabled: false + ssi: 0.0 + child2: + is_disabled: false + ssi: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 +- name: signature_83 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + people: + head: + is_disabled: false + ssi: 0.0 + spouse: + is_disabled: false + ssi: 0.0 + child1: + is_disabled: false + ssi: 0.0 + child2: + is_disabled: false + ssi: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 +- name: signature_90 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 +- name: signature_95 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_98 (3 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_117 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_123 (2 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_167 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 +- name: signature_168 (1 reqs) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 36000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 12000 + self_employment_income: 0 + social_security: 0 + capital_gains: 0 + rental_income: 0 + taxable_ira_distributions: 0 + taxable_pension_income: 0 + unemployment_compensation: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + child_support_expense: 0 + real_estate_taxes: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_snap_ineligible_student: false + immigration_status_str: CITIZEN + employment_income: 0 + self_employment_income: 0 + ssi_reported: 0 + ssi_countable_resources: 0 + ssi_earned_income: 0 + ssi_unearned_income: 0 + real_estate_taxes: 0 + child_support_expense: 0 + households: + household: + members: *id001 + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + heating_cooling_expense: 1200 + has_heating_cooling_expense: true + phone_expense: 600 + has_phone_expense: true + water_expense: 480 + broadband_cost: 720 + childcare_expenses: 6000 + homeowners_association_fees: 0 + homeowners_insurance: 0 + housing_cost: 18000 + snap_earned_income: 0 + snap_emergency_allotment: 0 + snap_unearned_income: 0 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: *id002 + mu_child1: + members: *id003 + mu_child2: + members: *id004 + output: + tax_units: + tax_unit: + eitc: 3769.5 + wa_working_families_tax_credit: 0.0 + spm_units: + spm_unit: + lifeline: 228.0 + snap: 11994.84 + people: + head: + ssi: 0.0 + spouse: + ssi: 0.0 + child1: + ssi: 0.0 + child2: + ssi: 0.0 From e33b75758db2e2a498ebd70654ced362070ee728 Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 18:13:51 -0400 Subject: [PATCH 04/13] Add SNAP and state TANF edge cases to analytics_coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 227 boundary cases per state under partners/analytics_coverage/edge_cases/. For each state file, generates 15 SNAP cases (9 dimension + 6 composition variants) and 10-12 state TANF cases (4-6 dimension + 6 composition). SNAP dimensions: income at the state-specific binding gross limit (federal 130% FPL vs BBCE multiplier, whichever binds), age 60 elderly boundary with assets between $3k/$4.5k, disability flip, and immigration status variants (LPR/REFUGEE/UNDOCUMENTED — captures the 2025-07-01 rule change). State TANF dimensions: per-state dynamic income-threshold search (binary-search the head employment_income that flips the state TANF benefit to zero) for ca_tanf, co_tanf, il_tanf, ma_tafdc, nc_tanf, tx_tanf, wa_tanf, plus family composition cases (no minor children, youngest age 17, only child 18). Composition variants exercise size-1 (single adult / single elderly), size-2 (married couple no children / single parent + 1 child), size-3 (single parent + 2 children), and size-4 (couple + 2 children) households. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../analytics_coverage/edge_cases/ca.yaml | 1555 +++++++++++++++++ .../analytics_coverage/edge_cases/co.yaml | 1555 +++++++++++++++++ .../edge_cases/federal.yaml | 1555 +++++++++++++++++ .../analytics_coverage/edge_cases/il.yaml | 1555 +++++++++++++++++ .../analytics_coverage/edge_cases/la.yaml | 887 ++++++++++ .../analytics_coverage/edge_cases/ma.yaml | 1433 +++++++++++++++ .../analytics_coverage/edge_cases/nc.yaml | 1555 +++++++++++++++++ .../analytics_coverage/edge_cases/tx.yaml | 1555 +++++++++++++++++ .../analytics_coverage/edge_cases/wa.yaml | 1433 +++++++++++++++ 10 files changed, 13084 insertions(+), 1 deletion(-) create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index 1cb8265f902..edfd4e67b98 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production. +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 227 SNAP and TANF boundary cases (income at state-binding thresholds, age/disability/immigration flips, plus size-1/2/3/4 household composition variants). diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml new file mode 100644 index 00000000000..c977bac491a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml @@ -0,0 +1,1555 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3338.39 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3338.39 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2126.09 + is_snap_eligible: true +- name: snap_head_immigration_lpr (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3338.39 + is_snap_eligible: true +- name: snap_head_immigration_refugee (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1171.32 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1150.02 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1285.92 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 3338.39 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5079.24 + is_snap_eligible: true +- name: tanf_income_just_below_state_threshold_26953 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 26853 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 3553.5 + tanf: 3553.5 +- name: tanf_income_at_state_threshold_26953 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 26953 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_26953 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 27053 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 13380.0 + tanf: 13380.0 +- name: tanf_only_child_age_18 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id022 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: false + families: + family: + members: *id022 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: false + families: + family: + members: *id025 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 10608.0 + tanf: 10608.0 +- name: tanf_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id026 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: false + families: + family: + members: *id026 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ca_tanf: 13380.0 + tanf: 13380.0 +- name: tanf_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id027 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ca_tanf: 16152.0 + tanf: 16152.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml new file mode 100644 index 00000000000..d5fa7849fe5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml @@ -0,0 +1,1555 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_54640 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_54640 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true +- name: tanf_income_just_below_state_threshold_6375 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6275 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 5357.25 + tanf: 5357.25 +- name: tanf_income_at_state_threshold_6375 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6375 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_6375 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6475 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 7428.0 + tanf: 7428.0 +- name: tanf_only_child_age_18 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id022 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: false + families: + family: + members: *id022 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: false + families: + family: + members: *id025 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id026 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: false + families: + family: + members: *id026 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + co_tanf: 5124.0 + tanf: 5124.0 +- name: tanf_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id027 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + co_tanf: 7044.0 + tanf: 7044.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml new file mode 100644 index 00000000000..c7cdef86560 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml @@ -0,0 +1,1555 @@ +- name: snap_income_just_below_binding_gross_limit_45078 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 44978 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_45078 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45078 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_45078 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45178 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true +- name: tanf_income_just_below_state_threshold_5187 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5087 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 2572.51 + tanf: 2572.51 +- name: tanf_income_at_state_threshold_5187 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5187 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_5187 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5287 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 5016.0 + tanf: 5016.0 +- name: tanf_only_child_age_18 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id022 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: false + families: + family: + members: *id022 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: false + families: + family: + members: *id025 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id026 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: false + families: + family: + members: *id026 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id027 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml new file mode 100644 index 00000000000..697a1292714 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml @@ -0,0 +1,1555 @@ +- name: snap_income_just_below_binding_gross_limit_45078 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 44978 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_45078 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45078 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_45078 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45178 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true +- name: tanf_income_just_below_state_threshold_13710 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 13610 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 4996.12 + tanf: 4996.12 +- name: tanf_income_at_state_threshold_13710 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 13710 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_13710 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 13810 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 9386.12 + tanf: 9386.12 +- name: tanf_only_child_age_18 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id022 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: false + families: + family: + members: *id022 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: false + families: + family: + members: *id025 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 5945.37 + tanf: 5945.37 +- name: tanf_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id026 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: false + families: + family: + members: *id026 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + il_tanf: 7886.12 + tanf: 7886.12 +- name: tanf_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id027 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + il_tanf: 9826.88 + tanf: 9826.88 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml new file mode 100644 index 00000000000..c122179e69e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2957.69 + is_snap_eligible: true +- name: snap_head_immigration_lpr (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_head_immigration_refugee (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 804.42 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 804.42 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1193.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5958.54 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml new file mode 100644 index 00000000000..d11e65d473a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml @@ -0,0 +1,1433 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2319.59 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2319.59 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1586.09 + is_snap_eligible: true +- name: snap_head_immigration_lpr (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2319.59 + is_snap_eligible: true +- name: snap_head_immigration_refugee (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 2169.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 4277.34 + is_snap_eligible: true +- name: tanf_zero_income_no_state_benefit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 10376.0 + tanf: 10376.0 +- name: tanf_no_minor_children_in_unit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 10376.0 + tanf: 10376.0 +- name: tanf_only_child_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id020 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: false + families: + family: + members: *id020 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: false + families: + family: + members: *id021 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id022 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: true + families: + family: + members: *id022 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 8756.0 + tanf: 8756.0 +- name: tanf_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: false + families: + family: + members: *id024 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ma_tafdc: 10876.0 + tanf: 10876.0 +- name: tanf_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: true + families: + family: + members: *id025 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ma_tafdc: 12424.0 + tanf: 12424.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml new file mode 100644 index 00000000000..ec8053023dc --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml @@ -0,0 +1,1555 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_54640 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_54640 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true +- name: tanf_income_just_below_state_threshold_5687 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5587 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 470.5 + tanf: 470.5 +- name: tanf_income_at_state_threshold_5687 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5687 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_5687 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5787 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 3264.0 + tanf: 3264.0 +- name: tanf_only_child_age_18 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id022 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: false + families: + family: + members: *id022 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: false + families: + family: + members: *id025 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id026 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: false + families: + family: + members: *id026 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id027 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml new file mode 100644 index 00000000000..36cac2b9d74 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml @@ -0,0 +1,1555 @@ +- name: snap_income_just_below_binding_gross_limit_45078 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 44978 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_45078 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45078 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_45078 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45178 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true +- name: tanf_income_just_below_state_threshold_5187 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5087 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 2572.51 + tanf: 2572.51 +- name: tanf_income_at_state_threshold_5187 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5187 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_5187 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5287 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 5016.0 + tanf: 5016.0 +- name: tanf_only_child_age_18 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id022 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: false + families: + family: + members: *id022 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: false + families: + family: + members: *id025 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id026 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: false + families: + family: + members: *id026 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id027 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml new file mode 100644 index 00000000000..7eae2443e4a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml @@ -0,0 +1,1433 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2158.49 + is_snap_eligible: true +- name: snap_head_immigration_lpr (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 494.82 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5004.54 + is_snap_eligible: true +- name: tanf_zero_income_no_state_benefit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 8472.0 + tanf: 8472.0 +- name: tanf_no_minor_children_in_unit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id017 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 8472.0 + tanf: 8472.0 +- name: tanf_only_child_age_18 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id019 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id020 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: false + families: + family: + members: *id020 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id021 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: false + families: + family: + members: *id021 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id022 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: true + families: + family: + members: *id022 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id023 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: false + families: + family: + members: *id023 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 6840.0 + tanf: 6840.0 +- name: tanf_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id024 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: false + families: + family: + members: *id024 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + wa_tanf: 8472.0 + tanf: 8472.0 +- name: tanf_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id025 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: true + families: + family: + members: *id025 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + wa_tanf: 9996.0 + tanf: 9996.0 From b691112c4135aa66e33605bd1d9b1aba5eed2ec1 Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 20:14:06 -0400 Subject: [PATCH 05/13] Add federal cash + health and federal tax credit edge cases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 576 additional cases across 8 federal programs, appended to existing per-state edge_cases files. All 803 cases in the edge_cases folder pass locally (29m27s). Federal tax credits (per state, 26 cases each × 9 buckets = 234): - EITC: phase-out start ($31,160 joint with kids 2026), investment income cap ($12,200), qualifying child age 18/19 boundary plus student carve-out, childless joint phase-out start ($18,140) - CTC: qualifying child age 16/17, joint phase-out $400k, refundable phase-in floor $2,500 - CDCC: child age 12/13, AGI $15k phase-out start, 2026 amended joint second-phase-out at $150k, zero earned income Federal cash + health (per state, 38 cases each × 9 buckets = 342): - SSI: aged at 65, disability flip, resources at $2k limit, immigration variants (LPR / refugee / undocumented) - MSP: Medicare prerequisite, income at QMB (100% FPL) / SLMB (120%) / QI (135%) tier boundaries - Medicaid: age category boundaries (0→1 infant→young, 5→6 young→older, 18→19 child→adult), pregnant adult, 138% FPL expansion boundary - CHIP: age 18/19 cutoff, varied income levels for state-specific limits - ACA PTC: 100% FPL minimum, 400% FPL hard cap return in 2026, employer ESHI offer flip Plus 6 size/composition variants per program family per state for size-1/2/3/4 household structure coverage. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../analytics_coverage/edge_cases/ca.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/co.yaml | 4597 +++++++++++++++++ .../edge_cases/federal.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/il.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/la.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/ma.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/nc.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/tx.yaml | 4597 +++++++++++++++++ .../analytics_coverage/edge_cases/wa.yaml | 4597 +++++++++++++++++ 10 files changed, 41374 insertions(+), 1 deletion(-) diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index edfd4e67b98..f4052003338 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 227 SNAP and TANF boundary cases (income at state-binding thresholds, age/disability/immigration flips, plus size-1/2/3/4 household composition variants). +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 803 boundary cases across 14 programs (SNAP, state TANFs, EITC, CTC, CDCC, SSI, MSP, Medicaid, CHIP, ACA PTC) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml index c977bac491a..68e132ebdd9 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml @@ -1553,3 +1553,4600 @@ spm_unit: ca_tanf: 16152.0 tanf: 16152.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 70819.62 +- name: ctc_joint_just_above_phase_out (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71300.19 +- name: ctc_earned_income_just_below_refundable_floor_2500 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id046 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id046 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id046 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id047 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id047 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id048 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: true + families: + family: + members: *id050 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id052 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id053 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: true + families: + family: + members: *id053 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: false + families: + family: + members: *id066 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: false + families: + family: + members: *id067 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_age_19_no_longer_chip_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: true + families: + family: + members: *id078 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: false + families: + family: + members: *id082 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: false + families: + family: + members: *id083 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: true + families: + family: + members: *id084 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: true + families: + family: + members: *id085 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 +- name: cashhealth_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: false + families: + family: + members: *id086 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: true + families: + family: + members: *id088 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: false + families: + family: + members: *id089 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id090 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id090 + tax_units: + tax_unit: + members: *id090 + tax_unit_is_joint: false + families: + family: + members: *id090 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id091 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS ANGELES COUNTY + spm_units: + spm_unit: + members: *id091 + tax_units: + tax_unit: + members: *id091 + tax_unit_is_joint: true + families: + family: + members: *id091 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml index d5fa7849fe5..a750cd87c07 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml @@ -1553,3 +1553,4600 @@ spm_unit: co_tanf: 7044.0 tanf: 7044.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id046 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id046 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id046 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id047 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id047 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id048 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: true + families: + family: + members: *id050 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id052 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id053 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: true + families: + family: + members: *id053 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: false + families: + family: + members: *id066 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: false + families: + family: + members: *id067 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: true + families: + family: + members: *id078 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: false + families: + family: + members: *id082 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: false + families: + family: + members: *id083 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: true + families: + family: + members: *id084 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 22043.66 + premium_tax_credit: 22043.66 +- name: aca_ptc_employer_affordable_offer_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: true + families: + family: + members: *id085 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 12440.09 + premium_tax_credit: 12440.09 +- name: cashhealth_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: false + families: + family: + members: *id086 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: true + families: + family: + members: *id088 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: false + families: + family: + members: *id089 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id090 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id090 + tax_units: + tax_unit: + members: *id090 + tax_unit_is_joint: false + families: + family: + members: *id090 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id091 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE COUNTY + spm_units: + spm_unit: + members: *id091 + tax_units: + tax_unit: + members: *id091 + tax_unit_is_joint: true + families: + family: + members: *id091 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml index c7cdef86560..0f58b93a50a 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml @@ -1553,3 +1553,4600 @@ spm_unit: tx_tanf: 0.0 tanf: 0.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id046 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id046 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id046 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id047 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id047 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id048 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: true + families: + family: + members: *id050 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id052 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id053 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: true + families: + family: + members: *id053 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: false + families: + family: + members: *id066 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: false + families: + family: + members: *id067 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8134.09 + premium_tax_credit: 8134.08 +- name: medicaid_adult_above_138pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21901.73 + premium_tax_credit: 21901.73 +- name: chip_moderate_income_80k (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: true + families: + family: + members: *id078 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8586.1 + premium_tax_credit: 8586.1 +- name: aca_ptc_single_just_above_100pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8584.0 + premium_tax_credit: 8584.0 +- name: aca_ptc_single_just_below_400pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: false + families: + family: + members: *id082 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: false + families: + family: + members: *id083 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: true + families: + family: + members: *id084 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 22043.66 + premium_tax_credit: 22043.66 +- name: aca_ptc_employer_affordable_offer_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: true + families: + family: + members: *id085 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 12440.09 + premium_tax_credit: 12440.09 +- name: cashhealth_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: false + families: + family: + members: *id086 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8500.0 + premium_tax_credit: 8500.0 +- name: cashhealth_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: true + families: + family: + members: *id088 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: false + families: + family: + members: *id089 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id090 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id090 + tax_units: + tax_unit: + members: *id090 + tax_unit_is_joint: false + families: + family: + members: *id090 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id091 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id091 + tax_units: + tax_unit: + members: *id091 + tax_unit_is_joint: true + families: + family: + members: *id091 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml index 697a1292714..2a38d1b1f4d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml @@ -1553,3 +1553,4600 @@ spm_unit: il_tanf: 9826.88 tanf: 9826.88 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id046 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id046 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id046 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id047 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id047 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id048 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: true + families: + family: + members: *id050 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id052 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id053 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: true + families: + family: + members: *id053 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: false + families: + family: + members: *id066 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: false + families: + family: + members: *id067 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_age_19_no_longer_chip_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: true + families: + family: + members: *id078 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 11050.36 + premium_tax_credit: 11050.36 +- name: chip_high_income_150k (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: false + families: + family: + members: *id082 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: false + families: + family: + members: *id083 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: true + families: + family: + members: *id084 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: true + families: + family: + members: *id085 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 +- name: cashhealth_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: false + families: + family: + members: *id086 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: true + families: + family: + members: *id088 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: false + families: + family: + members: *id089 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id090 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id090 + tax_units: + tax_unit: + members: *id090 + tax_unit_is_joint: false + families: + family: + members: *id090 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id091 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK COUNTY + spm_units: + spm_unit: + members: *id091 + tax_units: + tax_unit: + members: *id091 + tax_unit_is_joint: true + families: + family: + members: *id091 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml index c122179e69e..47926dfdaf5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml @@ -885,3 +885,4600 @@ spm_unit: snap: 5958.54 is_snap_eligible: true +- name: eitc_joint_1child_just_below_phase_out_start_31160 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id016 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id016 + tax_units: + tax_unit: + members: *id016 + tax_unit_is_joint: true + families: + family: + members: *id016 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id017 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id017 + tax_units: + tax_unit: + members: *id017 + tax_unit_is_joint: true + families: + family: + members: *id017 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id018 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id018 + tax_units: + tax_unit: + members: *id018 + tax_unit_is_joint: true + families: + family: + members: *id018 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id019 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id019 + tax_units: + tax_unit: + members: *id019 + tax_unit_is_joint: true + families: + family: + members: *id019 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id020 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id020 + tax_units: + tax_unit: + members: *id020 + tax_unit_is_joint: true + families: + family: + members: *id020 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id021 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id021 + tax_units: + tax_unit: + members: *id021 + tax_unit_is_joint: true + families: + family: + members: *id021 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id022 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id022 + tax_units: + tax_unit: + members: *id022 + tax_unit_is_joint: true + families: + family: + members: *id022 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id023 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id023 + tax_units: + tax_unit: + members: *id023 + tax_unit_is_joint: true + families: + family: + members: *id023 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id024 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id024 + tax_units: + tax_unit: + members: *id024 + tax_unit_is_joint: true + families: + family: + members: *id024 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id025 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id025 + tax_units: + tax_unit: + members: *id025 + tax_unit_is_joint: true + families: + family: + members: *id025 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id026 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: true + families: + family: + members: *id026 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id027 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id031 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id032 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id033 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id034 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id035 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id036 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: false + families: + family: + members: *id036 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: false + families: + family: + members: *id037 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: false + families: + family: + members: *id039 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: false + families: + family: + members: *id040 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id042 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: false + families: + family: + members: *id042 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id043 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id043 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: false + families: + family: + members: *id043 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id044 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id044 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: false + families: + family: + members: *id044 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id045 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id045 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: false + families: + family: + members: *id045 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id046 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id046 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: false + families: + family: + members: *id046 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id047 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id047 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: false + families: + family: + members: *id047 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id048 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id049 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id050 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: false + families: + family: + members: *id050 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id051 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id052 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id053 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: false + families: + family: + members: *id053 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: true + families: + family: + members: *id056 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: true + families: + family: + members: *id057 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: true + families: + family: + members: *id058 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: true + families: + family: + members: *id059 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: true + families: + family: + members: *id060 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: true + families: + family: + members: *id061 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: true + families: + family: + members: *id064 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: true + families: + family: + members: *id065 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: true + families: + family: + members: *id066 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: true + families: + family: + members: *id067 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: false + families: + family: + members: *id068 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: false + families: + family: + members: *id069 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: false + families: + family: + members: *id070 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: false + families: + family: + members: *id071 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 +- name: cashhealth_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: false + families: + family: + members: *id077 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: false + families: + family: + members: *id078 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS PARISH + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml index d11e65d473a..2907895cecd 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml @@ -1431,3 +1431,4600 @@ spm_unit: ma_tafdc: 12424.0 tanf: 12424.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id026 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: true + families: + family: + members: *id026 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id027 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id041 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id042 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id046 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id046 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: false + families: + family: + members: *id046 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id047 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: false + families: + family: + members: *id047 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id048 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: true + families: + family: + members: *id048 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: false + families: + family: + members: *id050 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: true + families: + family: + members: *id051 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id052 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id053 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: false + families: + family: + members: *id053 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: true + families: + family: + members: *id066 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: true + families: + family: + members: *id067 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: false + families: + family: + members: *id072 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: false + families: + family: + members: *id073 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 9395.89 + premium_tax_credit: 9395.88 +- name: chip_child_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: true + families: + family: + members: *id074 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 23002.52 + premium_tax_credit: 23002.52 +- name: chip_age_19_no_longer_chip_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: true + families: + family: + members: *id075 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16990.52 + premium_tax_credit: 16990.52 +- name: chip_moderate_income_80k (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 19546.52 + premium_tax_credit: 19546.52 +- name: chip_high_income_150k (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: false + families: + family: + members: *id078 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: false + families: + family: + members: *id079 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: true + families: + family: + members: *id082 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 24527.82 + premium_tax_credit: 24527.82 +- name: aca_ptc_employer_affordable_offer_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: true + families: + family: + members: *id083 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 13704.41 + premium_tax_credit: 13704.41 +- name: cashhealth_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: false + families: + family: + members: *id084 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: false + families: + family: + members: *id085 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: true + families: + family: + members: *id086 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: false + families: + family: + members: *id088 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: true + families: + family: + members: *id089 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml index ec8053023dc..38c94172978 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml @@ -1553,3 +1553,4600 @@ spm_unit: nc_tanf: 0.0 tanf: 0.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id046 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id046 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id046 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id047 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id047 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id048 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: true + families: + family: + members: *id050 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id052 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id053 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: true + families: + family: + members: *id053 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: false + families: + family: + members: *id066 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: false + families: + family: + members: *id067 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: true + families: + family: + members: *id078 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: false + families: + family: + members: *id082 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: false + families: + family: + members: *id083 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: true + families: + family: + members: *id084 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: true + families: + family: + members: *id085 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 +- name: cashhealth_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: false + families: + family: + members: *id086 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: true + families: + family: + members: *id088 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: false + families: + family: + members: *id089 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id090 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id090 + tax_units: + tax_unit: + members: *id090 + tax_unit_is_joint: false + families: + family: + members: *id090 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id091 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE COUNTY + spm_units: + spm_unit: + members: *id091 + tax_units: + tax_unit: + members: *id091 + tax_unit_is_joint: true + families: + family: + members: *id091 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml index 36cac2b9d74..4920d08df55 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml @@ -1553,3 +1553,4600 @@ spm_unit: tx_tanf: 0.0 tanf: 0.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id041 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id042 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id046 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id046 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id046 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id047 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id047 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id048 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: false + families: + family: + members: *id048 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: true + families: + family: + members: *id050 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: false + families: + family: + members: *id051 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id052 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id053 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: true + families: + family: + members: *id053 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: false + families: + family: + members: *id066 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: false + families: + family: + members: *id067 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: true + families: + family: + members: *id072 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: true + families: + family: + members: *id073 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: false + families: + family: + members: *id074 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8134.09 + premium_tax_credit: 8134.08 +- name: medicaid_adult_above_138pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: false + families: + family: + members: *id075 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21901.73 + premium_tax_credit: 21901.73 +- name: chip_moderate_income_80k (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: true + families: + family: + members: *id078 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: true + families: + family: + members: *id079 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8586.1 + premium_tax_credit: 8586.1 +- name: aca_ptc_single_just_above_100pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8584.0 + premium_tax_credit: 8584.0 +- name: aca_ptc_single_just_below_400pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: false + families: + family: + members: *id082 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: false + families: + family: + members: *id083 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: true + families: + family: + members: *id084 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 22043.66 + premium_tax_credit: 22043.66 +- name: aca_ptc_employer_affordable_offer_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: true + families: + family: + members: *id085 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 12440.09 + premium_tax_credit: 12440.09 +- name: cashhealth_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: false + families: + family: + members: *id086 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8500.0 + premium_tax_credit: 8500.0 +- name: cashhealth_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: true + families: + family: + members: *id088 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: false + families: + family: + members: *id089 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id090 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id090 + tax_units: + tax_unit: + members: *id090 + tax_unit_is_joint: false + families: + family: + members: *id090 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id091 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS COUNTY + spm_units: + spm_unit: + members: *id091 + tax_units: + tax_unit: + members: *id091 + tax_unit_is_joint: true + families: + family: + members: *id091 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml index 7eae2443e4a..962fc8f3968 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml @@ -1431,3 +1431,4600 @@ spm_unit: wa_tanf: 9996.0 tanf: 9996.0 +- name: eitc_joint_1child_just_below_phase_out_start_31160 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id026 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id026 + tax_units: + tax_unit: + members: *id026 + tax_unit_is_joint: true + families: + family: + members: *id026 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id027 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id027 + tax_units: + tax_unit: + members: *id027 + tax_unit_is_joint: true + families: + family: + members: *id027 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id028 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id028 + tax_units: + tax_unit: + members: *id028 + tax_unit_is_joint: true + families: + family: + members: *id028 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id029 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id029 + tax_units: + tax_unit: + members: *id029 + tax_unit_is_joint: true + families: + family: + members: *id029 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id030 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id030 + tax_units: + tax_unit: + members: *id030 + tax_unit_is_joint: true + families: + family: + members: *id030 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id031 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id031 + tax_units: + tax_unit: + members: *id031 + tax_unit_is_joint: true + families: + family: + members: *id031 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id032 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id032 + tax_units: + tax_unit: + members: *id032 + tax_unit_is_joint: true + families: + family: + members: *id032 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id033 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id033 + tax_units: + tax_unit: + members: *id033 + tax_unit_is_joint: true + families: + family: + members: *id033 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id034 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id034 + tax_units: + tax_unit: + members: *id034 + tax_unit_is_joint: true + families: + family: + members: *id034 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: ctc_child_age_16_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id035 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id035 + tax_units: + tax_unit: + members: *id035 + tax_unit_is_joint: true + families: + family: + members: *id035 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id036 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id036 + tax_units: + tax_unit: + members: *id036 + tax_unit_is_joint: true + families: + family: + members: *id036 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id037 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id037 + tax_units: + tax_unit: + members: *id037 + tax_unit_is_joint: true + families: + family: + members: *id037 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id038 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id038 + tax_units: + tax_unit: + members: *id038 + tax_unit_is_joint: true + families: + family: + members: *id038 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id039 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id039 + tax_units: + tax_unit: + members: *id039 + tax_unit_is_joint: true + families: + family: + members: *id039 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id040 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id040 + tax_units: + tax_unit: + members: *id040 + tax_unit_is_joint: true + families: + family: + members: *id040 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 +- name: cdcc_child_age_12_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id041 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id041 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id041 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id041 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id042 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id042 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id042 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id042 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id043 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id043 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id043 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id043 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id044 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id044 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id044 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id044 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id045 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id045 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id045 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id045 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id046 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id046 + tax_units: + tax_unit: + members: *id046 + tax_unit_is_joint: false + families: + family: + members: *id046 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id047 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id047 + tax_units: + tax_unit: + members: *id047 + tax_unit_is_joint: false + families: + family: + members: *id047 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id048 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id048 + tax_units: + tax_unit: + members: *id048 + tax_unit_is_joint: true + families: + family: + members: *id048 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id049 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id049 + tax_units: + tax_unit: + members: *id049 + tax_unit_is_joint: false + families: + family: + members: *id049 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id050 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id050 + tax_units: + tax_unit: + members: *id050 + tax_unit_is_joint: false + families: + family: + members: *id050 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id051 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id051 + tax_units: + tax_unit: + members: *id051 + tax_unit_is_joint: true + families: + family: + members: *id051 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: ssi_age_64_disabled_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id052 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id052 + tax_units: + tax_unit: + members: *id052 + tax_unit_is_joint: false + families: + family: + members: *id052 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id053 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id053 + tax_units: + tax_unit: + members: *id053 + tax_unit_is_joint: false + families: + family: + members: *id053 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id054 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id054 + tax_units: + tax_unit: + members: *id054 + tax_unit_is_joint: false + families: + family: + members: *id054 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id055 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id055 + tax_units: + tax_unit: + members: *id055 + tax_unit_is_joint: false + families: + family: + members: *id055 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id056 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id056 + tax_units: + tax_unit: + members: *id056 + tax_unit_is_joint: false + families: + family: + members: *id056 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id057 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id057 + tax_units: + tax_unit: + members: *id057 + tax_unit_is_joint: false + families: + family: + members: *id057 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id058 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id058 + tax_units: + tax_unit: + members: *id058 + tax_unit_is_joint: false + families: + family: + members: *id058 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id059 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id059 + tax_units: + tax_unit: + members: *id059 + tax_unit_is_joint: false + families: + family: + members: *id059 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_at_100pct_fpl_qmb (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id060 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id060 + tax_units: + tax_unit: + members: *id060 + tax_unit_is_joint: false + families: + family: + members: *id060 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id061 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id061 + tax_units: + tax_unit: + members: *id061 + tax_unit_is_joint: false + families: + family: + members: *id061 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id062 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id062 + tax_units: + tax_unit: + members: *id062 + tax_unit_is_joint: false + families: + family: + members: *id062 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id063 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id063 + tax_units: + tax_unit: + members: *id063 + tax_unit_is_joint: false + families: + family: + members: *id063 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id064 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id064 + tax_units: + tax_unit: + members: *id064 + tax_unit_is_joint: false + families: + family: + members: *id064 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_pregnant_adult (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id065 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id065 + tax_units: + tax_unit: + members: *id065 + tax_unit_is_joint: false + families: + family: + members: *id065 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id066 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id066 + tax_units: + tax_unit: + members: *id066 + tax_unit_is_joint: true + families: + family: + members: *id066 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id067 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id067 + tax_units: + tax_unit: + members: *id067 + tax_unit_is_joint: true + families: + family: + members: *id067 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id068 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id068 + tax_units: + tax_unit: + members: *id068 + tax_unit_is_joint: true + families: + family: + members: *id068 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id069 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id069 + tax_units: + tax_unit: + members: *id069 + tax_unit_is_joint: true + families: + family: + members: *id069 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id070 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id070 + tax_units: + tax_unit: + members: *id070 + tax_unit_is_joint: true + families: + family: + members: *id070 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id071 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id071 + tax_units: + tax_unit: + members: *id071 + tax_unit_is_joint: true + families: + family: + members: *id071 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id072 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id072 + tax_units: + tax_unit: + members: *id072 + tax_unit_is_joint: false + families: + family: + members: *id072 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id073 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id073 + tax_units: + tax_unit: + members: *id073 + tax_unit_is_joint: false + families: + family: + members: *id073 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 +- name: chip_child_age_18 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id074 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id074 + tax_units: + tax_unit: + members: *id074 + tax_unit_is_joint: true + families: + family: + members: *id074 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id075 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id075 + tax_units: + tax_unit: + members: *id075 + tax_unit_is_joint: true + families: + family: + members: *id075 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id076 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id076 + tax_units: + tax_unit: + members: *id076 + tax_unit_is_joint: true + families: + family: + members: *id076 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id077 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id077 + tax_units: + tax_unit: + members: *id077 + tax_unit_is_joint: true + families: + family: + members: *id077 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_100pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id078 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id078 + tax_units: + tax_unit: + members: *id078 + tax_unit_is_joint: false + families: + family: + members: *id078 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id079 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id079 + tax_units: + tax_unit: + members: *id079 + tax_unit_is_joint: false + families: + family: + members: *id079 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id080 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id080 + tax_units: + tax_unit: + members: *id080 + tax_unit_is_joint: false + families: + family: + members: *id080 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id081 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id081 + tax_units: + tax_unit: + members: *id081 + tax_unit_is_joint: false + families: + family: + members: *id081 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id082 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id082 + tax_units: + tax_unit: + members: *id082 + tax_unit_is_joint: true + families: + family: + members: *id082 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id083 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id083 + tax_units: + tax_unit: + members: *id083 + tax_unit_is_joint: true + families: + family: + members: *id083 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 +- name: cashhealth_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id084 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id084 + tax_units: + tax_unit: + members: *id084 + tax_unit_is_joint: false + families: + family: + members: *id084 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id085 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id085 + tax_units: + tax_unit: + members: *id085 + tax_unit_is_joint: false + families: + family: + members: *id085 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id086 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id086 + tax_units: + tax_unit: + members: *id086 + tax_unit_is_joint: true + families: + family: + members: *id086 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id087 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id087 + tax_units: + tax_unit: + members: *id087 + tax_unit_is_joint: false + families: + family: + members: *id087 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id088 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id088 + tax_units: + tax_unit: + members: *id088 + tax_unit_is_joint: false + families: + family: + members: *id088 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id089 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING COUNTY + spm_units: + spm_unit: + members: *id089 + tax_units: + tax_unit: + members: *id089 + tax_unit_is_joint: true + families: + family: + members: *id089 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 From 20b357efc20206778eaabc7ce7d49041cb76999c Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 21:44:06 -0400 Subject: [PATCH 06/13] Reorganize edge cases per-program; add 14 more programs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restructure: edge_cases/{state}.yaml → edge_cases/{program}/{state}.yaml across 64 program folders. Total 1,642 edge cases (up from 803). New programs (~840 added cases): - Federal nutrition + utilities: WIC, CSFP, school meals, Head Start, Early Head Start, Lifeline, housing assistance, CCDF - State tax credits + supplements: ca_eitc, ca_yctc, ca_foster_youth_tax_credit, ca_cdcc, ca_renter_credit, ca_state_supplement, co_eitc_ctc, co_family_affordability_credit, co_care_worker_credit, co_state_supplement, co_oap, il_eitc, il_ctc, il_eitc_ctc, ma_eitc, ma_child_and_family_credit, ma_state_supplement, wa_working_families_tax_credit - State utility + work-support: ca_care, ca_fera, ca_la_ez_save, ca_calworks_child_care, ca_calworks_stage_2/3, ca_capp, ca_ala_general_assistance, ca_riv_general_relief, ca_riv_share_payment, il_liheap, il_aabd, il_bcc, il_fpp, il_hbwd, il_mpe, ma_liheap, ma_eaedc, ma_mbta, nc_scca, tx_ccs, tx_dart, tx_fpp, tx_harris_rides, la_general_relief Bug fix: county_str inputs across all partner YAMLs were using display names ("DALLAS COUNTY", "ARAPAHOE COUNTY", etc.) instead of valid enum names. PolicyEngine silently ignored these because county_str has value_type=str — the actual county defaulted to ALAMEDA_COUNTY_CA regardless. Converted all 133 affected files to use proper enum names (DALLAS_COUNTY_TX, ARAPAHOE_COUNTY_CO, etc.) and recomputed all output values so CalFresh / ACA PTC / other county-dependent outputs match the actual county. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../edge_cases/aca_ptc/ca.yaml | 424 ++ .../edge_cases/aca_ptc/co.yaml | 424 ++ .../edge_cases/aca_ptc/federal.yaml | 424 ++ .../edge_cases/aca_ptc/il.yaml | 424 ++ .../edge_cases/aca_ptc/la.yaml | 424 ++ .../edge_cases/aca_ptc/ma.yaml | 424 ++ .../edge_cases/aca_ptc/nc.yaml | 424 ++ .../edge_cases/aca_ptc/tx.yaml | 424 ++ .../edge_cases/aca_ptc/wa.yaml | 424 ++ .../analytics_coverage/edge_cases/ca.yaml | 6152 ----------------- .../ca_ala_general_assistance/ca.yaml | 100 + .../edge_cases/ca_calworks_child_care/ca.yaml | 114 + .../edge_cases/ca_calworks_stage_2/ca.yaml | 137 + .../edge_cases/ca_calworks_stage_3/ca.yaml | 69 + .../edge_cases/ca_capp/ca.yaml | 68 + .../edge_cases/ca_care/ca.yaml | 226 + .../edge_cases/ca_cdcc/ca.yaml | 90 + .../edge_cases/ca_eitc/ca.yaml | 318 + .../edge_cases/ca_fera/ca.yaml | 217 + .../ca_foster_youth_tax_credit/ca.yaml | 159 + .../edge_cases/ca_la_ez_save/ca.yaml | 94 + .../edge_cases/ca_renter_credit/ca.yaml | 138 + .../edge_cases/ca_riv_general_relief/ca.yaml | 100 + .../edge_cases/ca_riv_share_payment/ca.yaml | 100 + .../edge_cases/ca_state_supplement/ca.yaml | 106 + .../edge_cases/ca_yctc/ca.yaml | 213 + .../edge_cases/ccdf/ca.yaml | 554 ++ .../edge_cases/ccdf/co.yaml | 554 ++ .../edge_cases/ccdf/federal.yaml | 554 ++ .../edge_cases/ccdf/il.yaml | 554 ++ .../edge_cases/ccdf/la.yaml | 554 ++ .../edge_cases/ccdf/ma.yaml | 554 ++ .../edge_cases/ccdf/nc.yaml | 554 ++ .../edge_cases/ccdf/tx.yaml | 554 ++ .../edge_cases/ccdf/wa.yaml | 554 ++ .../edge_cases/cdcc/ca.yaml | 365 + .../edge_cases/cdcc/co.yaml | 365 + .../edge_cases/cdcc/federal.yaml | 365 + .../edge_cases/cdcc/il.yaml | 365 + .../edge_cases/cdcc/la.yaml | 365 + .../edge_cases/cdcc/ma.yaml | 365 + .../edge_cases/cdcc/nc.yaml | 365 + .../edge_cases/cdcc/tx.yaml | 365 + .../edge_cases/cdcc/wa.yaml | 365 + .../edge_cases/chip/ca.yaml | 416 ++ .../edge_cases/chip/co.yaml | 416 ++ .../edge_cases/chip/federal.yaml | 416 ++ .../edge_cases/chip/il.yaml | 416 ++ .../edge_cases/chip/la.yaml | 416 ++ .../edge_cases/chip/ma.yaml | 416 ++ .../edge_cases/chip/nc.yaml | 416 ++ .../edge_cases/chip/tx.yaml | 416 ++ .../edge_cases/chip/wa.yaml | 416 ++ .../analytics_coverage/edge_cases/co.yaml | 6152 ----------------- .../edge_cases/co_care_worker_credit/co.yaml | 268 + .../edge_cases/co_eitc_ctc/co.yaml | 94 + .../co_family_affordability_credit/co.yaml | 470 ++ .../edge_cases/co_oap/co.yaml | 104 + .../edge_cases/co_state_supplement/co.yaml | 104 + .../edge_cases/csfp/ca.yaml | 525 ++ .../edge_cases/csfp/co.yaml | 525 ++ .../edge_cases/csfp/federal.yaml | 525 ++ .../edge_cases/csfp/il.yaml | 525 ++ .../edge_cases/csfp/la.yaml | 525 ++ .../edge_cases/csfp/ma.yaml | 525 ++ .../edge_cases/csfp/nc.yaml | 525 ++ .../edge_cases/csfp/tx.yaml | 525 ++ .../edge_cases/csfp/wa.yaml | 525 ++ .../analytics_coverage/edge_cases/ctc/ca.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/co.yaml | 420 ++ .../edge_cases/ctc/federal.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/il.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/la.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/ma.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/nc.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/tx.yaml | 420 ++ .../analytics_coverage/edge_cases/ctc/wa.yaml | 420 ++ .../edge_cases/early_head_start/ca.yaml | 576 ++ .../edge_cases/early_head_start/co.yaml | 576 ++ .../edge_cases/early_head_start/federal.yaml | 576 ++ .../edge_cases/early_head_start/il.yaml | 576 ++ .../edge_cases/early_head_start/la.yaml | 576 ++ .../edge_cases/early_head_start/ma.yaml | 576 ++ .../edge_cases/early_head_start/nc.yaml | 576 ++ .../edge_cases/early_head_start/tx.yaml | 576 ++ .../edge_cases/early_head_start/wa.yaml | 576 ++ .../edge_cases/eitc/ca.yaml | 619 ++ .../edge_cases/eitc/co.yaml | 619 ++ .../edge_cases/eitc/federal.yaml | 619 ++ .../edge_cases/eitc/il.yaml | 619 ++ .../edge_cases/eitc/la.yaml | 619 ++ .../edge_cases/eitc/ma.yaml | 619 ++ .../edge_cases/eitc/nc.yaml | 619 ++ .../edge_cases/eitc/tx.yaml | 619 ++ .../edge_cases/eitc/wa.yaml | 619 ++ .../fed_cash_health_composition/ca.yaml | 502 ++ .../fed_cash_health_composition/co.yaml | 502 ++ .../fed_cash_health_composition/federal.yaml | 502 ++ .../fed_cash_health_composition/il.yaml | 502 ++ .../fed_cash_health_composition/la.yaml | 502 ++ .../fed_cash_health_composition/ma.yaml | 502 ++ .../fed_cash_health_composition/nc.yaml | 502 ++ .../fed_cash_health_composition/tx.yaml | 502 ++ .../fed_cash_health_composition/wa.yaml | 502 ++ .../fed_tax_credits_composition/ca.yaml | 363 + .../fed_tax_credits_composition/co.yaml | 363 + .../fed_tax_credits_composition/federal.yaml | 363 + .../fed_tax_credits_composition/il.yaml | 363 + .../fed_tax_credits_composition/la.yaml | 363 + .../fed_tax_credits_composition/ma.yaml | 363 + .../fed_tax_credits_composition/nc.yaml | 363 + .../fed_tax_credits_composition/tx.yaml | 363 + .../fed_tax_credits_composition/wa.yaml | 363 + .../edge_cases/federal.yaml | 6152 ----------------- .../edge_cases/head_start/ca.yaml | 651 ++ .../edge_cases/head_start/co.yaml | 651 ++ .../edge_cases/head_start/federal.yaml | 651 ++ .../edge_cases/head_start/il.yaml | 651 ++ .../edge_cases/head_start/la.yaml | 651 ++ .../edge_cases/head_start/ma.yaml | 651 ++ .../edge_cases/head_start/nc.yaml | 651 ++ .../edge_cases/head_start/tx.yaml | 651 ++ .../edge_cases/head_start/wa.yaml | 651 ++ .../edge_cases/housing_assistance/ca.yaml | 431 ++ .../edge_cases/housing_assistance/co.yaml | 431 ++ .../housing_assistance/federal.yaml | 431 ++ .../edge_cases/housing_assistance/il.yaml | 431 ++ .../edge_cases/housing_assistance/la.yaml | 431 ++ .../edge_cases/housing_assistance/ma.yaml | 431 ++ .../edge_cases/housing_assistance/nc.yaml | 431 ++ .../edge_cases/housing_assistance/tx.yaml | 431 ++ .../edge_cases/housing_assistance/wa.yaml | 431 ++ .../analytics_coverage/edge_cases/il.yaml | 6152 ----------------- .../edge_cases/il_aabd/il.yaml | 138 + .../edge_cases/il_bcc/il.yaml | 138 + .../edge_cases/il_ctc/il.yaml | 160 + .../edge_cases/il_eitc/il.yaml | 46 + .../edge_cases/il_eitc_ctc/il.yaml | 80 + .../edge_cases/il_fpp/il.yaml | 46 + .../edge_cases/il_hbwd/il.yaml | 235 + .../edge_cases/il_liheap/il.yaml | 92 + .../edge_cases/il_mpe/il.yaml | 138 + .../analytics_coverage/edge_cases/la.yaml | 5484 --------------- .../edge_cases/la_general_relief/la.yaml | 94 + .../edge_cases/lifeline/ca.yaml | 437 ++ .../edge_cases/lifeline/co.yaml | 437 ++ .../edge_cases/lifeline/federal.yaml | 437 ++ .../edge_cases/lifeline/il.yaml | 437 ++ .../edge_cases/lifeline/la.yaml | 437 ++ .../edge_cases/lifeline/ma.yaml | 437 ++ .../edge_cases/lifeline/nc.yaml | 437 ++ .../edge_cases/lifeline/tx.yaml | 437 ++ .../edge_cases/lifeline/wa.yaml | 437 ++ .../analytics_coverage/edge_cases/ma.yaml | 6030 ---------------- .../ma_child_and_family_credit/ma.yaml | 328 + .../edge_cases/ma_eaedc/ma.yaml | 96 + .../edge_cases/ma_eitc/ma.yaml | 87 + .../edge_cases/ma_liheap/ma.yaml | 92 + .../edge_cases/ma_mbta/ma.yaml | 144 + .../edge_cases/ma_state_supplement/ma.yaml | 49 + .../edge_cases/medicaid/ca.yaml | 786 +++ .../edge_cases/medicaid/co.yaml | 786 +++ .../edge_cases/medicaid/federal.yaml | 786 +++ .../edge_cases/medicaid/il.yaml | 786 +++ .../edge_cases/medicaid/la.yaml | 786 +++ .../edge_cases/medicaid/ma.yaml | 786 +++ .../edge_cases/medicaid/nc.yaml | 786 +++ .../edge_cases/medicaid/tx.yaml | 786 +++ .../edge_cases/medicaid/wa.yaml | 786 +++ .../analytics_coverage/edge_cases/msp/ca.yaml | 270 + .../analytics_coverage/edge_cases/msp/co.yaml | 270 + .../edge_cases/msp/federal.yaml | 270 + .../analytics_coverage/edge_cases/msp/il.yaml | 270 + .../analytics_coverage/edge_cases/msp/la.yaml | 270 + .../analytics_coverage/edge_cases/msp/ma.yaml | 270 + .../analytics_coverage/edge_cases/msp/nc.yaml | 270 + .../analytics_coverage/edge_cases/msp/tx.yaml | 270 + .../analytics_coverage/edge_cases/msp/wa.yaml | 270 + .../analytics_coverage/edge_cases/nc.yaml | 6152 ----------------- .../edge_cases/nc_scca/nc.yaml | 132 + .../edge_cases/school_meals/ca.yaml | 633 ++ .../edge_cases/school_meals/co.yaml | 633 ++ .../edge_cases/school_meals/federal.yaml | 633 ++ .../edge_cases/school_meals/il.yaml | 633 ++ .../edge_cases/school_meals/la.yaml | 633 ++ .../edge_cases/school_meals/ma.yaml | 633 ++ .../edge_cases/school_meals/nc.yaml | 633 ++ .../edge_cases/school_meals/tx.yaml | 633 ++ .../edge_cases/school_meals/wa.yaml | 633 ++ .../edge_cases/snap/ca.yaml | 887 +++ .../edge_cases/snap/co.yaml | 887 +++ .../edge_cases/snap/federal.yaml | 887 +++ .../edge_cases/snap/il.yaml | 887 +++ .../edge_cases/snap/la.yaml | 887 +++ .../edge_cases/snap/ma.yaml | 887 +++ .../edge_cases/snap/nc.yaml | 887 +++ .../edge_cases/snap/tx.yaml | 887 +++ .../edge_cases/snap/wa.yaml | 887 +++ .../analytics_coverage/edge_cases/ssi/ca.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/co.yaml | 432 ++ .../edge_cases/ssi/federal.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/il.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/la.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/ma.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/nc.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/tx.yaml | 432 ++ .../analytics_coverage/edge_cases/ssi/wa.yaml | 432 ++ .../state_tax_credits_composition/ca.yaml | 440 ++ .../state_tax_credits_composition/co.yaml | 462 ++ .../state_tax_credits_composition/il.yaml | 398 ++ .../state_tax_credits_composition/ma.yaml | 430 ++ .../state_tax_credits_composition/wa.yaml | 392 ++ .../edge_cases/tanf/ca.yaml | 668 ++ .../edge_cases/tanf/co.yaml | 668 ++ .../edge_cases/tanf/federal.yaml | 668 ++ .../edge_cases/tanf/il.yaml | 668 ++ .../edge_cases/tanf/ma.yaml | 546 ++ .../edge_cases/tanf/nc.yaml | 668 ++ .../edge_cases/tanf/tx.yaml | 668 ++ .../edge_cases/tanf/wa.yaml | 546 ++ .../analytics_coverage/edge_cases/tx.yaml | 6152 ----------------- .../edge_cases/tx_ccs/tx.yaml | 132 + .../edge_cases/tx_dart/tx.yaml | 230 + .../edge_cases/tx_fpp/tx.yaml | 138 + .../edge_cases/tx_harris_rides/tx.yaml | 92 + .../analytics_coverage/edge_cases/wa.yaml | 6030 ---------------- .../wa_working_families_tax_credit/wa.yaml | 381 + .../analytics_coverage/edge_cases/wic/ca.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/co.yaml | 740 ++ .../edge_cases/wic/federal.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/il.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/la.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/ma.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/nc.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/tx.yaml | 740 ++ .../analytics_coverage/edge_cases/wic/wa.yaml | 740 ++ .../partners/analytics_coverage/il.yaml | 22 +- .../partners/analytics_coverage/nc.yaml | 128 +- .../partners/analytics_coverage/tx.yaml | 56 +- 240 files changed, 103962 insertions(+), 54560 deletions(-) create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_ala_general_assistance/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_child_care/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_2/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_3/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_capp/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_care/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_cdcc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_eitc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_fera/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_foster_youth_tax_credit/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_la_ez_save/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_renter_credit/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_general_relief/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_share_payment/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_state_supplement/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_yctc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_care_worker_credit/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_eitc_ctc/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_family_affordability_credit/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_oap/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_state_supplement/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_aabd/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_bcc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_ctc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc_ctc/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_fpp/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_hbwd/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_liheap/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_mpe/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la_general_relief/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_child_and_family_credit/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eaedc/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eitc/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_liheap/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_mbta/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_state_supplement/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc_scca/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_ccs/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_dart/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_fpp/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_harris_rides/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa_working_families_tax_credit/wa.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/federal.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml create mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index f4052003338..e420fdf6e3d 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 803 boundary cases across 14 programs (SNAP, state TANFs, EITC, CTC, CDCC, SSI, MSP, Medicaid, CHIP, ACA PTC) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 1,642 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml new file mode 100644 index 00000000000..db13c0ed363 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 8857.07 + premium_tax_credit: 8857.07 +- name: aca_ptc_employer_affordable_offer_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 2876.4 + premium_tax_credit: 2876.4 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml new file mode 100644 index 00000000000..cd3f703d248 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 16098.33 + premium_tax_credit: 16098.33 +- name: aca_ptc_employer_affordable_offer_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8775.84 + premium_tax_credit: 8775.84 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/federal.yaml new file mode 100644 index 00000000000..18e9aaa71a0 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/federal.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8069.78 + premium_tax_credit: 8069.78 +- name: aca_ptc_single_just_above_100pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8067.68 + premium_tax_credit: 8067.68 +- name: aca_ptc_single_just_below_400pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 20594.8 + premium_tax_credit: 20594.8 +- name: aca_ptc_employer_affordable_offer_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 11547.12 + premium_tax_credit: 11547.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml new file mode 100644 index 00000000000..afcca190145 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml new file mode 100644 index 00000000000..6071bf26881 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml new file mode 100644 index 00000000000..3243f15548a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 22715.49 + premium_tax_credit: 22715.49 +- name: aca_ptc_employer_affordable_offer_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 12605.0 + premium_tax_credit: 12605.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml new file mode 100644 index 00000000000..01f4e0d6f70 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 10223.66 + premium_tax_credit: 10223.66 +- name: aca_ptc_employer_affordable_offer_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 3552.92 + premium_tax_credit: 3552.91 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml new file mode 100644 index 00000000000..09d73e06aa3 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8069.78 + premium_tax_credit: 8069.78 +- name: aca_ptc_single_just_above_100pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8067.68 + premium_tax_credit: 8067.68 +- name: aca_ptc_single_just_below_400pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 20594.8 + premium_tax_credit: 20594.8 +- name: aca_ptc_employer_affordable_offer_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 11547.12 + premium_tax_credit: 11547.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml new file mode 100644 index 00000000000..fd9d5486498 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml @@ -0,0 +1,424 @@ +- name: aca_ptc_single_just_below_100pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_100pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 16000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_below_400pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 63700 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_single_just_above_400pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 64000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: aca_ptc_no_employer_offer_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 16031.66 + premium_tax_credit: 16031.66 +- name: aca_ptc_employer_affordable_offer_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: true + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 6428.09 + premium_tax_credit: 6428.09 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml deleted file mode 100644 index 68e132ebdd9..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca.yaml +++ /dev/null @@ -1,6152 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_54640 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54540 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_at_binding_gross_limit_54640 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54640 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_just_above_binding_gross_limit_54640 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54740 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 3338.39 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 3338.39 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2126.09 - is_snap_eligible: true -- name: snap_head_immigration_lpr (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 3338.39 - is_snap_eligible: true -- name: snap_head_immigration_refugee (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1171.32 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1150.02 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1285.92 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 3338.39 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5079.24 - is_snap_eligible: true -- name: tanf_income_just_below_state_threshold_26953 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 26853 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ca_tanf: 3553.5 - tanf: 3553.5 -- name: tanf_income_at_state_threshold_26953 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 26953 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_income_just_above_state_threshold_26953 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 27053 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_no_minor_children_in_unit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ca_tanf: 13380.0 - tanf: 13380.0 -- name: tanf_only_child_age_18 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id022 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: false - families: - family: - members: *id022 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - ca_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: false - families: - family: - members: *id025 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ca_tanf: 10608.0 - tanf: 10608.0 -- name: tanf_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id026 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: false - families: - family: - members: *id026 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - ca_tanf: 13380.0 - tanf: 13380.0 -- name: tanf_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id027 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - ca_tanf: 16152.0 - tanf: 16152.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 70819.62 -- name: ctc_joint_just_above_phase_out (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71300.19 -- name: ctc_earned_income_just_below_refundable_floor_2500 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id046 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id046 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id046 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id047 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id047 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id048 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: true - families: - family: - members: *id050 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id052 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id053 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: true - families: - family: - members: *id053 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: false - families: - family: - members: *id066 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: false - families: - family: - members: *id067 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_age_19_no_longer_chip_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_moderate_income_80k (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: true - families: - family: - members: *id078 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: false - families: - family: - members: *id082 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: false - families: - family: - members: *id083 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: true - families: - family: - members: *id084 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 16031.66 - premium_tax_credit: 16031.66 -- name: aca_ptc_employer_affordable_offer_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: true - families: - family: - members: *id085 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 6428.09 - premium_tax_credit: 6428.09 -- name: cashhealth_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: false - families: - family: - members: *id086 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: true - families: - family: - members: *id088 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: false - families: - family: - members: *id089 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id090 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id090 - tax_units: - tax_unit: - members: *id090 - tax_unit_is_joint: false - families: - family: - members: *id090 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id091 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS ANGELES COUNTY - spm_units: - spm_unit: - members: *id091 - tax_units: - tax_unit: - members: *id091 - tax_unit_is_joint: true - families: - family: - members: *id091 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_ala_general_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_ala_general_assistance/ca.yaml new file mode 100644 index 00000000000..6808da8491d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_ala_general_assistance/ca.yaml @@ -0,0 +1,100 @@ +- name: ca_ala_age_18_low_income (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 18 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + in_ala: true + in_la: false + in_riv: false + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_ala_general_assistance: 4032.0 + ca_ala_general_assistance_income_eligible: true +- name: ca_ala_age_17_too_young (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 17 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + in_ala: true + in_la: false + in_riv: false + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_ala_general_assistance: 0.0 + ca_ala_general_assistance_income_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_child_care/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_child_care/ca.yaml new file mode 100644 index 00000000000..3914dc3dac3 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_child_care/ca.yaml @@ -0,0 +1,114 @@ +- name: ca_calworks_cc_low_income_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: true +- name: ca_calworks_cc_no_child_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_calworks_child_care: 0.0 + ca_calworks_child_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_2/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_2/ca.yaml new file mode 100644 index 00000000000..fb7b1c3cd48 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_2/ca.yaml @@ -0,0 +1,137 @@ +- name: ca_calworks_stage_2_recently_exited (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: true + months_since_calworks_exit: 12 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false +- name: ca_calworks_stage_2_never_received_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + was_calworks_recipient: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_calworks_stage_2: 0.0 + ca_calworks_stage_2_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_3/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_3/ca.yaml new file mode 100644 index 00000000000..2702e725fc7 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_3/ca.yaml @@ -0,0 +1,69 @@ +- name: ca_calworks_stage_3_36_months_post_exit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: true + months_since_calworks_exit: 36 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_calworks_stage_3: 0.0 + ca_calworks_stage_3_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_capp/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_capp/ca.yaml new file mode 100644 index 00000000000..319804a3444 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_capp/ca.yaml @@ -0,0 +1,68 @@ +- name: ca_capp_alternative_to_calworks (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + was_calworks_recipient: false + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_capp: 0.0 + ca_capp_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_care/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_care/ca.yaml new file mode 100644 index 00000000000..41abcc55c11 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_care/ca.yaml @@ -0,0 +1,226 @@ +- name: ca_care_below_200pct_fpl_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + households: + household: + ca_care: 0.0 + ca_care_eligible: true +- name: ca_care_at_200pct_fpl_boundary (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 40000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + households: + household: + ca_care: 0.0 + ca_care_eligible: true +- name: ca_care_above_200pct_fpl_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 60000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + households: + household: + ca_care: 0.0 + ca_care_eligible: false +- name: ca_care_family_with_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + households: + household: + ca_care: 0.0 + ca_care_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_cdcc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_cdcc/ca.yaml new file mode 100644 index 00000000000..eb131041581 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_cdcc/ca.yaml @@ -0,0 +1,90 @@ +- name: ca_cdcc_with_qualifying_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 40000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_eitc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_eitc/ca.yaml new file mode 100644 index 00000000000..11cd171407f --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_eitc/ca.yaml @@ -0,0 +1,318 @@ +- name: ca_eitc_head_age_17_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 17 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 15000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_eitc_head_age_18_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 18 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 171.75 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 15000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_eitc_investment_income_at_3650 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 3650 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 171.75 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 18650.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_eitc_investment_income_above_3650_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 3700 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 171.75 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 18700.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_eitc_agi_at_first_phase_out_24099 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 24099 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 84.45 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 24099.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_eitc_agi_at_final_phase_out_32901 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32901 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id006 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 32901.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_fera/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_fera/ca.yaml new file mode 100644 index 00000000000..eac34e3acee --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_fera/ca.yaml @@ -0,0 +1,217 @@ +- name: ca_fera_3_person_in_200_250pct_band (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 45000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + households: + household: + ca_fera: 0.0 + ca_fera_eligible: false +- name: ca_fera_below_200pct_overlaps_care (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + households: + household: + ca_fera: 0.0 + ca_fera_eligible: false +- name: ca_fera_size_below_3_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 60000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + households: + household: + ca_fera: 0.0 + ca_fera_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_foster_youth_tax_credit/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_foster_youth_tax_credit/ca.yaml new file mode 100644 index 00000000000..77a5263d0a9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_foster_youth_tax_credit/ca.yaml @@ -0,0 +1,159 @@ +- name: ca_foster_youth_credit_age_25_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 25 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: true + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 171.75 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 1215.95 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 15000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_foster_youth_credit_age_26_no_longer_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 26 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: true + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 171.75 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 15000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_foster_youth_credit_not_in_foster_care_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 20 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 171.75 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 15000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_la_ez_save/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_la_ez_save/ca.yaml new file mode 100644 index 00000000000..dcfa7e730ff --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_la_ez_save/ca.yaml @@ -0,0 +1,94 @@ +- name: ca_la_ez_save_low_income (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + households: + household: + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: true +- name: ca_la_ez_save_above_income_limit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 60000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + households: + household: + ca_la_ez_save: 0.0 + ca_la_ez_save_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_renter_credit/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_renter_credit/ca.yaml new file mode 100644 index 00000000000..0ffacab82d5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_renter_credit/ca.yaml @@ -0,0 +1,138 @@ +- name: ca_renter_credit_rent_zero_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 50000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 50000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_renter_credit_joint_filer_with_rent (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 50000 + capital_gains: 0 + rent: 12000 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: false + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 120.0 + adjusted_gross_income: 50000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_general_relief/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_general_relief/ca.yaml new file mode 100644 index 00000000000..2c9d74dd1bc --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_general_relief/ca.yaml @@ -0,0 +1,100 @@ +- name: ca_riv_general_relief_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: true + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + in_ala: false + in_la: false + in_riv: true + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_riv_general_relief: 1266.0 + ca_riv_general_relief_eligible: true +- name: ca_riv_general_relief_fails_work_req (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + in_ala: false + in_la: false + in_riv: true + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_riv_general_relief: 0.0 + ca_riv_general_relief_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_share_payment/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_share_payment/ca.yaml new file mode 100644 index 00000000000..e0bb53634e9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_share_payment/ca.yaml @@ -0,0 +1,100 @@ +- name: ca_riv_share_low_income (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + in_ala: false + in_la: false + in_riv: true + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_riv_share_payment: 0.0 + ca_riv_share_eligible: true +- name: ca_riv_share_above_250pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 60000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + in_ala: false + in_la: false + in_riv: true + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_riv_share_payment: 0.0 + ca_riv_share_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_state_supplement/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_state_supplement/ca.yaml new file mode 100644 index 00000000000..4edb0195bfd --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_state_supplement/ca.yaml @@ -0,0 +1,106 @@ +- name: ca_state_supplement_aged_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 0.0 + spm_units: + spm_unit: + ca_state_supplement: 4101.72 +- name: ca_state_supplement_resources_above_2000_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 2001 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 0.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_yctc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_yctc/ca.yaml new file mode 100644 index 00000000000..ea272f8ecc8 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_yctc/ca.yaml @@ -0,0 +1,213 @@ +- name: ca_yctc_child_age_5_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ca_eitc: 410.16 + ca_eitc_eligible: true + ca_yctc: 1215.95 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_yctc_child_age_6_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ca_eitc: 410.16 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: ca_yctc_agi_at_phase_out_27425 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 27425 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ca_eitc: 174.1 + ca_eitc_eligible: true + ca_yctc: 1215.95 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 27425.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml new file mode 100644 index 00000000000..e726e739b68 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml new file mode 100644 index 00000000000..3fe98e2a65c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/federal.yaml new file mode 100644 index 00000000000..e48a0313353 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/federal.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml new file mode 100644 index 00000000000..daf0b2b7a7d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml new file mode 100644 index 00000000000..b2e6724f986 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml new file mode 100644 index 00000000000..27c7ded1ddf --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml new file mode 100644 index 00000000000..a3c9b30d7d2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml new file mode 100644 index 00000000000..13e2ede493a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml new file mode 100644 index 00000000000..82f5edbe7e1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml @@ -0,0 +1,554 @@ +- name: ccdf_child_age_12_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id001 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: true + is_ccdf_reason_for_care_eligible: true +- name: ccdf_child_age_13_age_out (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: true + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: true + households: + household: + members: &id002 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: true +- name: ccdf_no_reason_for_care (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false +- name: ccdf_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + spouse: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child1: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false + child2: + is_ccdf_eligible: false + is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml new file mode 100644 index 00000000000..ef897d96982 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml new file mode 100644 index 00000000000..593670078a5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/federal.yaml new file mode 100644 index 00000000000..57d558a5ea2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/federal.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml new file mode 100644 index 00000000000..1ae44aa99b4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml new file mode 100644 index 00000000000..9ac7071380f --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml new file mode 100644 index 00000000000..a262d396961 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml new file mode 100644 index 00000000000..68e6d764d0e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml new file mode 100644 index 00000000000..5c1c9acd81c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml new file mode 100644 index 00000000000..7673d7a910a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml @@ -0,0 +1,365 @@ +- name: cdcc_child_age_12_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_child_age_13_no_longer_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 13 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 3014.37 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1420.0 + cdcc: 0.0 + adjusted_gross_income: 40000.0 + income_tax: -4434.37 +- name: cdcc_agi_at_phase_out_start_15000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 1875.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 15000.0 + income_tax: -6127.0 +- name: cdcc_joint_at_amended_2nd_phase_out_150000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 150000.0 + income_tax: 13140.0 +- name: cdcc_zero_earned_income_no_credit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + spm_unit_pre_subsidy_childcare_expenses: 4000 + childcare_expenses: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + tax_unit_childcare_expenses: 4000 + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml new file mode 100644 index 00000000000..a6b8696abe1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 7331.77 + premium_tax_credit: 7331.77 +- name: chip_age_19_no_longer_chip_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 7331.77 + premium_tax_credit: 7331.77 +- name: chip_moderate_income_80k (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7619.77 + premium_tax_credit: 7619.77 +- name: chip_high_income_150k (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml new file mode 100644 index 00000000000..8fd143ca15c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 15460.03 + premium_tax_credit: 15460.03 +- name: chip_age_19_no_longer_chip_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 9989.03 + premium_tax_credit: 9989.03 +- name: chip_moderate_income_80k (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 11117.03 + premium_tax_credit: 11117.03 +- name: chip_high_income_150k (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/federal.yaml new file mode 100644 index 00000000000..8521e0e29a4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/federal.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 20165.48 + premium_tax_credit: 20165.48 +- name: chip_age_19_no_longer_chip_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 20372.79 + premium_tax_credit: 20372.79 +- name: chip_moderate_income_80k (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 15613.5 + premium_tax_credit: 15613.5 +- name: chip_high_income_150k (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml new file mode 100644 index 00000000000..69912e24b8d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_age_19_no_longer_chip_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 11050.36 + premium_tax_credit: 11050.36 +- name: chip_high_income_150k (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml new file mode 100644 index 00000000000..6d1faf62cdc --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml new file mode 100644 index 00000000000..895de6ab9fb --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21190.19 + premium_tax_credit: 21190.19 +- name: chip_age_19_no_longer_chip_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 15574.19 + premium_tax_credit: 15574.19 +- name: chip_moderate_income_80k (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17734.19 + premium_tax_credit: 17734.19 +- name: chip_high_income_150k (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml new file mode 100644 index 00000000000..72b7c9a471c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 13682.41 + premium_tax_credit: 13682.41 +- name: chip_age_19_no_longer_chip_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 8698.36 + premium_tax_credit: 8698.36 +- name: chip_moderate_income_80k (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 9418.36 + premium_tax_credit: 9418.36 +- name: chip_high_income_150k (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml new file mode 100644 index 00000000000..9d7ae34965e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 20165.48 + premium_tax_credit: 20165.48 +- name: chip_age_19_no_longer_chip_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 20372.79 + premium_tax_credit: 20372.79 +- name: chip_moderate_income_80k (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 15613.5 + premium_tax_credit: 15613.5 +- name: chip_high_income_150k (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml new file mode 100644 index 00000000000..ab4b06c89af --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml @@ -0,0 +1,416 @@ +- name: chip_child_age_18 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 21681.68 + premium_tax_credit: 21681.68 +- name: chip_age_19_no_longer_chip_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 60000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 14506.36 + premium_tax_credit: 14506.36 +- name: chip_moderate_income_80k (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 17062.36 + premium_tax_credit: 17062.36 +- name: chip_high_income_150k (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 150000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml deleted file mode 100644 index a750cd87c07..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co.yaml +++ /dev/null @@ -1,6152 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_54640 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54540 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_at_binding_gross_limit_54640 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54640 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_just_above_binding_gross_limit_54640 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54740 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 4700.99 - is_snap_eligible: true -- name: snap_head_immigration_lpr (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_immigration_refugee (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true -- name: tanf_income_just_below_state_threshold_6375 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6275 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - co_tanf: 5357.25 - tanf: 5357.25 -- name: tanf_income_at_state_threshold_6375 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6375 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_income_just_above_state_threshold_6375 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6475 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_no_minor_children_in_unit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - co_tanf: 7428.0 - tanf: 7428.0 -- name: tanf_only_child_age_18 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id022 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: false - families: - family: - members: *id022 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: false - families: - family: - members: *id025 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - co_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id026 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: false - families: - family: - members: *id026 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - co_tanf: 5124.0 - tanf: 5124.0 -- name: tanf_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id027 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - co_tanf: 7044.0 - tanf: 7044.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id046 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id046 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id046 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id047 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id047 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id048 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: true - families: - family: - members: *id050 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id052 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id053 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: true - families: - family: - members: *id053 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: false - families: - family: - members: *id066 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: false - families: - family: - members: *id067 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21681.68 - premium_tax_credit: 21681.68 -- name: chip_age_19_no_longer_chip_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_moderate_income_80k (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: true - families: - family: - members: *id078 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: false - families: - family: - members: *id082 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: false - families: - family: - members: *id083 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: true - families: - family: - members: *id084 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 22043.66 - premium_tax_credit: 22043.66 -- name: aca_ptc_employer_affordable_offer_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: true - families: - family: - members: *id085 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 12440.09 - premium_tax_credit: 12440.09 -- name: cashhealth_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: false - families: - family: - members: *id086 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: true - families: - family: - members: *id088 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: false - families: - family: - members: *id089 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id090 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id090 - tax_units: - tax_unit: - members: *id090 - tax_unit_is_joint: false - families: - family: - members: *id090 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id091 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE COUNTY - spm_units: - spm_unit: - members: *id091 - tax_units: - tax_unit: - members: *id091 - tax_unit_is_joint: true - families: - family: - members: *id091 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_care_worker_credit/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_care_worker_credit/co.yaml new file mode 100644 index 00000000000..b8f43f23a84 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_care_worker_credit/co.yaml @@ -0,0 +1,268 @@ +- name: co_care_worker_joint_1_eligible_worker (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 50000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: true + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 1200.0 + adjusted_gross_income: 50000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_care_worker_joint_2_eligible_workers_bonus (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 50000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: true + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: true + households: + household: + members: &id002 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 2400.0 + adjusted_gross_income: 50000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_care_worker_joint_above_140k_income_limit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 141000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: true + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 141000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_care_worker_single_above_75k_income_limit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 76000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: true + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 76000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_eitc_ctc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_eitc_ctc/co.yaml new file mode 100644 index 00000000000..663e086e74d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_eitc_ctc/co.yaml @@ -0,0 +1,94 @@ +- name: co_eitc_ctc_joint_with_child_moderate_income (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 1106.75 + co_ctc: 1200.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 3273.0 + co_state_supplement: 0.0 + co_oap: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_family_affordability_credit/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_family_affordability_credit/co.yaml new file mode 100644 index 00000000000..90ec8e1c45e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_family_affordability_credit/co.yaml @@ -0,0 +1,470 @@ +- name: co_family_affordability_child_age_5_full_multiplier (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 10000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 850.0 + co_ctc: 1200.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 10000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 3273.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_family_affordability_child_age_6_75pct_multiplier (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 10000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 850.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 10000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 2454.75 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_family_affordability_child_age_16_75pct_multiplier (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 10000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 850.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 10000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 2454.75 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_family_affordability_child_age_17_zero_multiplier (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 10000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 850.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 10000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_family_affordability_joint_at_25k_reduction_threshold (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 25000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 1106.75 + co_ctc: 1200.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 25000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 3273.0 + co_state_supplement: 0.0 + co_oap: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_oap/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_oap/co.yaml new file mode 100644 index 00000000000..2c11ef8709e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_oap/co.yaml @@ -0,0 +1,104 @@ +- name: co_oap_age_60_single_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 12060.0 +- name: co_oap_single_resources_above_1500_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 1501 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 12060.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_state_supplement/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_state_supplement/co.yaml new file mode 100644 index 00000000000..cfa0b80d6b6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_state_supplement/co.yaml @@ -0,0 +1,104 @@ +- name: co_state_supplement_age_59_disabled_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: co_state_supplement_age_60_no_longer_supplement_now_oap (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 132.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml new file mode 100644 index 00000000000..20096476152 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml new file mode 100644 index 00000000000..2d0a7d2805d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/federal.yaml new file mode 100644 index 00000000000..797ec787b5b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/federal.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml new file mode 100644 index 00000000000..c273b8cd184 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml new file mode 100644 index 00000000000..415d06759d4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml new file mode 100644 index 00000000000..4fddd58656b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml new file mode 100644 index 00000000000..78101614b3b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml new file mode 100644 index 00000000000..9b4e12a8cc9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml new file mode 100644 index 00000000000..a1c20500327 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml @@ -0,0 +1,525 @@ +- name: csfp_age_59_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_age_60_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_low_income (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 10000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_age_65_above_income_limit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 30000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + commodity_supplemental_food_program: 601.0 +- name: csfp_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 +- name: csfp_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + commodity_supplemental_food_program: 0.0 + spouse: + commodity_supplemental_food_program: 0.0 + child1: + commodity_supplemental_food_program: 0.0 + child2: + commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml new file mode 100644 index 00000000000..5bad3d035e8 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 70819.62 +- name: ctc_joint_just_above_phase_out (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71300.19 +- name: ctc_earned_income_just_below_refundable_floor_2500 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml new file mode 100644 index 00000000000..c127ac77258 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/federal.yaml new file mode 100644 index 00000000000..6bcb9233ffa --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/federal.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml new file mode 100644 index 00000000000..e75b5ae172e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml new file mode 100644 index 00000000000..fb17500fa0d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml new file mode 100644 index 00000000000..6898a29935a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml new file mode 100644 index 00000000000..897e720c8c1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml new file mode 100644 index 00000000000..c2da188ea62 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml new file mode 100644 index 00000000000..3f632d92dfc --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml @@ -0,0 +1,420 @@ +- name: ctc_child_age_16_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 16 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 3040.0 +- name: ctc_child_age_17_no_longer_qualifying (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 80000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 80000.0 + income_tax: 4740.0 +- name: ctc_joint_just_below_phase_out_400000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 399000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 399000.0 + income_tax: 71028.0 +- name: ctc_joint_just_above_phase_out (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 401000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 2150.0 + ctc_value: 2150.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 401000.0 + income_tax: 71558.0 +- name: ctc_earned_income_just_below_refundable_floor_2500 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2499 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 849.66 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 2499.0 + income_tax: -849.66 +- name: ctc_earned_income_just_above_refundable_floor (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 2600 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 884.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 15.0 + refundable_ctc: 15.0 + cdcc: 0.0 + adjusted_gross_income: 2600.0 + income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml new file mode 100644 index 00000000000..b0bcad5d431 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 24405.06 +- name: early_head_start_infant_age_0 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 24405.06 +- name: early_head_start_child_age_2_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 24405.06 +- name: early_head_start_age_out_at_3 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml new file mode 100644 index 00000000000..26ccf5dc5e6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 20599.17 +- name: early_head_start_infant_age_0 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 20599.17 +- name: early_head_start_child_age_2_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 20599.17 +- name: early_head_start_age_out_at_3 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/federal.yaml new file mode 100644 index 00000000000..cf3575784b6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/federal.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 20778.94 +- name: early_head_start_infant_age_0 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 20778.94 +- name: early_head_start_child_age_2_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 20778.94 +- name: early_head_start_age_out_at_3 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml new file mode 100644 index 00000000000..eb9c2157d91 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 21045.67 +- name: early_head_start_infant_age_0 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 21045.67 +- name: early_head_start_child_age_2_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 21045.67 +- name: early_head_start_age_out_at_3 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml new file mode 100644 index 00000000000..60e84cfa37b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 21160.63 +- name: early_head_start_infant_age_0 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 21160.63 +- name: early_head_start_child_age_2_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 21160.63 +- name: early_head_start_age_out_at_3 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml new file mode 100644 index 00000000000..a50616893e2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 22650.34 +- name: early_head_start_infant_age_0 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 22650.34 +- name: early_head_start_child_age_2_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 22650.34 +- name: early_head_start_age_out_at_3 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml new file mode 100644 index 00000000000..47feb1911ae --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 23897.42 +- name: early_head_start_infant_age_0 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 23897.42 +- name: early_head_start_child_age_2_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 23897.42 +- name: early_head_start_age_out_at_3 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml new file mode 100644 index 00000000000..098e2c66182 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 20778.94 +- name: early_head_start_infant_age_0 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 20778.94 +- name: early_head_start_child_age_2_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 20778.94 +- name: early_head_start_age_out_at_3 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml new file mode 100644 index 00000000000..ade333c2c7a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml @@ -0,0 +1,576 @@ +- name: early_head_start_pregnant_adult (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 24119.8 +- name: early_head_start_infant_age_0 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 24119.8 +- name: early_head_start_child_age_2_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 24119.8 +- name: early_head_start_age_out_at_3 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + early_head_start: 0.0 +- name: early_head_start_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 +- name: early_head_start_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 +- name: early_head_start_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 +- name: early_head_start_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + early_head_start: 0.0 + spouse: + early_head_start: 0.0 + child1: + early_head_start: 0.0 + child2: + early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml new file mode 100644 index 00000000000..233009d1839 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml new file mode 100644 index 00000000000..0f2c7e5c521 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/federal.yaml new file mode 100644 index 00000000000..797ed5d6883 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/federal.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml new file mode 100644 index 00000000000..ad20deaab26 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml new file mode 100644 index 00000000000..58a8f127f64 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml new file mode 100644 index 00000000000..2dac634773d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml new file mode 100644 index 00000000000..1e2b73ce3ca --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml new file mode 100644 index 00000000000..93dc1d6ab1d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml new file mode 100644 index 00000000000..f87f81e4950 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml @@ -0,0 +1,619 @@ +- name: eitc_joint_1child_just_below_phase_out_start_31160 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31060 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31060.0 + income_tax: -6127.0 +- name: eitc_joint_1child_at_phase_out_start_31160 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 31160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 31160.0 + income_tax: -6127.0 +- name: eitc_joint_1child_above_phase_out_start (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 32160 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4267.2 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32160.0 + income_tax: -5967.2 +- name: eitc_investment_income_just_below_cap_12200 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12199 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.97 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32199.0 + income_tax: -5960.97 +- name: eitc_investment_income_above_cap (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + capital_gains: 12201 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4260.65 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 32201.0 + income_tax: -5960.65 +- name: eitc_qualifying_child_age_18_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_qualifying_child_age_19_ineligible_non_student (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: eitc_qualifying_child_age_19_student_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: true + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 500.0 + ctc_value: 500.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -4427.0 +- name: eitc_joint_no_children_phase_out_start_18140 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml new file mode 100644 index 00000000000..eed92b264ed --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml new file mode 100644 index 00000000000..8c28cb736ab --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/federal.yaml new file mode 100644 index 00000000000..2189a29d200 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/federal.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7983.68 + premium_tax_credit: 7983.68 +- name: cashhealth_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml new file mode 100644 index 00000000000..c033da616d2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml new file mode 100644 index 00000000000..c34fbc18abf --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml new file mode 100644 index 00000000000..165998275e5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml new file mode 100644 index 00000000000..d2b9180e829 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml new file mode 100644 index 00000000000..3552d0eabb3 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7983.68 + premium_tax_credit: 7983.68 +- name: cashhealth_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml new file mode 100644 index 00000000000..05add974655 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml @@ -0,0 +1,502 @@ +- name: cashhealth_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: cashhealth_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child2: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml new file mode 100644 index 00000000000..9efb5fc776d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml new file mode 100644 index 00000000000..f9d5a2a69f6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/federal.yaml new file mode 100644 index 00000000000..08f33d93655 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/federal.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml new file mode 100644 index 00000000000..762f0f1f53d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml new file mode 100644 index 00000000000..913d1f3fe33 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml new file mode 100644 index 00000000000..50f9b51e815 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml new file mode 100644 index 00000000000..05738feb0b2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml new file mode 100644 index 00000000000..b422a75d7b7 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml new file mode 100644 index 00000000000..2fc4cad6de1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml @@ -0,0 +1,363 @@ +- name: fedtax_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: 390.0 +- name: fedtax_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + eitc: 0.0 + eitc_eligible: false + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 0.0 + income_tax: 0.0 +- name: fedtax_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + eitc: 521.71 + eitc_eligible: true + ctc: 0.0 + ctc_value: 0.0 + refundable_ctc: 0.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -521.71 +- name: fedtax_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + eitc: 4427.0 + eitc_eligible: true + ctc: 2200.0 + ctc_value: 2200.0 + refundable_ctc: 1700.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -6127.0 +- name: fedtax_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 +- name: fedtax_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_full_time_student: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + is_full_time_student: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + eitc: 7316.0 + eitc_eligible: true + ctc: 4400.0 + ctc_value: 2625.0 + refundable_ctc: 2625.0 + cdcc: 0.0 + adjusted_gross_income: 20000.0 + income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml deleted file mode 100644 index 0f58b93a50a..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal.yaml +++ /dev/null @@ -1,6152 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_45078 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 44978 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_at_binding_gross_limit_45078 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 45078 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_just_above_binding_gross_limit_45078 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 45178 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 4700.99 - is_snap_eligible: true -- name: snap_head_immigration_lpr (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_immigration_refugee (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true -- name: tanf_income_just_below_state_threshold_5187 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5087 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 2572.51 - tanf: 2572.51 -- name: tanf_income_at_state_threshold_5187 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5187 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_income_just_above_state_threshold_5187 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5287 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_no_minor_children_in_unit (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 5016.0 - tanf: 5016.0 -- name: tanf_only_child_age_18 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id022 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: false - families: - family: - members: *id022 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: false - families: - family: - members: *id025 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_3_single_parent_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id026 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: false - families: - family: - members: *id026 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_4_couple_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id027 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id046 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id046 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id046 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id047 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id047 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id048 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: true - families: - family: - members: *id050 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id052 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id053 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: true - families: - family: - members: *id053 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: false - families: - family: - members: *id066 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: false - families: - family: - members: *id067 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8134.09 - premium_tax_credit: 8134.08 -- name: medicaid_adult_above_138pct_fpl (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21681.68 - premium_tax_credit: 21681.68 -- name: chip_age_19_no_longer_chip_eligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21901.73 - premium_tax_credit: 21901.73 -- name: chip_moderate_income_80k (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: true - families: - family: - members: *id078 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8586.1 - premium_tax_credit: 8586.1 -- name: aca_ptc_single_just_above_100pct_fpl (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8584.0 - premium_tax_credit: 8584.0 -- name: aca_ptc_single_just_below_400pct_fpl (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: false - families: - family: - members: *id082 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: false - families: - family: - members: *id083 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: true - families: - family: - members: *id084 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 22043.66 - premium_tax_credit: 22043.66 -- name: aca_ptc_employer_affordable_offer_ineligible (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: true - families: - family: - members: *id085 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 12440.09 - premium_tax_credit: 12440.09 -- name: cashhealth_size_1_single_adult_age_30 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: false - families: - family: - members: *id086 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8500.0 - premium_tax_credit: 8500.0 -- name: cashhealth_size_1_single_elderly_age_65 (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: true - families: - family: - members: *id088 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: false - families: - family: - members: *id089 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id090 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id090 - tax_units: - tax_unit: - members: *id090 - tax_unit_is_joint: false - families: - family: - members: *id090 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (federal) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id091 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id091 - tax_units: - tax_unit: - members: *id091 - tax_unit_is_joint: true - families: - family: - members: *id091 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml new file mode 100644 index 00000000000..53d8c276ee1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 20347.29 +- name: head_start_child_age_5_age_out (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 20347.29 +- name: head_start_above_income_limit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 20347.29 +- name: head_start_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 20347.29 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml new file mode 100644 index 00000000000..87e44897488 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 14455.53 +- name: head_start_child_age_5_age_out (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 14455.53 +- name: head_start_above_income_limit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 14455.53 +- name: head_start_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 14455.53 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/federal.yaml new file mode 100644 index 00000000000..f4ac68688b3 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/federal.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 11803.89 +- name: head_start_child_age_5_age_out (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 11803.89 +- name: head_start_above_income_limit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 11803.89 +- name: head_start_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 11803.89 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml new file mode 100644 index 00000000000..ef4739cebcb --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 15695.13 +- name: head_start_child_age_5_age_out (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 15695.13 +- name: head_start_above_income_limit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 15695.13 +- name: head_start_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 15695.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml new file mode 100644 index 00000000000..0390021bf7e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 12093.02 +- name: head_start_child_age_5_age_out (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 12093.02 +- name: head_start_above_income_limit (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 12093.02 +- name: head_start_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 12093.02 +- name: head_start_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 12093.02 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml new file mode 100644 index 00000000000..275d985fed9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 17385.39 +- name: head_start_child_age_5_age_out (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 17385.39 +- name: head_start_above_income_limit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 17385.39 +- name: head_start_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 17385.39 +- name: head_start_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 17385.39 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml new file mode 100644 index 00000000000..b0841946ae2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 13199.14 +- name: head_start_child_age_5_age_out (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 13199.14 +- name: head_start_above_income_limit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 13199.14 +- name: head_start_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 13199.14 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml new file mode 100644 index 00000000000..07b6bd0981b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 11803.89 +- name: head_start_child_age_5_age_out (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 11803.89 +- name: head_start_above_income_limit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 11803.89 +- name: head_start_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 11803.89 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml new file mode 100644 index 00000000000..d6195beccfb --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml @@ -0,0 +1,651 @@ +- name: head_start_child_age_2_too_young (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_child_age_3_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 19066.57 +- name: head_start_child_age_5_age_out (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_low_income_age_4 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 19066.57 +- name: head_start_above_income_limit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 19066.57 +- name: head_start_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + head_start: 0.0 +- name: head_start_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 +- name: head_start_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 +- name: head_start_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 19066.57 +- name: head_start_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: true + families: + family: + members: *id011 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + head_start: 0.0 + spouse: + head_start: 0.0 + child1: + head_start: 0.0 + child2: + head_start: 19066.57 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml new file mode 100644 index 00000000000..f84b0c0a6d8 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml new file mode 100644 index 00000000000..4581a42e3e6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/federal.yaml new file mode 100644 index 00000000000..15da1cd30d6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/federal.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml new file mode 100644 index 00000000000..2c5c4422d49 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml new file mode 100644 index 00000000000..ba922b8be27 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml new file mode 100644 index 00000000000..f5c776c4426 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml new file mode 100644 index 00000000000..82d8136027f --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml new file mode 100644 index 00000000000..80d4f2399cb --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml new file mode 100644 index 00000000000..cf04d1207b5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml @@ -0,0 +1,431 @@ +- name: housing_assistance_receives_true (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + receives_housing_assistance: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_receives_false (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + receives_housing_assistance: false + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 +- name: housing_assistance_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml deleted file mode 100644 index 2a38d1b1f4d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il.yaml +++ /dev/null @@ -1,6152 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_45078 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 44978 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_at_binding_gross_limit_45078 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 45078 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_just_above_binding_gross_limit_45078 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 45178 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 4700.99 - is_snap_eligible: true -- name: snap_head_immigration_lpr (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_immigration_refugee (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true -- name: tanf_income_just_below_state_threshold_13710 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 13610 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - il_tanf: 4996.12 - tanf: 4996.12 -- name: tanf_income_at_state_threshold_13710 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 13710 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_income_just_above_state_threshold_13710 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 13810 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_no_minor_children_in_unit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - il_tanf: 9386.12 - tanf: 9386.12 -- name: tanf_only_child_age_18 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id022 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: false - families: - family: - members: *id022 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - il_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: false - families: - family: - members: *id025 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - il_tanf: 5945.37 - tanf: 5945.37 -- name: tanf_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id026 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: false - families: - family: - members: *id026 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - il_tanf: 7886.12 - tanf: 7886.12 -- name: tanf_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id027 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - il_tanf: 9826.88 - tanf: 9826.88 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id046 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id046 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id046 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id047 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id047 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id048 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: true - families: - family: - members: *id050 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id052 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id053 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: true - families: - family: - members: *id053 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: false - families: - family: - members: *id066 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: false - families: - family: - members: *id067 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_age_19_no_longer_chip_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_moderate_income_80k (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: true - families: - family: - members: *id078 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 11050.36 - premium_tax_credit: 11050.36 -- name: chip_high_income_150k (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: false - families: - family: - members: *id082 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: false - families: - family: - members: *id083 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: true - families: - family: - members: *id084 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 16031.66 - premium_tax_credit: 16031.66 -- name: aca_ptc_employer_affordable_offer_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: true - families: - family: - members: *id085 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 6428.09 - premium_tax_credit: 6428.09 -- name: cashhealth_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: false - families: - family: - members: *id086 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: true - families: - family: - members: *id088 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: false - families: - family: - members: *id089 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id090 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id090 - tax_units: - tax_unit: - members: *id090 - tax_unit_is_joint: false - families: - family: - members: *id090 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id091 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK COUNTY - spm_units: - spm_unit: - members: *id091 - tax_units: - tax_unit: - members: *id091 - tax_unit_is_joint: true - families: - family: - members: *id091 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_aabd/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_aabd/il.yaml new file mode 100644 index 00000000000..92011c394cd --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_aabd/il.yaml @@ -0,0 +1,138 @@ +- name: il_aabd_aged_65_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_aabd_person: 0.0 +- name: il_aabd_disabled_age_64 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_aabd_person: 0.0 +- name: il_aabd_not_aged_blind_disabled_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_aabd_person: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_bcc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_bcc/il.yaml new file mode 100644 index 00000000000..ce7abd7cad4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_bcc/il.yaml @@ -0,0 +1,138 @@ +- name: il_bcc_age_64_female_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: true + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_bcc_eligible: false +- name: il_bcc_age_65_age_out (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: true + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_bcc_eligible: false +- name: il_bcc_no_qualifying_coverage (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 40 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_bcc_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_ctc/il.yaml new file mode 100644 index 00000000000..673cc27339a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_ctc/il.yaml @@ -0,0 +1,160 @@ +- name: il_ctc_child_age_11 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 11 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + il_eitc: 885.4 + il_ctc: 354.16 + adjusted_gross_income: 20000.0 +- name: il_ctc_child_age_12_at_state_age_limit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 12 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + il_eitc: 885.4 + il_ctc: 0.0 + adjusted_gross_income: 20000.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc/il.yaml new file mode 100644 index 00000000000..06fcad83207 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc/il.yaml @@ -0,0 +1,46 @@ +- name: il_eitc_childless_filer (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + il_eitc: 69.46 + il_ctc: 0.0 + adjusted_gross_income: 15000.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc_ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc_ctc/il.yaml new file mode 100644 index 00000000000..6aedaa30cf3 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc_ctc/il.yaml @@ -0,0 +1,80 @@ +- name: il_eitc_ctc_joint_with_child_moderate_income (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + il_eitc: 885.4 + il_ctc: 354.16 + adjusted_gross_income: 20000.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_fpp/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_fpp/il.yaml new file mode 100644 index 00000000000..9ed57064194 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_fpp/il.yaml @@ -0,0 +1,46 @@ +- name: il_fpp_female_adult (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_fpp_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_hbwd/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_hbwd/il.yaml new file mode 100644 index 00000000000..db88e61baa4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_hbwd/il.yaml @@ -0,0 +1,235 @@ +- name: il_hbwd_age_15_too_young (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 15 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_hbwd_eligible: false + il_hbwd_person: 0.0 +- name: il_hbwd_age_16_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 16 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_hbwd_eligible: true + il_hbwd_person: -156.0 +- name: il_hbwd_age_64_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_hbwd_eligible: true + il_hbwd_person: -156.0 +- name: il_hbwd_age_65_age_out (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_hbwd_eligible: false + il_hbwd_person: 0.0 +- name: il_hbwd_not_disabled_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_hbwd_eligible: false + il_hbwd_person: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_liheap/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_liheap/il.yaml new file mode 100644 index 00000000000..e2fdc2a19d7 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_liheap/il.yaml @@ -0,0 +1,92 @@ +- name: il_liheap_low_income (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + il_liheap_income_eligible: true +- name: il_liheap_above_200pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 60000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + il_liheap_income_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_mpe/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_mpe/il.yaml new file mode 100644 index 00000000000..ad9c629d69f --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_mpe/il.yaml @@ -0,0 +1,138 @@ +- name: il_mpe_pregnant_low_income (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: true + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_mpe_eligible: true +- name: il_mpe_not_pregnant_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_mpe_eligible: false +- name: il_mpe_pregnant_above_200pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: true + is_female: false + immigration_status_str: CITIZEN + employment_income: 50000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + il_mpe_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml deleted file mode 100644 index 47926dfdaf5..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la.yaml +++ /dev/null @@ -1,5484 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_54640 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54540 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_at_binding_gross_limit_54640 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54640 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_just_above_binding_gross_limit_54640 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54740 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 3688.49 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 3688.49 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2957.69 - is_snap_eligible: true -- name: snap_head_immigration_lpr (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 3688.49 - is_snap_eligible: true -- name: snap_head_immigration_refugee (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 804.42 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 804.42 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1193.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 3688.49 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5958.54 - is_snap_eligible: true -- name: eitc_joint_1child_just_below_phase_out_start_31160 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id019 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id022 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: true - families: - family: - members: *id022 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id023 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: true - families: - family: - members: *id023 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id024 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id025 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: true - families: - family: - members: *id025 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id026 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: true - families: - family: - members: *id026 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id027 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id031 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id032 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id033 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id034 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id035 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id036 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: false - families: - family: - members: *id036 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: false - families: - family: - members: *id037 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: false - families: - family: - members: *id039 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: false - families: - family: - members: *id040 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id042 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: false - families: - family: - members: *id042 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id043 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id043 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: false - families: - family: - members: *id043 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id044 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id044 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: false - families: - family: - members: *id044 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id045 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id045 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: false - families: - family: - members: *id045 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id046 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id046 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: false - families: - family: - members: *id046 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id047 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id047 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: false - families: - family: - members: *id047 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id048 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id049 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id050 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: false - families: - family: - members: *id050 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id051 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id052 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id053 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: false - families: - family: - members: *id053 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: true - families: - family: - members: *id056 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: true - families: - family: - members: *id057 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: true - families: - family: - members: *id058 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: true - families: - family: - members: *id059 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: true - families: - family: - members: *id060 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: true - families: - family: - members: *id061 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: true - families: - family: - members: *id064 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21681.68 - premium_tax_credit: 21681.68 -- name: chip_age_19_no_longer_chip_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: true - families: - family: - members: *id065 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_moderate_income_80k (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: true - families: - family: - members: *id066 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: true - families: - family: - members: *id067 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: false - families: - family: - members: *id068 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: false - families: - family: - members: *id069 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: false - families: - family: - members: *id070 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: false - families: - family: - members: *id071 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 16031.66 - premium_tax_credit: 16031.66 -- name: aca_ptc_employer_affordable_offer_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 6428.09 - premium_tax_credit: 6428.09 -- name: cashhealth_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: false - families: - family: - members: *id077 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: false - families: - family: - members: *id078 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS PARISH - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la_general_relief/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la_general_relief/la.yaml new file mode 100644 index 00000000000..2def955bff1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la_general_relief/la.yaml @@ -0,0 +1,94 @@ +- name: la_general_relief_low_income_adult (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + la_general_relief: 0.0 + la_general_relief_eligible: false +- name: la_general_relief_with_income (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + la_general_relief: 0.0 + la_general_relief_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml new file mode 100644 index 00000000000..1ff0bb3eec2 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml new file mode 100644 index 00000000000..8d59a086778 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/federal.yaml new file mode 100644 index 00000000000..d6f55a52cd6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/federal.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml new file mode 100644 index 00000000000..c261eeacdd4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml new file mode 100644 index 00000000000..9af29fe71e9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml new file mode 100644 index 00000000000..3d088bede87 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml new file mode 100644 index 00000000000..f0e762840c8 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml new file mode 100644 index 00000000000..7d762ca0650 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml new file mode 100644 index 00000000000..4288305192c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml @@ -0,0 +1,437 @@ +- name: lifeline_just_below_135pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21500 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_just_above_135pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 21600 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true +- name: lifeline_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + lifeline: 0.0 + is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml deleted file mode 100644 index 2907895cecd..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma.yaml +++ /dev/null @@ -1,6030 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_54640 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54540 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_at_binding_gross_limit_54640 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54640 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_just_above_binding_gross_limit_54640 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54740 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2319.59 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2319.59 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1586.09 - is_snap_eligible: true -- name: snap_head_immigration_lpr (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2319.59 - is_snap_eligible: true -- name: snap_head_immigration_refugee (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 2169.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 4277.34 - is_snap_eligible: true -- name: tanf_zero_income_no_state_benefit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ma_tafdc: 10376.0 - tanf: 10376.0 -- name: tanf_no_minor_children_in_unit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - ma_tafdc: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ma_tafdc: 10376.0 - tanf: 10376.0 -- name: tanf_only_child_age_18 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ma_tafdc: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id020 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: false - families: - family: - members: *id020 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - ma_tafdc: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: false - families: - family: - members: *id021 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - ma_tafdc: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id022 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: true - families: - family: - members: *id022 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - ma_tafdc: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - ma_tafdc: 8756.0 - tanf: 8756.0 -- name: tanf_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: false - families: - family: - members: *id024 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - ma_tafdc: 10876.0 - tanf: 10876.0 -- name: tanf_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: true - families: - family: - members: *id025 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - ma_tafdc: 12424.0 - tanf: 12424.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id026 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: true - families: - family: - members: *id026 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id027 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id041 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id042 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id046 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id046 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: false - families: - family: - members: *id046 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id047 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: false - families: - family: - members: *id047 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id048 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: true - families: - family: - members: *id048 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: false - families: - family: - members: *id050 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: true - families: - family: - members: *id051 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id052 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id053 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: false - families: - family: - members: *id053 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: true - families: - family: - members: *id066 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: true - families: - family: - members: *id067 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: false - families: - family: - members: *id072 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: false - families: - family: - members: *id073 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 9395.89 - premium_tax_credit: 9395.88 -- name: chip_child_age_18 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: true - families: - family: - members: *id074 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 23002.52 - premium_tax_credit: 23002.52 -- name: chip_age_19_no_longer_chip_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: true - families: - family: - members: *id075 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 16990.52 - premium_tax_credit: 16990.52 -- name: chip_moderate_income_80k (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 19546.52 - premium_tax_credit: 19546.52 -- name: chip_high_income_150k (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: false - families: - family: - members: *id078 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: false - families: - family: - members: *id079 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: true - families: - family: - members: *id082 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 24527.82 - premium_tax_credit: 24527.82 -- name: aca_ptc_employer_affordable_offer_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: true - families: - family: - members: *id083 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 13704.41 - premium_tax_credit: 13704.41 -- name: cashhealth_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: false - families: - family: - members: *id084 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: false - families: - family: - members: *id085 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: true - families: - family: - members: *id086 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: false - families: - family: - members: *id088 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: true - families: - family: - members: *id089 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_child_and_family_credit/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_child_and_family_credit/ma.yaml new file mode 100644 index 00000000000..a62feb94b08 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_child_and_family_credit/ma.yaml @@ -0,0 +1,328 @@ +- name: ma_child_family_credit_child_age_17 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ma_eitc: 1205.75 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 40000.0 + people: + head: + ma_state_supplement: 0.0 + spouse: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 0.0 +- name: ma_child_family_credit_dependent_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ma_eitc: 1205.75 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 40000.0 + people: + head: + ma_state_supplement: 0.0 + spouse: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 0.0 +- name: ma_child_family_credit_disabled_dependent_age_20 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 40000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 20 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ma_eitc: 0.0 + ma_child_and_family_credit: 440.0 + adjusted_gross_income: 40000.0 + people: + head: + ma_state_supplement: 0.0 + spouse: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 1372.68 +- name: ma_child_family_credit_elderly_head_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 63 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + ma_eitc: 208.68 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 1545.84 + spouse: + ma_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eaedc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eaedc/ma.yaml new file mode 100644 index 00000000000..d2338623709 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eaedc/ma.yaml @@ -0,0 +1,96 @@ +- name: ma_eaedc_disabled_arrangement_a (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 10000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: true + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_eaedc: 4812.0 +- name: ma_eaedc_elderly_arrangement_a (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 5000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + ma_eaedc_living_arrangement: A + ma_eaedc_non_financial_eligible: true + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_eaedc: 4812.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eitc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eitc/ma.yaml new file mode 100644 index 00000000000..bb5e745806b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eitc/ma.yaml @@ -0,0 +1,87 @@ +- name: ma_eitc_joint_with_child_moderate_income (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ma_eitc: 1770.8 + ma_child_and_family_credit: 440.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 0.0 + spouse: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_liheap/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_liheap/ma.yaml new file mode 100644 index 00000000000..3efa1f30a92 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_liheap/ma.yaml @@ -0,0 +1,92 @@ +- name: ma_liheap_low_income (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_liheap: 0.0 +- name: ma_liheap_above_60pct_smi (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 70000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_liheap: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_mbta/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_mbta/ma.yaml new file mode 100644 index 00000000000..c2dc34cb1db --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_mbta/ma.yaml @@ -0,0 +1,144 @@ +- name: ma_mbta_age_64_not_senior (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: false + ma_mbta_income_eligible_reduced_fare_eligible: true +- name: ma_mbta_age_65_senior (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ma_mbta_senior_charlie_card_eligible: true + ma_mbta_tap_charlie_card_eligible: true + ma_mbta_income_eligible_reduced_fare_eligible: false +- name: ma_mbta_disabled_tap_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ma_mbta_senior_charlie_card_eligible: false + ma_mbta_tap_charlie_card_eligible: true + ma_mbta_income_eligible_reduced_fare_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_state_supplement/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_state_supplement/ma.yaml new file mode 100644 index 00000000000..f30fed34b3b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_state_supplement/ma.yaml @@ -0,0 +1,49 @@ +- name: ma_state_supplement_aged_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ma_eitc: 0.0 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + ma_state_supplement: 1545.84 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml new file mode 100644 index 00000000000..9059e93401e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 4648.1 + premium_tax_credit: 4648.1 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml new file mode 100644 index 00000000000..0b3f69451fd --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 5894.4 + premium_tax_credit: 5894.4 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/federal.yaml new file mode 100644 index 00000000000..8bfb14bf6a9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/federal.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7617.76 + premium_tax_credit: 7617.76 +- name: medicaid_adult_above_138pct_fpl (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7496.8 + premium_tax_credit: 7496.8 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml new file mode 100644 index 00000000000..a6546ac5768 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml new file mode 100644 index 00000000000..50eb21db9a5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml new file mode 100644 index 00000000000..18a8231b3dc --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8717.26 + premium_tax_credit: 8717.26 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml new file mode 100644 index 00000000000..f39e708dcf3 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 5289.05 + premium_tax_credit: 5289.05 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml new file mode 100644 index 00000000000..12b6225d158 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7617.76 + premium_tax_credit: 7617.76 +- name: medicaid_adult_above_138pct_fpl (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 7496.8 + premium_tax_credit: 7496.8 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml new file mode 100644 index 00000000000..c3e6d1a340d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml @@ -0,0 +1,786 @@ +- name: medicaid_pregnant_adult (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + immigration_status_str: CITIZEN + employment_income: 20000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_infant_age_0 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_1 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_young_child_age_5 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_6 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_older_child_age_18 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 3258.31 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_age_19_adult_category (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + child1: + age: 19 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + spouse: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 4367.51 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + child1: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_at_138pct_fpl_expansion (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: medicaid_adult_above_138pct_fpl (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 23000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id009 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: true + tax_units: + tax_unit: + aca_ptc: 8013.13 + premium_tax_credit: 8013.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml new file mode 100644 index 00000000000..3ade70ea28e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml new file mode 100644 index 00000000000..2d70be6e9b6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/federal.yaml new file mode 100644 index 00000000000..010f7fda3d4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/federal.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml new file mode 100644 index 00000000000..cf3b5d6186e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml new file mode 100644 index 00000000000..d051d1a58cb --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml new file mode 100644 index 00000000000..2c2596bac3e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml new file mode 100644 index 00000000000..4ac74c9849d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml new file mode 100644 index 00000000000..04f9fc07f6b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml new file mode 100644 index 00000000000..314f8315d99 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml @@ -0,0 +1,270 @@ +- name: msp_medicare_at_100pct_fpl_qmb (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15900 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4488.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_115pct_fpl_slmb (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 17500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 3688.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_128pct_fpl_qi (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 20500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 2188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_medicare_above_135pct_fpl_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 22500 + is_medicare_eligible: true + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 1188.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 9214.8 + msp_eligible: true + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: msp_no_medicare_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 15000 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 4938.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml deleted file mode 100644 index 38c94172978..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc.yaml +++ /dev/null @@ -1,6152 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_54640 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54540 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_at_binding_gross_limit_54640 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54640 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_just_above_binding_gross_limit_54640 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54740 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 4700.99 - is_snap_eligible: true -- name: snap_head_immigration_lpr (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_immigration_refugee (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true -- name: tanf_income_just_below_state_threshold_5687 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5587 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - nc_tanf: 470.5 - tanf: 470.5 -- name: tanf_income_at_state_threshold_5687 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5687 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_income_just_above_state_threshold_5687 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5787 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_no_minor_children_in_unit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - nc_tanf: 3264.0 - tanf: 3264.0 -- name: tanf_only_child_age_18 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id022 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: false - families: - family: - members: *id022 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: false - families: - family: - members: *id025 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id026 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: false - families: - family: - members: *id026 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id027 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - nc_tanf: 0.0 - tanf: 0.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id046 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id046 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id046 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id047 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id047 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id048 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: true - families: - family: - members: *id050 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id052 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id053 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: true - families: - family: - members: *id053 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: false - families: - family: - members: *id066 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: false - families: - family: - members: *id067 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21681.68 - premium_tax_credit: 21681.68 -- name: chip_age_19_no_longer_chip_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_moderate_income_80k (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: true - families: - family: - members: *id078 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: false - families: - family: - members: *id082 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: false - families: - family: - members: *id083 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: true - families: - family: - members: *id084 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 16031.66 - premium_tax_credit: 16031.66 -- name: aca_ptc_employer_affordable_offer_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: true - families: - family: - members: *id085 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 6428.09 - premium_tax_credit: 6428.09 -- name: cashhealth_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: false - families: - family: - members: *id086 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: true - families: - family: - members: *id088 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: false - families: - family: - members: *id089 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id090 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id090 - tax_units: - tax_unit: - members: *id090 - tax_unit_is_joint: false - families: - family: - members: *id090 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id091 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE COUNTY - spm_units: - spm_unit: - members: *id091 - tax_units: - tax_unit: - members: *id091 - tax_unit_is_joint: true - families: - family: - members: *id091 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc_scca/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc_scca/nc.yaml new file mode 100644 index 00000000000..2664ddd90bd --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc_scca/nc.yaml @@ -0,0 +1,132 @@ +- name: nc_scca_preschool_age_5 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_scca_maximum_payment: 13068.0 +- name: nc_scca_school_age_6 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 20000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 6 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_scca_maximum_payment: 3456.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml new file mode 100644 index 00000000000..46e7f69d642 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_reduced_threshold_paid_tier (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml new file mode 100644 index 00000000000..6c8b7263106 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_reduced_threshold_paid_tier (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/federal.yaml new file mode 100644 index 00000000000..a9c5290e5dc --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/federal.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 6.45 + school_meal_tier: 1 +- name: school_meals_just_above_reduced_threshold_paid_tier (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 0.87 + school_meal_tier: 2 +- name: school_meals_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml new file mode 100644 index 00000000000..b5b7c1a46ed --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 6.45 + school_meal_tier: 1 +- name: school_meals_just_above_reduced_threshold_paid_tier (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 0.87 + school_meal_tier: 2 +- name: school_meals_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml new file mode 100644 index 00000000000..58c6ceb800e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_reduced_threshold_paid_tier (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml new file mode 100644 index 00000000000..f59d6302c8e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_reduced_threshold_paid_tier (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml new file mode 100644 index 00000000000..3ad1c888520 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 6.45 + school_meal_tier: 1 +- name: school_meals_just_above_reduced_threshold_paid_tier (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 0.87 + school_meal_tier: 2 +- name: school_meals_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml new file mode 100644 index 00000000000..cab3c24e33c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 6.45 + school_meal_tier: 1 +- name: school_meals_just_above_reduced_threshold_paid_tier (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 0.87 + school_meal_tier: 2 +- name: school_meals_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml new file mode 100644 index 00000000000..4a55bc67afb --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml @@ -0,0 +1,633 @@ +- name: school_meals_just_below_free_threshold_130pct (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_free_threshold (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 35600 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_below_reduced_threshold_185pct (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50500 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_just_above_reduced_threshold_paid_tier (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 50700 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 +- name: school_meals_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + school_meal_daily_subsidy: 7.15 + school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml new file mode 100644 index 00000000000..1c52c3a4a29 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3122.39 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3122.39 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1888.49 + is_snap_eligible: true +- name: snap_head_immigration_lpr (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3122.39 + is_snap_eligible: true +- name: snap_head_immigration_refugee (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 856.32 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1006.02 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1120.32 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 3122.39 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 4827.24 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml new file mode 100644 index 00000000000..886d46388ce --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_54640 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_54640 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/federal.yaml new file mode 100644 index 00000000000..59bb0fce6e5 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/federal.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_45078 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 44978 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_45078 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45078 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_45078 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45178 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml new file mode 100644 index 00000000000..a7c46f6d58c --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_45078 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 44978 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_45078 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45078 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_45078 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45178 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml new file mode 100644 index 00000000000..9d46d081355 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2957.69 + is_snap_eligible: true +- name: snap_head_immigration_lpr (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_head_immigration_refugee (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 804.42 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 804.42 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1193.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 3688.49 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5958.54 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml new file mode 100644 index 00000000000..45ee76f399a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2319.59 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2319.59 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 1586.09 + is_snap_eligible: true +- name: snap_head_immigration_lpr (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2319.59 + is_snap_eligible: true +- name: snap_head_immigration_refugee (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 2169.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 4277.34 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml new file mode 100644 index 00000000000..a3fc967cd6e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_54640 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_54640 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml new file mode 100644 index 00000000000..f41e394995d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_45078 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 44978 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_at_binding_gross_limit_45078 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45078 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: true +- name: snap_income_just_above_binding_gross_limit_45078 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 45178 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 4700.99 + is_snap_eligible: true +- name: snap_head_immigration_lpr (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5796.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 8393.94 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml new file mode 100644 index 00000000000..74b4b9e51c0 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml @@ -0,0 +1,887 @@ +- name: snap_income_just_below_binding_gross_limit_54640 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54540 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + snap_assets: 500 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_at_binding_gross_limit_54640 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54640 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + snap_assets: 500 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_income_just_above_binding_gross_limit_54640 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 54740 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + snap_assets: 500 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 0.0 + is_snap_eligible: false +- name: snap_head_age_59_assets_4000_not_elderly (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 59 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_head_age_60_assets_4000_elderly (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 60 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_head_disabled_assets_4000 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: + - head + - spouse + - child1 + snap_assets: 4000 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2158.49 + is_snap_eligible: true +- name: snap_head_immigration_lpr (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + snap_assets: 500 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_head_immigration_refugee (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: REFUGEE + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + snap_assets: 500 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: true + families: + family: + members: *id008 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_head_immigration_undocumented (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: UNDOCUMENTED + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + snap_assets: 500 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + households: + household: + members: &id010 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + snap_assets: 500 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 287.68 + is_snap_eligible: true +- name: snap_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id011 + snap_assets: 500 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + snap: 1751.94 + is_snap_eligible: true +- name: snap_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id012 + snap_assets: 500 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + snap: 2912.22 + is_snap_eligible: true +- name: snap_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id013 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id013 + snap_assets: 500 + tax_units: + tax_unit: + members: *id013 + tax_unit_is_joint: false + families: + family: + members: *id013 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + snap: 494.82 + is_snap_eligible: true +- name: snap_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id014 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id014 + snap_assets: 500 + tax_units: + tax_unit: + members: *id014 + tax_unit_is_joint: false + families: + family: + members: *id014 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 2889.29 + is_snap_eligible: true +- name: snap_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id015 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id015 + snap_assets: 500 + tax_units: + tax_unit: + members: *id015 + tax_unit_is_joint: true + families: + family: + members: *id015 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + snap: 5004.54 + is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml new file mode 100644 index 00000000000..20fb04979ac --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml new file mode 100644 index 00000000000..ed2d339be57 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/federal.yaml new file mode 100644 index 00000000000..84f4b5c990b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/federal.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml new file mode 100644 index 00000000000..fce4bd5132e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml new file mode 100644 index 00000000000..6b8aa801ce8 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml new file mode 100644 index 00000000000..39cbb22da74 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml new file mode 100644 index 00000000000..c18f0dbdb51 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml new file mode 100644 index 00000000000..094472436d1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml new file mode 100644 index 00000000000..6be79a8a0e4 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml @@ -0,0 +1,432 @@ +- name: ssi_age_64_disabled_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: true + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_age_65_aged_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_non_aged_non_disabled_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: false + msp: 0.0 + msp_eligible: false + medicaid: 6439.11 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_at_2000_limit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2000 + is_aca_eshi_eligible: false + households: + household: + members: &id004 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_resources_above_2000_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: CITIZEN + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 2001 + is_aca_eshi_eligible: false + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_lpr_status (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: LEGAL_PERMANENT_RESIDENT + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id006 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_refugee (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: REFUGEE + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id007 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 11928.0 + is_ssi_eligible: true + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 22373.06 + is_medicaid_eligible: true + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 +- name: ssi_aged_undocumented_ineligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + immigration_status_str: UNDOCUMENTED + employment_income: 0 + is_medicare_eligible: false + ssi_countable_resources: 0 + is_aca_eshi_eligible: false + households: + household: + members: &id008 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + ssi: 0.0 + is_ssi_eligible: false + is_ssi_aged: true + msp: 0.0 + msp_eligible: false + medicaid: 0.0 + is_medicaid_eligible: false + chip: 0.0 + is_aca_ptc_eligible: false + tax_units: + tax_unit: + aca_ptc: 0.0 + premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ca.yaml new file mode 100644 index 00000000000..a92130b4d34 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ca.yaml @@ -0,0 +1,440 @@ +- name: statetax_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 123.78 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: statetax_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ca_eitc: 0.0 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 0.0 + spm_units: + spm_unit: + ca_state_supplement: 4101.72 +- name: statetax_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + ca_eitc: 123.78 + ca_eitc_eligible: true + ca_yctc: 0.0 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: statetax_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ca_eitc: 410.16 + ca_eitc_eligible: true + ca_yctc: 1215.95 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: statetax_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + ca_eitc: 580.26 + ca_eitc_eligible: true + ca_yctc: 1215.95 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 +- name: statetax_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + ca_eitc: 580.26 + ca_eitc_eligible: true + ca_yctc: 1215.95 + ca_foster_youth_tax_credit: 0.0 + ca_cdcc: 0.0 + ca_renter_credit: 0.0 + adjusted_gross_income: 20000.0 + spm_units: + spm_unit: + ca_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/co.yaml new file mode 100644 index 00000000000..c6ad17103b6 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/co.yaml @@ -0,0 +1,462 @@ +- name: statetax_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: statetax_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + co_eitc: 0.0 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 132.0 +- name: statetax_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + co_eitc: 130.43 + co_ctc: 0.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: statetax_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + co_eitc: 1106.75 + co_ctc: 1200.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 3047.98 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: statetax_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + co_eitc: 1829.0 + co_ctc: 1200.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 2285.99 + co_state_supplement: 0.0 + co_oap: 0.0 + child2: + co_family_affordability_credit: 3047.98 + co_state_supplement: 0.0 + co_oap: 0.0 +- name: statetax_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + co_eitc: 1829.0 + co_ctc: 1200.0 + co_care_worker_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + spouse: + co_family_affordability_credit: 0.0 + co_state_supplement: 0.0 + co_oap: 0.0 + child1: + co_family_affordability_credit: 2454.75 + co_state_supplement: 0.0 + co_oap: 0.0 + child2: + co_family_affordability_credit: 3273.0 + co_state_supplement: 0.0 + co_oap: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/il.yaml new file mode 100644 index 00000000000..90c0d945557 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/il.yaml @@ -0,0 +1,398 @@ +- name: statetax_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + il_eitc: 0.0 + il_ctc: 0.0 + adjusted_gross_income: 20000.0 +- name: statetax_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + il_eitc: 0.0 + il_ctc: 0.0 + adjusted_gross_income: 0.0 +- name: statetax_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + il_eitc: 104.34 + il_ctc: 0.0 + adjusted_gross_income: 20000.0 +- name: statetax_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + il_eitc: 885.4 + il_ctc: 354.16 + adjusted_gross_income: 20000.0 +- name: statetax_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + il_eitc: 1463.2 + il_ctc: 585.28 + adjusted_gross_income: 20000.0 +- name: statetax_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + il_eitc: 1463.2 + il_ctc: 585.28 + adjusted_gross_income: 20000.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ma.yaml new file mode 100644 index 00000000000..72c7200732a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ma.yaml @@ -0,0 +1,430 @@ +- name: statetax_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ma_eitc: 0.0 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 0.0 +- name: statetax_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + ma_eitc: 0.0 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 0.0 + people: + head: + ma_state_supplement: 1545.84 +- name: statetax_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + ma_eitc: 208.68 + ma_child_and_family_credit: 0.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 0.0 + spouse: + ma_state_supplement: 0.0 +- name: statetax_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + ma_eitc: 1770.8 + ma_child_and_family_credit: 440.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 0.0 +- name: statetax_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + ma_eitc: 2926.4 + ma_child_and_family_credit: 880.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 0.0 + child2: + ma_state_supplement: 0.0 +- name: statetax_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + ma_eitc: 2926.4 + ma_child_and_family_credit: 880.0 + adjusted_gross_income: 20000.0 + people: + head: + ma_state_supplement: 0.0 + spouse: + ma_state_supplement: 0.0 + child1: + ma_state_supplement: 0.0 + child2: + ma_state_supplement: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/wa.yaml new file mode 100644 index 00000000000..d7c2ede87cf --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/wa.yaml @@ -0,0 +1,392 @@ +- name: statetax_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 0.0 + adjusted_gross_income: 20000.0 +- name: statetax_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 0.0 + adjusted_gross_income: 0.0 +- name: statetax_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 342.59 + adjusted_gross_income: 20000.0 +- name: statetax_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 674.96 + adjusted_gross_income: 20000.0 +- name: statetax_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 1017.55 + adjusted_gross_income: 20000.0 +- name: statetax_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id006 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 1017.55 + adjusted_gross_income: 20000.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ca.yaml new file mode 100644 index 00000000000..b25985b0427 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ca.yaml @@ -0,0 +1,668 @@ +- name: tanf_income_just_below_state_threshold_26953 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 26853 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 4273.5 + tanf: 4273.5 +- name: tanf_income_at_state_threshold_26953 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 26953 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 4223.5 + tanf: 4223.5 +- name: tanf_income_just_above_state_threshold_26953 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 27053 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 4173.5 + tanf: 4173.5 +- name: tanf_no_minor_children_in_unit (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 14100.0 + tanf: 14100.0 +- name: tanf_only_child_age_18 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id007 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ca_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ca_tanf: 11160.0 + tanf: 11160.0 +- name: tanf_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ca_tanf: 14100.0 + tanf: 14100.0 +- name: tanf_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ca_tanf: 16992.0 + tanf: 16992.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/co.yaml new file mode 100644 index 00000000000..4ecd141daaa --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/co.yaml @@ -0,0 +1,668 @@ +- name: tanf_income_just_below_state_threshold_6375 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6275 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 5357.25 + tanf: 5357.25 +- name: tanf_income_at_state_threshold_6375 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6375 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_6375 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6475 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 7428.0 + tanf: 7428.0 +- name: tanf_only_child_age_18 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id007 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + co_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + co_tanf: 5124.0 + tanf: 5124.0 +- name: tanf_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + co_tanf: 7044.0 + tanf: 7044.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/federal.yaml new file mode 100644 index 00000000000..c195f510285 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/federal.yaml @@ -0,0 +1,668 @@ +- name: tanf_income_just_below_state_threshold_5187 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5087 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 2572.51 + tanf: 2572.51 +- name: tanf_income_at_state_threshold_5187 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5187 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_5187 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5287 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 5016.0 + tanf: 5016.0 +- name: tanf_only_child_age_18 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/il.yaml new file mode 100644 index 00000000000..085a940c29b --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/il.yaml @@ -0,0 +1,668 @@ +- name: tanf_income_just_below_state_threshold_13710 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 13610 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 4996.12 + tanf: 4996.12 +- name: tanf_income_at_state_threshold_13710 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 13710 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_13710 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 13810 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 9386.12 + tanf: 9386.12 +- name: tanf_only_child_age_18 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id007 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + il_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + il_tanf: 5945.37 + tanf: 5945.37 +- name: tanf_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + il_tanf: 7886.12 + tanf: 7886.12 +- name: tanf_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + il_tanf: 9826.88 + tanf: 9826.88 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ma.yaml new file mode 100644 index 00000000000..3c3e8e26ea0 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ma.yaml @@ -0,0 +1,546 @@ +- name: tanf_zero_income_no_state_benefit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 10376.0 + tanf: 10376.0 +- name: tanf_no_minor_children_in_unit (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 10376.0 + tanf: 10376.0 +- name: tanf_only_child_age_18 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id005 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + ma_tafdc: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + ma_tafdc: 8756.0 + tanf: 8756.0 +- name: tanf_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ma_tafdc: 10876.0 + tanf: 10876.0 +- name: tanf_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + ma_tafdc: 12424.0 + tanf: 12424.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/nc.yaml new file mode 100644 index 00000000000..8f7a1676580 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/nc.yaml @@ -0,0 +1,668 @@ +- name: tanf_income_just_below_state_threshold_5687 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5587 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 470.5 + tanf: 470.5 +- name: tanf_income_at_state_threshold_5687 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5687 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_5687 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5787 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 3264.0 + tanf: 3264.0 +- name: tanf_only_child_age_18 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id007 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + nc_tanf: 0.0 + tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/tx.yaml new file mode 100644 index 00000000000..62bf4d997b1 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/tx.yaml @@ -0,0 +1,668 @@ +- name: tanf_income_just_below_state_threshold_5187 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5087 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 2572.51 + tanf: 2572.51 +- name: tanf_income_at_state_threshold_5187 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5187 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_income_just_above_state_threshold_5187 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 5287 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_no_minor_children_in_unit (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id005 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 5016.0 + tanf: 5016.0 +- name: tanf_only_child_age_18 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + - spouse + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: true + families: + family: + members: *id006 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + tx_tanf: 0.0 + tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/wa.yaml new file mode 100644 index 00000000000..2a8adf76d5e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/wa.yaml @@ -0,0 +1,546 @@ +- name: tanf_zero_income_no_state_benefit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 8472.0 + tanf: 8472.0 +- name: tanf_no_minor_children_in_unit (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id002 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: true + families: + family: + members: *id002 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_youngest_child_age_17 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 17 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id003 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: true + families: + family: + members: *id003 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 8472.0 + tanf: 8472.0 +- name: tanf_only_child_age_18 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 18 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id004 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + households: + household: + members: &id005 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id006 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id007 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: true + families: + family: + members: *id007 + marital_units: + mu_couple: + members: + - head + - spouse + output: + spm_units: + spm_unit: + wa_tanf: 0.0 + tanf: 0.0 +- name: tanf_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id008 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + wa_tanf: 6840.0 + tanf: 6840.0 +- name: tanf_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id009 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: false + families: + family: + members: *id009 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + wa_tanf: 8472.0 + tanf: 8472.0 +- name: tanf_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 6000 + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + households: + household: + members: &id010 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: true + families: + family: + members: *id010 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + spm_units: + spm_unit: + wa_tanf: 9996.0 + tanf: 9996.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml deleted file mode 100644 index 4920d08df55..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx.yaml +++ /dev/null @@ -1,6152 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_45078 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 44978 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_at_binding_gross_limit_45078 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 45078 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: true -- name: snap_income_just_above_binding_gross_limit_45078 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 45178 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 4700.99 - is_snap_eligible: true -- name: snap_head_immigration_lpr (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_head_immigration_refugee (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true -- name: tanf_income_just_below_state_threshold_5187 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5087 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 2572.51 - tanf: 2572.51 -- name: tanf_income_at_state_threshold_5187 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5187 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_income_just_above_state_threshold_5187 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 5287 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_no_minor_children_in_unit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id020 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: true - families: - family: - members: *id020 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 5016.0 - tanf: 5016.0 -- name: tanf_only_child_age_18 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: true - families: - family: - members: *id021 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id022 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: false - families: - family: - members: *id022 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: true - families: - family: - members: *id024 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: false - families: - family: - members: *id025 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id026 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: false - families: - family: - members: *id026 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id027 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - tx_tanf: 0.0 - tanf: 0.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id041 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id042 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id046 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id046 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id046 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id047 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id047 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id048 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: false - families: - family: - members: *id048 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: true - families: - family: - members: *id050 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: false - families: - family: - members: *id051 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id052 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id053 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: true - families: - family: - members: *id053 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: false - families: - family: - members: *id066 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: false - families: - family: - members: *id067 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: true - families: - family: - members: *id072 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: true - families: - family: - members: *id073 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: false - families: - family: - members: *id074 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8134.09 - premium_tax_credit: 8134.08 -- name: medicaid_adult_above_138pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: false - families: - family: - members: *id075 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21681.68 - premium_tax_credit: 21681.68 -- name: chip_age_19_no_longer_chip_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21901.73 - premium_tax_credit: 21901.73 -- name: chip_moderate_income_80k (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: true - families: - family: - members: *id078 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: true - families: - family: - members: *id079 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8586.1 - premium_tax_credit: 8586.1 -- name: aca_ptc_single_just_above_100pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8584.0 - premium_tax_credit: 8584.0 -- name: aca_ptc_single_just_below_400pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: false - families: - family: - members: *id082 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: false - families: - family: - members: *id083 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: true - families: - family: - members: *id084 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 22043.66 - premium_tax_credit: 22043.66 -- name: aca_ptc_employer_affordable_offer_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: true - families: - family: - members: *id085 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 12440.09 - premium_tax_credit: 12440.09 -- name: cashhealth_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: false - families: - family: - members: *id086 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8500.0 - premium_tax_credit: 8500.0 -- name: cashhealth_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: true - families: - family: - members: *id088 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: false - families: - family: - members: *id089 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id090 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id090 - tax_units: - tax_unit: - members: *id090 - tax_unit_is_joint: false - families: - family: - members: *id090 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id091 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS COUNTY - spm_units: - spm_unit: - members: *id091 - tax_units: - tax_unit: - members: *id091 - tax_unit_is_joint: true - families: - family: - members: *id091 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_ccs/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_ccs/tx.yaml new file mode 100644 index 00000000000..43e364be77e --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_ccs/tx.yaml @@ -0,0 +1,132 @@ +- name: tx_ccs_low_income_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_ccs: 0.0 +- name: tx_ccs_above_85pct_smi (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 80000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + spm_units: + spm_unit: + tx_ccs: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_dart/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_dart/tx.yaml new file mode 100644 index 00000000000..a9f88a5fa5a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_dart/tx.yaml @@ -0,0 +1,230 @@ +- name: tx_dart_age_4_free_ride (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 4 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_dart_benefit_person: 1512.0 +- name: tx_dart_age_5_reduced_fare (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 5 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_dart_benefit_person: 756.0 +- name: tx_dart_age_14_reduced_fare (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 14 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_dart_benefit_person: 756.0 +- name: tx_dart_age_15_full_fare (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 15 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id004 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_dart_benefit_person: 756.0 +- name: tx_dart_age_65_senior_reduced (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id005 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_dart_benefit_person: 756.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_fpp/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_fpp/tx.yaml new file mode 100644 index 00000000000..9d201f668fa --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_fpp/tx.yaml @@ -0,0 +1,138 @@ +- name: tx_fpp_low_income_female (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_fpp_benefit: 266.84 +- name: tx_fpp_age_64 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_fpp_benefit: 266.84 +- name: tx_fpp_age_65_age_out (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: true + immigration_status_str: CITIZEN + employment_income: 30000 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id003 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_fpp_benefit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_harris_rides/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_harris_rides/tx.yaml new file mode 100644 index 00000000000..b0c1fca40e9 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_harris_rides/tx.yaml @@ -0,0 +1,92 @@ +- name: tx_harris_rides_age_64 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 64 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_harris_rides_eligible: false +- name: tx_harris_rides_age_65_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_blind: false + is_pregnant: false + is_female: false + immigration_status_str: CITIZEN + employment_income: 0 + has_bcc_qualifying_coverage: false + is_full_time_student: false + ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false + ca_riv_general_relief_meets_work_requirements: false + households: + household: + members: &id002 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + people: + head: + tx_harris_rides_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml deleted file mode 100644 index 962fc8f3968..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa.yaml +++ /dev/null @@ -1,6030 +0,0 @@ -- name: snap_income_just_below_binding_gross_limit_54640 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54540 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_at_binding_gross_limit_54640 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54640 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id002 - snap_assets: 500 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_income_just_above_binding_gross_limit_54640 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 54740 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id003 - snap_assets: 500 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 0.0 - is_snap_eligible: false -- name: snap_head_age_59_assets_4000_not_elderly (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2889.29 - is_snap_eligible: true -- name: snap_head_age_60_assets_4000_elderly (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2889.29 - is_snap_eligible: true -- name: snap_head_disabled_assets_4000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: - - head - - spouse - - child1 - snap_assets: 4000 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2158.49 - is_snap_eligible: true -- name: snap_head_immigration_lpr (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id007 - snap_assets: 500 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2889.29 - is_snap_eligible: true -- name: snap_head_immigration_refugee (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: REFUGEE - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id008 - snap_assets: 500 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_head_immigration_undocumented (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: UNDOCUMENTED - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id009 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id009 - snap_assets: 500 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 494.82 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 2889.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5004.54 - is_snap_eligible: true -- name: tanf_zero_income_no_state_benefit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id016 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id016 - tax_units: - tax_unit: - members: *id016 - tax_unit_is_joint: true - families: - family: - members: *id016 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - wa_tanf: 8472.0 - tanf: 8472.0 -- name: tanf_no_minor_children_in_unit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id017 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id017 - tax_units: - tax_unit: - members: *id017 - tax_unit_is_joint: true - families: - family: - members: *id017 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - wa_tanf: 0.0 - tanf: 0.0 -- name: tanf_youngest_child_age_17 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id018 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id018 - tax_units: - tax_unit: - members: *id018 - tax_unit_is_joint: true - families: - family: - members: *id018 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - wa_tanf: 8472.0 - tanf: 8472.0 -- name: tanf_only_child_age_18 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id019 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id019 - tax_units: - tax_unit: - members: *id019 - tax_unit_is_joint: true - families: - family: - members: *id019 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - wa_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - households: - household: - members: &id020 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id020 - tax_units: - tax_unit: - members: *id020 - tax_unit_is_joint: false - families: - family: - members: *id020 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - wa_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id021 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id021 - tax_units: - tax_unit: - members: *id021 - tax_unit_is_joint: false - families: - family: - members: *id021 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - wa_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id022 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id022 - tax_units: - tax_unit: - members: *id022 - tax_unit_is_joint: true - families: - family: - members: *id022 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - wa_tanf: 0.0 - tanf: 0.0 -- name: tanf_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id023 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id023 - tax_units: - tax_unit: - members: *id023 - tax_unit_is_joint: false - families: - family: - members: *id023 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - wa_tanf: 6840.0 - tanf: 6840.0 -- name: tanf_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id024 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id024 - tax_units: - tax_unit: - members: *id024 - tax_unit_is_joint: false - families: - family: - members: *id024 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - wa_tanf: 8472.0 - tanf: 8472.0 -- name: tanf_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 6000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id025 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id025 - tax_units: - tax_unit: - members: *id025 - tax_unit_is_joint: true - families: - family: - members: *id025 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - wa_tanf: 9996.0 - tanf: 9996.0 -- name: eitc_joint_1child_just_below_phase_out_start_31160 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id026 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id026 - tax_units: - tax_unit: - members: *id026 - tax_unit_is_joint: true - families: - family: - members: *id026 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id027 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id027 - tax_units: - tax_unit: - members: *id027 - tax_unit_is_joint: true - families: - family: - members: *id027 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id028 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id028 - tax_units: - tax_unit: - members: *id028 - tax_unit_is_joint: true - families: - family: - members: *id028 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id029 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id029 - tax_units: - tax_unit: - members: *id029 - tax_unit_is_joint: true - families: - family: - members: *id029 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id030 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id030 - tax_units: - tax_unit: - members: *id030 - tax_unit_is_joint: true - families: - family: - members: *id030 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id031 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id031 - tax_units: - tax_unit: - members: *id031 - tax_unit_is_joint: true - families: - family: - members: *id031 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id032 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id032 - tax_units: - tax_unit: - members: *id032 - tax_unit_is_joint: true - families: - family: - members: *id032 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id033 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id033 - tax_units: - tax_unit: - members: *id033 - tax_unit_is_joint: true - families: - family: - members: *id033 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id034 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id034 - tax_units: - tax_unit: - members: *id034 - tax_unit_is_joint: true - families: - family: - members: *id034 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: ctc_child_age_16_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 16 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id035 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id035 - tax_units: - tax_unit: - members: *id035 - tax_unit_is_joint: true - families: - family: - members: *id035 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id036 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id036 - tax_units: - tax_unit: - members: *id036 - tax_unit_is_joint: true - families: - family: - members: *id036 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id037 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id037 - tax_units: - tax_unit: - members: *id037 - tax_unit_is_joint: true - families: - family: - members: *id037 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 399000.0 - income_tax: 71028.0 -- name: ctc_joint_just_above_phase_out (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 401000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id038 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id038 - tax_units: - tax_unit: - members: *id038 - tax_unit_is_joint: true - families: - family: - members: *id038 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2150.0 - ctc_value: 2150.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 401000.0 - income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id039 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id039 - tax_units: - tax_unit: - members: *id039 - tax_unit_is_joint: true - families: - family: - members: *id039 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id040 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id040 - tax_units: - tax_unit: - members: *id040 - tax_unit_is_joint: true - families: - family: - members: *id040 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 -- name: cdcc_child_age_12_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id041 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id041 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id041 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id041 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id042 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id042 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id042 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id042 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id043 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id043 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id043 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id043 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id044 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id044 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id044 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id044 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id045 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id045 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id045 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id045 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id046 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id046 - tax_units: - tax_unit: - members: *id046 - tax_unit_is_joint: false - families: - family: - members: *id046 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id047 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id047 - tax_units: - tax_unit: - members: *id047 - tax_unit_is_joint: false - families: - family: - members: *id047 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id048 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id048 - tax_units: - tax_unit: - members: *id048 - tax_unit_is_joint: true - families: - family: - members: *id048 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id049 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id049 - tax_units: - tax_unit: - members: *id049 - tax_unit_is_joint: false - families: - family: - members: *id049 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id050 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id050 - tax_units: - tax_unit: - members: *id050 - tax_unit_is_joint: false - families: - family: - members: *id050 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id051 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id051 - tax_units: - tax_unit: - members: *id051 - tax_unit_is_joint: true - families: - family: - members: *id051 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: ssi_age_64_disabled_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 64 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: true - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id052 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id052 - tax_units: - tax_unit: - members: *id052 - tax_unit_is_joint: false - families: - family: - members: *id052 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id053 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id053 - tax_units: - tax_unit: - members: *id053 - tax_unit_is_joint: false - families: - family: - members: *id053 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id054 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id054 - tax_units: - tax_unit: - members: *id054 - tax_unit_is_joint: false - families: - family: - members: *id054 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id055 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id055 - tax_units: - tax_unit: - members: *id055 - tax_unit_is_joint: false - families: - family: - members: *id055 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_resources_above_2000_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2001 - is_aca_eshi_eligible: false - households: - household: - members: &id056 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id056 - tax_units: - tax_unit: - members: *id056 - tax_unit_is_joint: false - families: - family: - members: *id056 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id057 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id057 - tax_units: - tax_unit: - members: *id057 - tax_unit_is_joint: false - families: - family: - members: *id057 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id058 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id058 - tax_units: - tax_unit: - members: *id058 - tax_unit_is_joint: false - families: - family: - members: *id058 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_undocumented_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: UNDOCUMENTED - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id059 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id059 - tax_units: - tax_unit: - members: *id059 - tax_unit_is_joint: false - families: - family: - members: *id059 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_at_100pct_fpl_qmb (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id060 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id060 - tax_units: - tax_unit: - members: *id060 - tax_unit_is_joint: false - families: - family: - members: *id060 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id061 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id061 - tax_units: - tax_unit: - members: *id061 - tax_unit_is_joint: false - families: - family: - members: *id061 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id062 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id062 - tax_units: - tax_unit: - members: *id062 - tax_unit_is_joint: false - families: - family: - members: *id062 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id063 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id063 - tax_units: - tax_unit: - members: *id063 - tax_unit_is_joint: false - families: - family: - members: *id063 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id064 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id064 - tax_units: - tax_unit: - members: *id064 - tax_unit_is_joint: false - families: - family: - members: *id064 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_pregnant_adult (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id065 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id065 - tax_units: - tax_unit: - members: *id065 - tax_unit_is_joint: false - families: - family: - members: *id065 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id066 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id066 - tax_units: - tax_unit: - members: *id066 - tax_unit_is_joint: true - families: - family: - members: *id066 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id067 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id067 - tax_units: - tax_unit: - members: *id067 - tax_unit_is_joint: true - families: - family: - members: *id067 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id068 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id068 - tax_units: - tax_unit: - members: *id068 - tax_unit_is_joint: true - families: - family: - members: *id068 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id069 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id069 - tax_units: - tax_unit: - members: *id069 - tax_unit_is_joint: true - families: - family: - members: *id069 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id070 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id070 - tax_units: - tax_unit: - members: *id070 - tax_unit_is_joint: true - families: - family: - members: *id070 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_age_19_adult_category (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id071 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id071 - tax_units: - tax_unit: - members: *id071 - tax_unit_is_joint: true - families: - family: - members: *id071 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_at_138pct_fpl_expansion (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id072 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id072 - tax_units: - tax_unit: - members: *id072 - tax_unit_is_joint: false - families: - family: - members: *id072 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_adult_above_138pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 23000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id073 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id073 - tax_units: - tax_unit: - members: *id073 - tax_unit_is_joint: false - families: - family: - members: *id073 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 8013.13 - premium_tax_credit: 8013.13 -- name: chip_child_age_18 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id074 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id074 - tax_units: - tax_unit: - members: *id074 - tax_unit_is_joint: true - families: - family: - members: *id074 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 21681.68 - premium_tax_credit: 21681.68 -- name: chip_age_19_no_longer_chip_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 60000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id075 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id075 - tax_units: - tax_unit: - members: *id075 - tax_unit_is_joint: true - families: - family: - members: *id075 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 14506.36 - premium_tax_credit: 14506.36 -- name: chip_moderate_income_80k (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id076 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id076 - tax_units: - tax_unit: - members: *id076 - tax_unit_is_joint: true - families: - family: - members: *id076 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 17062.36 - premium_tax_credit: 17062.36 -- name: chip_high_income_150k (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id077 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id077 - tax_units: - tax_unit: - members: *id077 - tax_unit_is_joint: true - families: - family: - members: *id077 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_100pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id078 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id078 - tax_units: - tax_unit: - members: *id078 - tax_unit_is_joint: false - families: - family: - members: *id078 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_100pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 16000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id079 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id079 - tax_units: - tax_unit: - members: *id079 - tax_unit_is_joint: false - families: - family: - members: *id079 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id080 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id080 - tax_units: - tax_unit: - members: *id080 - tax_unit_is_joint: false - families: - family: - members: *id080 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id081 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id081 - tax_units: - tax_unit: - members: *id081 - tax_unit_is_joint: false - families: - family: - members: *id081 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_no_employer_offer_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id082 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id082 - tax_units: - tax_unit: - members: *id082 - tax_unit_is_joint: true - families: - family: - members: *id082 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 16031.66 - premium_tax_credit: 16031.66 -- name: aca_ptc_employer_affordable_offer_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: true - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id083 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id083 - tax_units: - tax_unit: - members: *id083 - tax_unit_is_joint: true - families: - family: - members: *id083 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 6428.09 - premium_tax_credit: 6428.09 -- name: cashhealth_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id084 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id084 - tax_units: - tax_unit: - members: *id084 - tax_unit_is_joint: false - families: - family: - members: *id084 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id085 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id085 - tax_units: - tax_unit: - members: *id085 - tax_unit_is_joint: false - families: - family: - members: *id085 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id086 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id086 - tax_units: - tax_unit: - members: *id086 - tax_unit_is_joint: true - families: - family: - members: *id086 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id087 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id087 - tax_units: - tax_unit: - members: *id087 - tax_unit_is_joint: false - families: - family: - members: *id087 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id088 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id088 - tax_units: - tax_unit: - members: *id088 - tax_unit_is_joint: false - families: - family: - members: *id088 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id089 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING COUNTY - spm_units: - spm_unit: - members: *id089 - tax_units: - tax_unit: - members: *id089 - tax_unit_is_joint: true - families: - family: - members: *id089 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa_working_families_tax_credit/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa_working_families_tax_credit/wa.yaml new file mode 100644 index 00000000000..dca662b6e02 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa_working_families_tax_credit/wa.yaml @@ -0,0 +1,381 @@ +- name: wa_wftc_joint_with_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id001 + - head + - spouse + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: true + families: + family: + members: *id001 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 674.96 + adjusted_gross_income: 20000.0 +- name: wa_wftc_childless_filer_with_eitc (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id002 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 342.59 + adjusted_gross_income: 15000.0 +- name: wa_wftc_age_18_before_2029_expansion (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 18 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 15000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id003 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 0.0 + adjusted_gross_income: 15000.0 +- name: wa_wftc_joint_with_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id004 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: true + families: + family: + members: *id004 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 1017.55 + adjusted_gross_income: 20000.0 +- name: wa_wftc_joint_with_3_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 20000 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child2: + age: 2 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + child3: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + immigration_status_str: CITIZEN + employment_income: 0 + capital_gains: 0 + rent: 0 + was_in_foster_care: false + is_full_time_student: false + ssi_countable_resources: 0 + co_care_worker_credit_eligible_care_worker: false + households: + household: + members: &id005 + - head + - spouse + - child1 + - child2 + - child3 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: true + families: + family: + members: *id005 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + mu_child3: + members: + - child3 + output: + tax_units: + tax_unit: + wa_working_families_tax_credit: 1360.14 + adjusted_gross_income: 20000.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml new file mode 100644 index 00000000000..797d073940a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (ca) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: CA + zip_code: '90001' + county_str: LOS_ANGELES_COUNTY_CA + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml new file mode 100644 index 00000000000..22ecd7f7230 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (co) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: CO + zip_code: '80014' + county_str: ARAPAHOE_COUNTY_CO + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/federal.yaml new file mode 100644 index 00000000000..61bd9a72789 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/federal.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (federal) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml new file mode 100644 index 00000000000..99e0b503bbe --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (il) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: IL + zip_code: '60601' + county_str: COOK_COUNTY_IL + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml new file mode 100644 index 00000000000..f6921c0c61a --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (la) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: LA + zip_code: '70112' + county_str: ORLEANS_PARISH_LA + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml new file mode 100644 index 00000000000..1086a559477 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (ma) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: MA + zip_code: 02118 + county_str: SUFFOLK_COUNTY_MA + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml new file mode 100644 index 00000000000..9ba308e2151 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (nc) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: NC + zip_code: '27601' + county_str: WAKE_COUNTY_NC + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml new file mode 100644 index 00000000000..51549979f3d --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (tx) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: TX + zip_code: '75201' + county_str: DALLAS_COUNTY_TX + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml new file mode 100644 index 00000000000..2e141ba65f0 --- /dev/null +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml @@ -0,0 +1,740 @@ +- name: wic_pregnant_adult (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: true + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id001 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id001 + tax_units: + tax_unit: + members: *id001 + tax_unit_is_joint: false + families: + family: + members: *id001 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 1026.75 + wic_category: 0 + is_wic_eligible: true +- name: wic_breastfeeding_mother_infant (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 28 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: true + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id002 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id002 + tax_units: + tax_unit: + members: *id002 + tax_unit_is_joint: false + families: + family: + members: *id002 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 1074.75 + wic_category: 2 + is_wic_eligible: true + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_infant_age_0 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 0 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id003 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id003 + tax_units: + tax_unit: + members: *id003 + tax_unit_is_joint: false + families: + family: + members: *id003 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 2222.32 + wic_category: 3 + is_wic_eligible: true +- name: wic_child_age_1 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 1 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id004 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id004 + tax_units: + tax_unit: + members: *id004 + tax_unit_is_joint: false + families: + family: + members: *id004 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 722.99 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_4 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 4 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id005 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id005 + tax_units: + tax_unit: + members: *id005 + tax_unit_is_joint: false + families: + family: + members: *id005 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_child_age_5_no_longer_eligible (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id006 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id006 + tax_units: + tax_unit: + members: *id006 + tax_unit_is_joint: false + families: + family: + members: *id006 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_adult_age_30 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id007 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id007 + tax_units: + tax_unit: + members: *id007 + tax_unit_is_joint: false + families: + family: + members: *id007 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_1_single_elderly_age_65 (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 65 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id008 + - head + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id008 + tax_units: + tax_unit: + members: *id008 + tax_unit_is_joint: false + families: + family: + members: *id008 + marital_units: + mu_head: + members: + - head + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_married_couple_no_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 28 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id009 + - head + - spouse + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id009 + tax_units: + tax_unit: + members: *id009 + tax_unit_is_joint: true + families: + family: + members: *id009 + marital_units: + mu_couple: + members: + - head + - spouse + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_2_single_parent_1_child (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 5 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id010 + - head + - child1 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id010 + tax_units: + tax_unit: + members: *id010 + tax_unit_is_joint: false + families: + family: + members: *id010 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false +- name: wic_size_3_single_parent_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 30 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id011 + - head + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id011 + tax_units: + tax_unit: + members: *id011 + tax_unit_is_joint: false + families: + family: + members: *id011 + marital_units: + mu_head: + members: + - head + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true +- name: wic_size_4_couple_2_children (wa) + period: 2026 + absolute_error_margin: 0.1 + input: + people: + head: + age: 35 + is_tax_unit_head: true + is_tax_unit_spouse: false + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 20000 + is_ccdf_reason_for_care_eligible: false + spouse: + age: 33 + is_tax_unit_head: false + is_tax_unit_spouse: true + is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child1: + age: 8 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + child2: + age: 3 + is_tax_unit_head: false + is_tax_unit_spouse: false + is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_breastfeeding: false + immigration_status_str: CITIZEN + employment_income: 0 + is_ccdf_reason_for_care_eligible: false + households: + household: + members: &id012 + - head + - spouse + - child1 + - child2 + state_code_str: WA + zip_code: '98101' + county_str: KING_COUNTY_WA + spm_units: + spm_unit: + members: *id012 + tax_units: + tax_unit: + members: *id012 + tax_unit_is_joint: true + families: + family: + members: *id012 + marital_units: + mu_couple: + members: + - head + - spouse + mu_child1: + members: + - child1 + mu_child2: + members: + - child2 + output: + people: + head: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + spouse: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child1: + wic: 0.0 + wic_category: 5 + is_wic_eligible: false + child2: + wic: 723.15 + wic_category: 4 + is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml index 4b7fa2d112b..aae5446174c 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml @@ -130,7 +130,7 @@ - child1 - child2 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -392,7 +392,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -638,7 +638,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -887,7 +887,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -1137,7 +1137,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -1387,7 +1387,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -1636,7 +1636,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -1885,7 +1885,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -2139,7 +2139,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -2396,7 +2396,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 @@ -2641,7 +2641,7 @@ household: members: *id001 zip_code: '60601' - county_str: COOK COUNTY + county_str: COOK_COUNTY_IL spm_units: spm_unit: members: *id001 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml index 50d98db913c..9cd52530861 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml @@ -103,7 +103,7 @@ - child1 - child2 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -146,7 +146,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -287,7 +287,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -326,7 +326,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -467,7 +467,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -506,7 +506,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -647,7 +647,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -686,7 +686,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -827,7 +827,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -866,7 +866,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1007,7 +1007,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -1046,7 +1046,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1187,7 +1187,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -1226,7 +1226,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1367,7 +1367,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -1406,7 +1406,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1546,7 +1546,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -1585,7 +1585,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1730,7 +1730,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -1769,7 +1769,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1906,7 +1906,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -1945,7 +1945,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2085,7 +2085,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -2124,7 +2124,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2264,7 +2264,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -2303,7 +2303,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2444,7 +2444,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -2483,7 +2483,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2624,7 +2624,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -2663,7 +2663,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2803,7 +2803,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -2842,7 +2842,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2987,7 +2987,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -3026,7 +3026,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3167,7 +3167,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -3206,7 +3206,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3350,7 +3350,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -3389,7 +3389,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3534,7 +3534,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -3573,7 +3573,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3714,7 +3714,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -3753,7 +3753,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3894,7 +3894,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -3933,7 +3933,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -4073,7 +4073,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -4112,7 +4112,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -4252,7 +4252,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -4291,7 +4291,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -4431,7 +4431,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -4470,7 +4470,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -4614,7 +4614,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -4653,7 +4653,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -4789,7 +4789,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -4828,7 +4828,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -4972,7 +4972,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -5011,7 +5011,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -5156,7 +5156,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -5195,7 +5195,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -5340,7 +5340,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -5379,7 +5379,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -5524,7 +5524,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -5563,7 +5563,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: @@ -5704,7 +5704,7 @@ household: members: *id001 zip_code: '27601' - county_str: WAKE COUNTY + county_str: WAKE_COUNTY_NC spm_units: spm_unit: members: *id001 @@ -5743,7 +5743,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 11228.81 ctc_value: 4400.0 eitc: 3769.5 people: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml index 26ff30a66e6..d44543a7c2b 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml @@ -122,7 +122,7 @@ - child1 - child2 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -165,7 +165,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -378,7 +378,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -417,7 +417,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -638,7 +638,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -677,7 +677,7 @@ output: tax_units: tax_unit: - aca_ptc: 29060.81 + aca_ptc: 27263.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -881,7 +881,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -920,7 +920,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1129,7 +1129,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -1168,7 +1168,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1384,7 +1384,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -1423,7 +1423,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1632,7 +1632,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -1671,7 +1671,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1888,7 +1888,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -1927,7 +1927,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2140,7 +2140,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -2179,7 +2179,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2392,7 +2392,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -2431,7 +2431,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2647,7 +2647,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -2686,7 +2686,7 @@ output: tax_units: tax_unit: - aca_ptc: 29060.81 + aca_ptc: 27263.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -2898,7 +2898,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -2937,7 +2937,7 @@ output: tax_units: tax_unit: - aca_ptc: 29060.81 + aca_ptc: 27263.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3153,7 +3153,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -3192,7 +3192,7 @@ output: tax_units: tax_unit: - aca_ptc: 29060.81 + aca_ptc: 27263.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -3400,7 +3400,7 @@ household: members: *id001 zip_code: '75201' - county_str: DALLAS COUNTY + county_str: DALLAS_COUNTY_TX spm_units: spm_unit: members: *id001 @@ -3439,7 +3439,7 @@ output: tax_units: tax_unit: - aca_ptc: 17036.81 + aca_ptc: 15935.95 ctc_value: 4400.0 eitc: 3769.5 people: From 6202b465c88601accd5aa84f7d428f1bd54d01e9 Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 22:56:13 -0400 Subject: [PATCH 07/13] Trim 440 redundant edge cases for purely-federal programs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These 7 folders had identical case content across all 9 state files because the underlying calculation is purely federal and doesn't depend on state_code: - eitc (-72) - cdcc (-40) - csfp (-80) - lifeline (-64) - wic (-96) - msp (-40) - fed_tax_credits_composition (-48) Kept only federal.yaml in each — total edge cases down from 1,642 to 1,202. Folders with genuine state variation are preserved (snap, medicaid, aca_ptc, ssi, ccdf, housing_assistance, chip, ctc, school_meals, head_start, early_head_start, fed_cash_health_composition). Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../edge_cases/cdcc/ca.yaml | 365 --------- .../edge_cases/cdcc/co.yaml | 365 --------- .../edge_cases/cdcc/il.yaml | 365 --------- .../edge_cases/cdcc/la.yaml | 365 --------- .../edge_cases/cdcc/ma.yaml | 365 --------- .../edge_cases/cdcc/nc.yaml | 365 --------- .../edge_cases/cdcc/tx.yaml | 365 --------- .../edge_cases/cdcc/wa.yaml | 365 --------- .../edge_cases/csfp/ca.yaml | 525 ------------- .../edge_cases/csfp/co.yaml | 525 ------------- .../edge_cases/csfp/il.yaml | 525 ------------- .../edge_cases/csfp/la.yaml | 525 ------------- .../edge_cases/csfp/ma.yaml | 525 ------------- .../edge_cases/csfp/nc.yaml | 525 ------------- .../edge_cases/csfp/tx.yaml | 525 ------------- .../edge_cases/csfp/wa.yaml | 525 ------------- .../edge_cases/eitc/ca.yaml | 619 --------------- .../edge_cases/eitc/co.yaml | 619 --------------- .../edge_cases/eitc/il.yaml | 619 --------------- .../edge_cases/eitc/la.yaml | 619 --------------- .../edge_cases/eitc/ma.yaml | 619 --------------- .../edge_cases/eitc/nc.yaml | 619 --------------- .../edge_cases/eitc/tx.yaml | 619 --------------- .../edge_cases/eitc/wa.yaml | 619 --------------- .../fed_tax_credits_composition/ca.yaml | 363 --------- .../fed_tax_credits_composition/co.yaml | 363 --------- .../fed_tax_credits_composition/il.yaml | 363 --------- .../fed_tax_credits_composition/la.yaml | 363 --------- .../fed_tax_credits_composition/ma.yaml | 363 --------- .../fed_tax_credits_composition/nc.yaml | 363 --------- .../fed_tax_credits_composition/tx.yaml | 363 --------- .../fed_tax_credits_composition/wa.yaml | 363 --------- .../edge_cases/lifeline/ca.yaml | 437 ----------- .../edge_cases/lifeline/co.yaml | 437 ----------- .../edge_cases/lifeline/il.yaml | 437 ----------- .../edge_cases/lifeline/la.yaml | 437 ----------- .../edge_cases/lifeline/ma.yaml | 437 ----------- .../edge_cases/lifeline/nc.yaml | 437 ----------- .../edge_cases/lifeline/tx.yaml | 437 ----------- .../edge_cases/lifeline/wa.yaml | 437 ----------- .../analytics_coverage/edge_cases/msp/ca.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/co.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/il.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/la.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/ma.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/nc.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/tx.yaml | 270 ------- .../analytics_coverage/edge_cases/msp/wa.yaml | 270 ------- .../analytics_coverage/edge_cases/wic/ca.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/co.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/il.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/la.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/ma.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/nc.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/tx.yaml | 740 ------------------ .../analytics_coverage/edge_cases/wic/wa.yaml | 740 ------------------ uv.lock | 2 +- 58 files changed, 2 insertions(+), 26554 deletions(-) delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index e420fdf6e3d..87974b6c947 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 1,642 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 1,202 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml deleted file mode 100644 index ef897d96982..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ca.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml deleted file mode 100644 index 593670078a5..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/co.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml deleted file mode 100644 index 1ae44aa99b4..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/il.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml deleted file mode 100644 index 9ac7071380f..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/la.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml deleted file mode 100644 index a262d396961..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/ma.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml deleted file mode 100644 index 68e6d764d0e..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/nc.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml deleted file mode 100644 index 5c1c9acd81c..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/tx.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml deleted file mode 100644 index 7673d7a910a..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/wa.yaml +++ /dev/null @@ -1,365 +0,0 @@ -- name: cdcc_child_age_12_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_child_age_13_no_longer_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 40000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 3014.37 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1420.0 - cdcc: 0.0 - adjusted_gross_income: 40000.0 - income_tax: -4434.37 -- name: cdcc_agi_at_phase_out_start_15000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 1875.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 15000.0 - income_tax: -6127.0 -- name: cdcc_joint_at_amended_2nd_phase_out_150000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 150000.0 - income_tax: 13140.0 -- name: cdcc_zero_earned_income_no_credit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - spm_unit_pre_subsidy_childcare_expenses: 4000 - childcare_expenses: 4000 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - tax_unit_childcare_expenses: 4000 - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml deleted file mode 100644 index 20096476152..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ca.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml deleted file mode 100644 index 2d0a7d2805d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/co.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml deleted file mode 100644 index c273b8cd184..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/il.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml deleted file mode 100644 index 415d06759d4..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/la.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml deleted file mode 100644 index 4fddd58656b..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/ma.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml deleted file mode 100644 index 78101614b3b..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/nc.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml deleted file mode 100644 index 9b4e12a8cc9..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/tx.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml deleted file mode 100644 index a1c20500327..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/wa.yaml +++ /dev/null @@ -1,525 +0,0 @@ -- name: csfp_age_59_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 59 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_age_60_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 60 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_low_income (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 10000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_age_65_above_income_limit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 30000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - commodity_supplemental_food_program: 601.0 -- name: csfp_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 -- name: csfp_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - commodity_supplemental_food_program: 0.0 - spouse: - commodity_supplemental_food_program: 0.0 - child1: - commodity_supplemental_food_program: 0.0 - child2: - commodity_supplemental_food_program: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml deleted file mode 100644 index 233009d1839..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ca.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml deleted file mode 100644 index 0f2c7e5c521..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/co.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml deleted file mode 100644 index ad20deaab26..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/il.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml deleted file mode 100644 index 58a8f127f64..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/la.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml deleted file mode 100644 index 2dac634773d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/ma.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml deleted file mode 100644 index 1e2b73ce3ca..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/nc.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml deleted file mode 100644 index 93dc1d6ab1d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/tx.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml deleted file mode 100644 index f87f81e4950..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/wa.yaml +++ /dev/null @@ -1,619 +0,0 @@ -- name: eitc_joint_1child_just_below_phase_out_start_31160 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31060 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id001 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31060.0 - income_tax: -6127.0 -- name: eitc_joint_1child_at_phase_out_start_31160 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 31160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 31160.0 - income_tax: -6127.0 -- name: eitc_joint_1child_above_phase_out_start (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 32160 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4267.2 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32160.0 - income_tax: -5967.2 -- name: eitc_investment_income_just_below_cap_12200 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12199 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.97 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32199.0 - income_tax: -5960.97 -- name: eitc_investment_income_above_cap (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - capital_gains: 12201 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4260.65 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 32201.0 - income_tax: -5960.65 -- name: eitc_qualifying_child_age_18_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_qualifying_child_age_19_ineligible_non_student (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id007 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: eitc_qualifying_child_age_19_student_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 19 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: true - households: - household: - members: &id008 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -4427.0 -- name: eitc_joint_no_children_phase_out_start_18140 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml deleted file mode 100644 index 9efb5fc776d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ca.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml deleted file mode 100644 index f9d5a2a69f6..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/co.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml deleted file mode 100644 index 762f0f1f53d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/il.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml deleted file mode 100644 index 913d1f3fe33..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/la.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml deleted file mode 100644 index 50f9b51e815..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/ma.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml deleted file mode 100644 index 05738feb0b2..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/nc.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml deleted file mode 100644 index b422a75d7b7..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/tx.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml deleted file mode 100644 index 2fc4cad6de1..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/wa.yaml +++ /dev/null @@ -1,363 +0,0 @@ -- name: fedtax_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: 390.0 -- name: fedtax_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: false - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 0.0 - income_tax: 0.0 -- name: fedtax_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - tax_units: - tax_unit: - eitc: 521.71 - eitc_eligible: true - ctc: 0.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -521.71 -- name: fedtax_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 4427.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 1700.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -6127.0 -- name: fedtax_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 -- name: fedtax_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - tax_units: - tax_unit: - eitc: 7316.0 - eitc_eligible: true - ctc: 4400.0 - ctc_value: 2625.0 - refundable_ctc: 2625.0 - cdcc: 0.0 - adjusted_gross_income: 20000.0 - income_tax: -9941.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml deleted file mode 100644 index 1ff0bb3eec2..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ca.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml deleted file mode 100644 index 8d59a086778..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/co.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml deleted file mode 100644 index c261eeacdd4..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/il.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml deleted file mode 100644 index 9af29fe71e9..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/la.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml deleted file mode 100644 index 3d088bede87..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/ma.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml deleted file mode 100644 index f0e762840c8..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/nc.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml deleted file mode 100644 index 7d762ca0650..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/tx.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml deleted file mode 100644 index 4288305192c..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/wa.yaml +++ /dev/null @@ -1,437 +0,0 @@ -- name: lifeline_just_below_135pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21500 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_just_above_135pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 21600 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true -- name: lifeline_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - lifeline: 0.0 - is_lifeline_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml deleted file mode 100644 index 3ade70ea28e..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ca.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml deleted file mode 100644 index 2d70be6e9b6..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/co.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml deleted file mode 100644 index cf3b5d6186e..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/il.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml deleted file mode 100644 index d051d1a58cb..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/la.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml deleted file mode 100644 index 2c2596bac3e..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/ma.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml deleted file mode 100644 index 4ac74c9849d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/nc.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml deleted file mode 100644 index 04f9fc07f6b..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/tx.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml deleted file mode 100644 index 314f8315d99..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/wa.yaml +++ /dev/null @@ -1,270 +0,0 @@ -- name: msp_medicare_at_100pct_fpl_qmb (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15900 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4488.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_115pct_fpl_slmb (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 17500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 3688.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_128pct_fpl_qi (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 2188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_medicare_above_135pct_fpl_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 22500 - is_medicare_eligible: true - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 1188.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 9214.8 - msp_eligible: true - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: msp_no_medicare_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 15000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 4938.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml deleted file mode 100644 index 797d073940a..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ca.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml deleted file mode 100644 index 22ecd7f7230..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/co.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml deleted file mode 100644 index 99e0b503bbe..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/il.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml deleted file mode 100644 index f6921c0c61a..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/la.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml deleted file mode 100644 index 1086a559477..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/ma.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml deleted file mode 100644 index 9ba308e2151..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/nc.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml deleted file mode 100644 index 51549979f3d..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/tx.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml deleted file mode 100644 index 2e141ba65f0..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/wa.yaml +++ /dev/null @@ -1,740 +0,0 @@ -- name: wic_pregnant_adult (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 1026.75 - wic_category: 0 - is_wic_eligible: true -- name: wic_breastfeeding_mother_infant (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: true - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 1074.75 - wic_category: 2 - is_wic_eligible: true - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_infant_age_0 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 2222.32 - wic_category: 3 - is_wic_eligible: true -- name: wic_child_age_1 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 722.99 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_4 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_child_age_5_no_longer_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false -- name: wic_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true -- name: wic_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id012 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id012 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - spouse: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child1: - wic: 0.0 - wic_category: 5 - is_wic_eligible: false - child2: - wic: 723.15 - wic_category: 4 - is_wic_eligible: true diff --git a/uv.lock b/uv.lock index afa0dbe9a95..eb0de35ebbf 100644 --- a/uv.lock +++ b/uv.lock @@ -2974,7 +2974,7 @@ wheels = [ [[package]] name = "policyengine-us" -version = "1.690.0" +version = "1.691.4" source = { editable = "." } dependencies = [ { name = "microdf-python" }, From ca7bafffeb2ab82c7e8bb01d917eb2f0582748a9 Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 23:04:01 -0400 Subject: [PATCH 08/13] Trim 336 redundant composition cases from non-federal state files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Composition variants (size_1_single_adult, size_2_couple_no_children, size_3_single_parent_2_children, etc.) test aggregation logic across household structures — a code path that's identical regardless of state_code. Keeping the same 6 composition cases × 9 states = 54 cases per program × 7 programs = 378 cases is mechanical replication. Trim: keep composition variants only in federal.yaml; remove from ca/co/il/la/ma/nc/tx/wa state files for these 7 folders: - snap (-48) - ccdf (-48) - housing_assistance (-48) - school_meals (-48) - head_start (-48) - early_head_start (-48) - fed_cash_health_composition (-48) State files in these folders still cover the dimension cases (income thresholds, age cutoffs, immigration status) where state policy actually affects the result. Total edge cases: 1,202 -> 866. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../edge_cases/ccdf/ca.yaml | 374 ------------- .../edge_cases/ccdf/co.yaml | 374 ------------- .../edge_cases/ccdf/il.yaml | 374 ------------- .../edge_cases/ccdf/la.yaml | 374 ------------- .../edge_cases/ccdf/ma.yaml | 374 ------------- .../edge_cases/ccdf/nc.yaml | 374 ------------- .../edge_cases/ccdf/tx.yaml | 374 ------------- .../edge_cases/ccdf/wa.yaml | 374 ------------- .../edge_cases/early_head_start/ca.yaml | 361 ------------- .../edge_cases/early_head_start/co.yaml | 361 ------------- .../edge_cases/early_head_start/il.yaml | 361 ------------- .../edge_cases/early_head_start/la.yaml | 361 ------------- .../edge_cases/early_head_start/ma.yaml | 361 ------------- .../edge_cases/early_head_start/nc.yaml | 361 ------------- .../edge_cases/early_head_start/tx.yaml | 361 ------------- .../edge_cases/early_head_start/wa.yaml | 361 ------------- .../fed_cash_health_composition/ca.yaml | 503 +----------------- .../fed_cash_health_composition/co.yaml | 503 +----------------- .../fed_cash_health_composition/il.yaml | 503 +----------------- .../fed_cash_health_composition/la.yaml | 503 +----------------- .../fed_cash_health_composition/ma.yaml | 503 +----------------- .../fed_cash_health_composition/nc.yaml | 503 +----------------- .../fed_cash_health_composition/tx.yaml | 503 +----------------- .../fed_cash_health_composition/wa.yaml | 503 +----------------- .../edge_cases/head_start/ca.yaml | 361 ------------- .../edge_cases/head_start/co.yaml | 361 ------------- .../edge_cases/head_start/il.yaml | 361 ------------- .../edge_cases/head_start/la.yaml | 361 ------------- .../edge_cases/head_start/ma.yaml | 361 ------------- .../edge_cases/head_start/nc.yaml | 361 ------------- .../edge_cases/head_start/tx.yaml | 361 ------------- .../edge_cases/head_start/wa.yaml | 361 ------------- .../edge_cases/housing_assistance/ca.yaml | 347 ------------ .../edge_cases/housing_assistance/co.yaml | 347 ------------ .../edge_cases/housing_assistance/il.yaml | 347 ------------ .../edge_cases/housing_assistance/la.yaml | 347 ------------ .../edge_cases/housing_assistance/ma.yaml | 347 ------------ .../edge_cases/housing_assistance/nc.yaml | 347 ------------ .../edge_cases/housing_assistance/tx.yaml | 347 ------------ .../edge_cases/housing_assistance/wa.yaml | 347 ------------ .../edge_cases/school_meals/ca.yaml | 353 ------------ .../edge_cases/school_meals/co.yaml | 353 ------------ .../edge_cases/school_meals/il.yaml | 353 ------------ .../edge_cases/school_meals/la.yaml | 353 ------------ .../edge_cases/school_meals/ma.yaml | 353 ------------ .../edge_cases/school_meals/nc.yaml | 353 ------------ .../edge_cases/school_meals/tx.yaml | 353 ------------ .../edge_cases/school_meals/wa.yaml | 353 ------------ .../edge_cases/snap/ca.yaml | 320 ----------- .../edge_cases/snap/co.yaml | 320 ----------- .../edge_cases/snap/il.yaml | 320 ----------- .../edge_cases/snap/la.yaml | 320 ----------- .../edge_cases/snap/ma.yaml | 320 ----------- .../edge_cases/snap/nc.yaml | 320 ----------- .../edge_cases/snap/tx.yaml | 320 ----------- .../edge_cases/snap/wa.yaml | 320 ----------- 57 files changed, 9 insertions(+), 20945 deletions(-) diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index 87974b6c947..d87808ee7c4 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 1,202 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 866 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml index e726e739b68..946e9109247 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml index 3fe98e2a65c..59fedd64b10 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml index daf0b2b7a7d..c2986595729 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml index b2e6724f986..84de24d4767 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml index 27c7ded1ddf..2a43b34ff1e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml index a3c9b30d7d2..94da244cc0f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml index 13e2ede493a..fa5feb57ba8 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml index 82f5edbe7e1..41951930a6f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml @@ -178,377 +178,3 @@ child1: is_ccdf_eligible: false is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false -- name: ccdf_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: true - families: - family: - members: *id009 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - spouse: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child2: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml index b0bcad5d431..40cf4fc3945 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml index 26ccf5dc5e6..e62ec339ca4 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml index eb9c2157d91..7794727afb0 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml index 60e84cfa37b..dfb8970f8f5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml index a50616893e2..50d8cba1ab9 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml index 47feb1911ae..4c980be3c6e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml index 098e2c66182..1c0b541567d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml index ade333c2c7a..19606ce9165 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml @@ -213,364 +213,3 @@ early_head_start: 0.0 child1: early_head_start: 0.0 -- name: early_head_start_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - early_head_start: 0.0 -- name: early_head_start_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 -- name: early_head_start_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 -- name: early_head_start_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 -- name: early_head_start_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - early_head_start: 0.0 - spouse: - early_head_start: 0.0 - child1: - early_head_start: 0.0 - child2: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml index eed92b264ed..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml index 8c28cb736ab..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml index c033da616d2..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml index c34fbc18abf..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml index 165998275e5..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml index d2b9180e829..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml index 3552d0eabb3..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: true - tax_units: - tax_unit: - aca_ptc: 7983.68 - premium_tax_credit: 7983.68 -- name: cashhealth_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml index 05add974655..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml @@ -1,502 +1 @@ -- name: cashhealth_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: cashhealth_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 6439.11 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child2: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml index 53d8c276ee1..39b09d56216 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 20347.29 -- name: head_start_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 20347.29 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml index 87e44897488..993f31bc8df 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 14455.53 -- name: head_start_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 14455.53 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml index ef4739cebcb..eb3cf238ee6 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 15695.13 -- name: head_start_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 15695.13 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml index 0390021bf7e..358d678e1a6 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 12093.02 -- name: head_start_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 12093.02 -- name: head_start_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 12093.02 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml index 275d985fed9..9ef39cf930e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 17385.39 -- name: head_start_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 17385.39 -- name: head_start_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 17385.39 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml index b0841946ae2..ccdec75ddc4 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 13199.14 -- name: head_start_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 13199.14 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml index 07b6bd0981b..5d0beab2903 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 11803.89 -- name: head_start_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 11803.89 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml index d6195beccfb..bdb1a1a89e5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml @@ -288,364 +288,3 @@ head_start: 0.0 child1: head_start: 19066.57 -- name: head_start_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - head_start: 0.0 -- name: head_start_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 -- name: head_start_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 19066.57 -- name: head_start_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id011 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id011 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: true - families: - family: - members: *id011 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - people: - head: - head_start: 0.0 - spouse: - head_start: 0.0 - child1: - head_start: 0.0 - child2: - head_start: 19066.57 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml index f84b0c0a6d8..1b76b76570f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml index 4581a42e3e6..8b84f1c02be 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml index 2c5c4422d49..90f5c0a429b 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml index ba922b8be27..51f09181e60 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml index f5c776c4426..4b9f0f77c4e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml index 82d8136027f..c98070877fc 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml index 80d4f2399cb..ab7f2437d86 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml index cf04d1207b5..c4ae3e29b9f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml @@ -82,350 +82,3 @@ spm_units: spm_unit: housing_assistance: 0.0 -- name: housing_assistance_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: true - families: - family: - members: *id008 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - housing_assistance: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml index 46e7f69d642..2242d406a39 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml index 6c8b7263106..b35463c5c3f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml index b5b7c1a46ed..a8a0cf16ffd 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 0.87 school_meal_tier: 2 -- name: school_meals_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml index 58c6ceb800e..ebb1ee97ac0 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml index f59d6302c8e..546edd5546d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml index 3ad1c888520..28a32348091 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 0.87 school_meal_tier: 2 -- name: school_meals_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml index cab3c24e33c..0f1762c423b 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 0.87 school_meal_tier: 2 -- name: school_meals_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml index 4a55bc67afb..f3a30d7014d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml @@ -278,356 +278,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id006 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id007 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: true - families: - family: - members: *id007 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id008 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id008 - tax_units: - tax_unit: - members: *id008 - tax_unit_is_joint: false - families: - family: - members: *id008 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id009 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id009 - tax_units: - tax_unit: - members: *id009 - tax_unit_is_joint: false - families: - family: - members: *id009 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id010 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id010 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: true - families: - family: - members: *id010 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml index 1c52c3a4a29..eb999a5d341 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 1006.02 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1120.32 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 3122.39 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 4827.24 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml index 886d46388ce..3faaaa7bb11 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 2912.22 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml index a7c46f6d58c..eb3b5dbf149 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 2912.22 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml index 9d46d081355..196ae5f15b2 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 804.42 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 1193.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 3688.49 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5958.54 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml index 45ee76f399a..7fde2795e1a 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 287.68 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 2169.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 4277.34 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml index a3fc967cd6e..e821a949c02 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 2912.22 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml index f41e394995d..d031a4833ae 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 2912.22 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5796.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 8393.94 - is_snap_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml index 74b4b9e51c0..56c645f0139 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml @@ -565,323 +565,3 @@ spm_unit: snap: 287.68 is_snap_eligible: true -- name: snap_size_1_single_adult_age_30 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - households: - household: - members: &id010 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id010 - snap_assets: 500 - tax_units: - tax_unit: - members: *id010 - tax_unit_is_joint: false - families: - family: - members: *id010 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 287.68 - is_snap_eligible: true -- name: snap_size_1_single_elderly_age_65 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id011 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id011 - snap_assets: 500 - tax_units: - tax_unit: - members: *id011 - tax_unit_is_joint: false - families: - family: - members: *id011 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - snap: 1751.94 - is_snap_eligible: true -- name: snap_size_2_married_couple_no_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id012 - - head - - spouse - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id012 - snap_assets: 500 - tax_units: - tax_unit: - members: *id012 - tax_unit_is_joint: true - families: - family: - members: *id012 - marital_units: - mu_couple: - members: - - head - - spouse - output: - spm_units: - spm_unit: - snap: 2912.22 - is_snap_eligible: true -- name: snap_size_2_single_parent_1_child (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id013 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id013 - snap_assets: 500 - tax_units: - tax_unit: - members: *id013 - tax_unit_is_joint: false - families: - family: - members: *id013 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - snap: 494.82 - is_snap_eligible: true -- name: snap_size_3_single_parent_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id014 - - head - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id014 - snap_assets: 500 - tax_units: - tax_unit: - members: *id014 - tax_unit_is_joint: false - families: - family: - members: *id014 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 2889.29 - is_snap_eligible: true -- name: snap_size_4_couple_2_children (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 20000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: &id015 - - head - - spouse - - child1 - - child2 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id015 - snap_assets: 500 - tax_units: - tax_unit: - members: *id015 - tax_unit_is_joint: true - families: - family: - members: *id015 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - mu_child2: - members: - - child2 - output: - spm_units: - spm_unit: - snap: 5004.54 - is_snap_eligible: true From 15f224c4d482b8f91de7a45c897c6fdfac567dc3 Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 23:35:47 -0400 Subject: [PATCH 09/13] =?UTF-8?q?Trim=20redundant=20signature=20and=20edge?= =?UTF-8?q?=20cases=20(177=E2=86=9281,=20866=E2=86=92642)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two trims after analyzing redundancy: 1. Signature cases (analytics_coverage/*.yaml): 177 -> 81 For each cluster of CSV signatures sharing the same set of input variable names (ignoring entity-count / household-size), keep one representative (the one with the largest output bundle) and drop the household-size duplicates. Each retained case is annotated with "+N dupes" showing how many production variants it consolidates. 2. Edge cases (analytics_coverage/edge_cases/): 866 -> 642 For each multi-state edge_cases folder, find cases whose computed output is byte-identical across all 9 state files (federal + 8 states). Those cases test state-invariant logic (federal MAGI, federal age cutoffs, federal credit phase-outs) — replication across 9 states adds nothing. Keep them in federal.yaml only; drop from ca/co/il/la/ma/nc/tx/wa. Affected folders (state-invariant cases dropped from 8 state files): - medicaid (6 cases × 8 states = 48) - ssi (5 × 8 = 40) - ctc (4 × 8 = 32) - ccdf (3 × 8 = 24) - aca_ptc (2 × 8 = 16) - housing_assistance (2 × 8 = 16) - school_meals (2 × 8 = 16) - head_start (2 × 8 = 16) - early_head_start (1 × 8 = 8) - chip (1 × 8 = 8) State-varying cases (where state actually changes the answer — SNAP BBCE, Medicaid expansion, etc.) stay at full 9-state coverage. All 730 remaining partner tests pass locally. Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- .../partners/analytics_coverage/ca.yaml | 2260 +------- .../partners/analytics_coverage/co.yaml | 3484 +----------- .../edge_cases/aca_ptc/ca.yaml | 124 +- .../edge_cases/aca_ptc/co.yaml | 124 +- .../edge_cases/aca_ptc/il.yaml | 124 +- .../edge_cases/aca_ptc/la.yaml | 124 +- .../edge_cases/aca_ptc/ma.yaml | 124 +- .../edge_cases/aca_ptc/nc.yaml | 124 +- .../edge_cases/aca_ptc/tx.yaml | 124 +- .../edge_cases/aca_ptc/wa.yaml | 124 +- .../edge_cases/ccdf/ca.yaml | 181 +- .../edge_cases/ccdf/co.yaml | 181 +- .../edge_cases/ccdf/il.yaml | 181 +- .../edge_cases/ccdf/la.yaml | 181 +- .../edge_cases/ccdf/ma.yaml | 181 +- .../edge_cases/ccdf/nc.yaml | 181 +- .../edge_cases/ccdf/tx.yaml | 181 +- .../edge_cases/ccdf/wa.yaml | 181 +- .../edge_cases/chip/ca.yaml | 104 - .../edge_cases/chip/co.yaml | 104 - .../edge_cases/chip/il.yaml | 104 - .../edge_cases/chip/la.yaml | 104 - .../edge_cases/chip/ma.yaml | 104 - .../edge_cases/chip/nc.yaml | 104 - .../edge_cases/chip/tx.yaml | 104 - .../edge_cases/chip/wa.yaml | 104 - .../analytics_coverage/edge_cases/ctc/ca.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/co.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/il.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/la.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/ma.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/nc.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/tx.yaml | 294 +- .../analytics_coverage/edge_cases/ctc/wa.yaml | 294 +- .../edge_cases/early_head_start/ca.yaml | 58 - .../edge_cases/early_head_start/co.yaml | 58 - .../edge_cases/early_head_start/il.yaml | 58 - .../edge_cases/early_head_start/la.yaml | 58 - .../edge_cases/early_head_start/ma.yaml | 58 - .../edge_cases/early_head_start/nc.yaml | 58 - .../edge_cases/early_head_start/tx.yaml | 58 - .../edge_cases/early_head_start/wa.yaml | 58 - .../edge_cases/head_start/ca.yaml | 134 +- .../edge_cases/head_start/co.yaml | 134 +- .../edge_cases/head_start/il.yaml | 134 +- .../edge_cases/head_start/la.yaml | 134 +- .../edge_cases/head_start/ma.yaml | 134 +- .../edge_cases/head_start/nc.yaml | 134 +- .../edge_cases/head_start/tx.yaml | 134 +- .../edge_cases/head_start/wa.yaml | 134 +- .../edge_cases/housing_assistance/ca.yaml | 85 +- .../edge_cases/housing_assistance/co.yaml | 85 +- .../edge_cases/housing_assistance/il.yaml | 85 +- .../edge_cases/housing_assistance/la.yaml | 85 +- .../edge_cases/housing_assistance/ma.yaml | 85 +- .../edge_cases/housing_assistance/nc.yaml | 85 +- .../edge_cases/housing_assistance/tx.yaml | 85 +- .../edge_cases/housing_assistance/wa.yaml | 85 +- .../edge_cases/medicaid/ca.yaml | 598 +- .../edge_cases/medicaid/co.yaml | 598 +- .../edge_cases/medicaid/il.yaml | 598 +- .../edge_cases/medicaid/la.yaml | 598 +- .../edge_cases/medicaid/ma.yaml | 598 +- .../edge_cases/medicaid/nc.yaml | 598 +- .../edge_cases/medicaid/tx.yaml | 598 +- .../edge_cases/medicaid/wa.yaml | 598 +- .../edge_cases/school_meals/ca.yaml | 148 +- .../edge_cases/school_meals/co.yaml | 148 +- .../edge_cases/school_meals/il.yaml | 152 +- .../edge_cases/school_meals/la.yaml | 148 +- .../edge_cases/school_meals/ma.yaml | 148 +- .../edge_cases/school_meals/nc.yaml | 152 +- .../edge_cases/school_meals/tx.yaml | 152 +- .../edge_cases/school_meals/wa.yaml | 148 +- .../analytics_coverage/edge_cases/ssi/ca.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/co.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/il.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/la.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/ma.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/nc.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/tx.yaml | 292 +- .../analytics_coverage/edge_cases/ssi/wa.yaml | 292 +- .../partners/analytics_coverage/federal.yaml | 1180 +--- .../partners/analytics_coverage/il.yaml | 1003 +--- .../partners/analytics_coverage/ma.yaml | 1433 +---- .../partners/analytics_coverage/nc.yaml | 4889 +---------------- .../partners/analytics_coverage/tx.yaml | 1812 +----- .../partners/analytics_coverage/wa.yaml | 1928 +------ 89 files changed, 917 insertions(+), 33230 deletions(-) diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index d87808ee7c4..4af5d782d9a 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 177 per-signature test cases (grouped by state) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 866 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. +YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 81 per-signature test cases (grouped by state; one per unique input-variable shape, with size variants deduplicated) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 642 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml index e7d92d5f66c..88c4d39b0e5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml @@ -1,4 +1,4 @@ -- name: signature_15 (14 reqs) +- name: signature_15 (14 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1164,7 +1164,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_31 (8 reqs) +- name: signature_31 (8 reqs, +2 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1363,7 +1363,7 @@ ca_fera_eligible: false ca_la_ez_save: 98.04 ca_la_ez_save_eligible: true -- name: signature_40 (6 reqs) +- name: signature_41 (6 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1381,7 +1381,6 @@ rent: 18000 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY spouse: age: 33 @@ -1396,7 +1395,6 @@ rent: 0 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 20 ca_calworks_child_care_time_category: MONTHLY child1: age: 8 @@ -1409,7 +1407,6 @@ immigration_status_str: CITIZEN employment_income: 0 rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -1424,7 +1421,6 @@ immigration_status_str: CITIZEN employment_income: 0 rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -1432,7 +1428,6 @@ household: members: *id001 household_vehicles_value: 8000 - household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -1562,7 +1557,7 @@ ca_fera_eligible: false ca_la_ez_save: 98.04 ca_la_ez_save_eligible: true -- name: signature_41 (6 reqs) +- name: signature_43 (6 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1576,8 +1571,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 + self_employment_income: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -1590,8 +1584,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 + self_employment_income: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -1604,8 +1597,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 + self_employment_income: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -1618,8 +1610,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 + self_employment_income: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -1627,6 +1618,7 @@ household: members: *id001 household_vehicles_value: 8000 + household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -1639,8 +1631,6 @@ spm_units: spm_unit: members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -1661,27 +1651,27 @@ output: tax_units: tax_unit: - aca_ptc: 9862.22 + aca_ptc: 0.0 ca_cdcc: 0.0 ca_eitc: 0.0 - ca_eitc_eligible: false + ca_eitc_eligible: true ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 + ca_income_tax_before_credits: 0.0 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 cdcc: 0.0 ctc: 4400.0 - eitc: 3769.5 + eitc: 0.0 eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 + income_tax: 0.0 + income_tax_before_credits: 0.0 income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 spm_units: spm_unit: ca_ala_general_assistance: 0.0 @@ -1693,39 +1683,39 @@ ca_calworks_stage_3: 0.0 ca_calworks_stage_3_eligible: false ca_capp: 0.0 - ca_capp_eligible: true + ca_capp_eligible: false ca_riv_general_relief: 0.0 ca_riv_general_relief_eligible: false ca_riv_share_eligible: false ca_riv_share_payment: 0.0 ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false + ca_tanf: 16992.0 + ca_tanf_eligible: true is_lifeline_eligible: true is_snap_eligible: true la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 7947.54 people: head: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true is_ssi_aged: false is_ssi_eligible: false - medicaid: 0.0 + medicaid: 4367.51 ssi: 0.0 wic: 0.0 spouse: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true is_ssi_aged: false is_ssi_eligible: false - medicaid: 0.0 + medicaid: 4367.51 ssi: 0.0 wic: 0.0 child1: @@ -1750,13 +1740,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_42 (6 reqs) +- name: signature_44 (6 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1769,6 +1759,7 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 36000 rent: 18000 @@ -1784,6 +1775,7 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 12000 rent: 0 @@ -1799,6 +1791,7 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 rent: 0 @@ -1814,6 +1807,7 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 rent: 0 @@ -1838,8 +1832,6 @@ spm_units: spm_unit: members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -1949,13 +1941,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_43 (6 reqs) +- name: signature_46 (6 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1969,10 +1961,10 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false spouse: age: 33 is_tax_unit_head: false @@ -1982,7 +1974,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -1995,7 +1986,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -2008,7 +1998,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -2016,7 +2005,6 @@ household: members: *id001 household_vehicles_value: 8000 - household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -2144,7 +2132,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_44 (6 reqs) +- name: signature_58 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2157,14 +2145,15 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 36000 - rent: 18000 + pre_subsidy_rent: 0 + other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY + ca_calworks_child_care_full_time: false spouse: age: 33 is_tax_unit_head: false @@ -2173,10 +2162,10 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 12000 - rent: 0 + pre_subsidy_rent: 0 + other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 20 @@ -2189,12 +2178,11 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false + other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY child2: @@ -2205,22 +2193,21 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false + other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY households: household: members: *id001 household_vehicles_value: 8000 - household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true + bedrooms: 2 ca_tanf_region1: true in_ala: false in_la: true @@ -2230,6 +2217,8 @@ spm_units: spm_unit: members: *id001 + spm_unit_pre_subsidy_childcare_expenses: 6000 + receives_housing_assistance: false was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -2257,7 +2246,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 + ca_renter_credit: 0.0 ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 @@ -2281,7 +2270,7 @@ ca_calworks_stage_2_eligible: false ca_calworks_stage_3: 0.0 ca_calworks_stage_3_eligible: false - ca_capp: 0.0 + ca_capp: 6000.0 ca_capp_eligible: true ca_riv_general_relief: 0.0 ca_riv_general_relief_eligible: false @@ -2290,12 +2279,13 @@ ca_state_supplement: 0.0 ca_tanf: 0.0 ca_tanf_eligible: false + housing_assistance: 0.0 is_lifeline_eligible: true - is_snap_eligible: true + is_snap_eligible: false la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 0.0 people: head: ca_ala_general_assistance_eligible_person: false @@ -2345,7 +2335,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_46 (6 reqs) +- name: signature_59 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2359,6 +2349,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -2372,6 +2363,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -2385,6 +2377,7 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN receives_medicaid: false + other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY child2: @@ -2397,15 +2390,18 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN receives_medicaid: false + other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY households: household: members: *id001 household_vehicles_value: 8000 + household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true + is_homeless: false ca_tanf_region1: true in_ala: false in_la: true @@ -2530,7 +2526,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_47 (6 reqs) +- name: signature_60 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2607,8 +2603,6 @@ spm_units: spm_unit: members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -2718,13 +2712,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_58 (4 reqs) +- name: signature_61 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2739,13 +2733,12 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 36000 - pre_subsidy_rent: 0 + rent: 18000 other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY - ca_calworks_child_care_full_time: false spouse: age: 33 is_tax_unit_head: false @@ -2756,7 +2749,7 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 12000 - pre_subsidy_rent: 0 + rent: 0 other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false @@ -2772,6 +2765,7 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false other_medical_expenses: 0 @@ -2787,6 +2781,7 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false other_medical_expenses: 0 @@ -2799,7 +2794,6 @@ lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true - bedrooms: 2 ca_tanf_region1: true in_ala: false in_la: true @@ -2809,8 +2803,6 @@ spm_units: spm_unit: members: *id001 - spm_unit_pre_subsidy_childcare_expenses: 6000 - receives_housing_assistance: false was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -2838,7 +2830,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 + ca_renter_credit: 120.0 ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 @@ -2862,7 +2854,7 @@ ca_calworks_stage_2_eligible: false ca_calworks_stage_3: 0.0 ca_calworks_stage_3_eligible: false - ca_capp: 6000.0 + ca_capp: 0.0 ca_capp_eligible: true ca_riv_general_relief: 0.0 ca_riv_general_relief_eligible: false @@ -2871,13 +2863,12 @@ ca_state_supplement: 0.0 ca_tanf: 0.0 ca_tanf_eligible: false - housing_assistance: 0.0 is_lifeline_eligible: true - is_snap_eligible: false + is_snap_eligible: true la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 0.0 + snap: 3713.94 people: head: ca_ala_general_assistance_eligible_person: false @@ -2927,7 +2918,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_59 (4 reqs) +- name: signature_62 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2941,11 +2932,10 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - other_medical_expenses: 0 + alimony_income: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY - ca_riv_general_relief_meets_work_requirements: false spouse: age: 33 is_tax_unit_head: false @@ -2955,7 +2945,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - other_medical_expenses: 0 + alimony_income: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -2969,7 +2959,6 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN receives_medicaid: false - other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY child2: @@ -2982,18 +2971,15 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN receives_medicaid: false - other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY households: household: members: *id001 household_vehicles_value: 8000 - household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true - is_homeless: false ca_tanf_region1: true in_ala: false in_la: true @@ -3003,6 +2989,8 @@ spm_units: spm_unit: members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -3112,13 +3100,13 @@ wic: 723.15 households: household: - ca_care: 0.0 + ca_care: 487.5 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 0.0 + ca_la_ez_save: 98.04 ca_la_ez_save_eligible: true -- name: signature_60 (4 reqs) +- name: signature_63 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -3131,11 +3119,12 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 36000 - rent: 18000 health_insurance_premiums: 0 receives_medicaid: false + weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY spouse: age: 33 @@ -3145,11 +3134,12 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 12000 - rent: 0 health_insurance_premiums: 0 receives_medicaid: false + weekly_hours_worked_before_lsr: 20 ca_calworks_child_care_time_category: MONTHLY child1: age: 8 @@ -3159,9 +3149,10 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 + weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -3173,9 +3164,10 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 + weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -3222,7 +3214,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 + ca_renter_credit: 0.0 ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 @@ -3256,11 +3248,11 @@ ca_tanf: 0.0 ca_tanf_eligible: false is_lifeline_eligible: true - is_snap_eligible: true + is_snap_eligible: false la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 0.0 people: head: ca_ala_general_assistance_eligible_person: false @@ -3310,7 +3302,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_61 (4 reqs) +- name: signature_64 (4 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -3323,13 +3315,10 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 - other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY spouse: age: 33 @@ -3339,13 +3328,10 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 - other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 20 ca_calworks_child_care_time_category: MONTHLY child1: age: 8 @@ -3355,12 +3341,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false - other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY child2: @@ -3371,12 +3354,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false + was_in_foster_care: false immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false - other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY households: @@ -3415,27 +3395,27 @@ output: tax_units: tax_unit: - aca_ptc: 9862.22 + aca_ptc: 0.0 ca_cdcc: 0.0 ca_eitc: 0.0 - ca_eitc_eligible: false + ca_eitc_eligible: true ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 + ca_income_tax_before_credits: 0.0 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 0.0 + ca_renter_credit: 0.0 + ca_yctc: 1215.95 cdcc: 0.0 ctc: 4400.0 - eitc: 3769.5 + eitc: 0.0 eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 + income_tax: 0.0 + income_tax_before_credits: 0.0 income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 spm_units: spm_unit: ca_ala_general_assistance: 0.0 @@ -3447,39 +3427,39 @@ ca_calworks_stage_3: 0.0 ca_calworks_stage_3_eligible: false ca_capp: 0.0 - ca_capp_eligible: true + ca_capp_eligible: false ca_riv_general_relief: 0.0 ca_riv_general_relief_eligible: false ca_riv_share_eligible: false ca_riv_share_payment: 0.0 ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false + ca_tanf: 16992.0 + ca_tanf_eligible: true is_lifeline_eligible: true is_snap_eligible: true la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 7947.54 people: head: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true is_ssi_aged: false is_ssi_eligible: false - medicaid: 0.0 + medicaid: 4367.51 ssi: 0.0 wic: 0.0 spouse: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true is_ssi_aged: false is_ssi_eligible: false - medicaid: 0.0 + medicaid: 4367.51 ssi: 0.0 wic: 0.0 child1: @@ -3510,7 +3490,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_62 (4 reqs) +- name: signature_65 (4 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -3524,10 +3504,12 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - alimony_income: 0 + social_security_retirement: 0 + rent: 18000 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY + ca_riv_general_relief_meets_work_requirements: false spouse: age: 33 is_tax_unit_head: false @@ -3537,7 +3519,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - alimony_income: 0 + rent: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -3550,6 +3532,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + rent: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -3562,6 +3545,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + rent: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -3581,8 +3565,6 @@ spm_units: spm_unit: members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -3610,7 +3592,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 0.0 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 + ca_renter_credit: 120.0 ca_yctc: 1215.95 cdcc: 0.0 ctc: 4400.0 @@ -3648,7 +3630,7 @@ la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 7947.54 + snap: 10398.24 people: head: ca_ala_general_assistance_eligible_person: false @@ -3692,13 +3674,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_63 (4 reqs) +- name: signature_67 (4 reqs, +3 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -3711,9 +3693,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 36000 + rent: 18000 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 40 @@ -3726,9 +3708,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 12000 + rent: 0 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 20 @@ -3741,9 +3723,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 @@ -3756,9 +3738,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 @@ -3779,6 +3761,8 @@ spm_units: spm_unit: members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -3806,7 +3790,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 + ca_renter_credit: 120.0 ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 @@ -3840,11 +3824,11 @@ ca_tanf: 0.0 ca_tanf_eligible: false is_lifeline_eligible: true - is_snap_eligible: false + is_snap_eligible: true la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 0.0 + snap: 3713.94 people: head: ca_ala_general_assistance_eligible_person: false @@ -3888,13 +3872,13 @@ wic: 723.15 households: household: - ca_care: 0.0 + ca_care: 487.5 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 0.0 + ca_la_ez_save: 98.04 ca_la_ez_save_eligible: true -- name: signature_64 (4 reqs) +- name: signature_68 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -3907,8 +3891,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN + employment_income: 36000 + rent: 18000 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -3920,8 +3905,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN + employment_income: 12000 + rent: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -3933,8 +3919,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -3946,8 +3933,9 @@ is_disabled: false is_pregnant: false is_aca_eshi_eligible: false - was_in_foster_care: false immigration_status_str: CITIZEN + employment_income: 0 + rent: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -3955,6 +3943,7 @@ household: members: *id001 household_vehicles_value: 8000 + household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -3967,6 +3956,7 @@ spm_units: spm_unit: members: *id001 + heating_cooling_expense: 1200 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -3987,27 +3977,27 @@ output: tax_units: tax_unit: - aca_ptc: 0.0 + aca_ptc: 9862.22 ca_cdcc: 0.0 ca_eitc: 0.0 - ca_eitc_eligible: true + ca_eitc_eligible: false ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 0.0 + ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 - ca_yctc: 1215.95 + ca_renter_credit: 120.0 + ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 - eitc: 0.0 + eitc: 3769.5 eitc_eligible: true - income_tax: 0.0 - income_tax_before_credits: 0.0 + income_tax: -6589.5 + income_tax_before_credits: 1580.0 income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 0.0 - income_tax_non_refundable_credits: 4400.0 - income_tax_refundable_credits: 0.0 - premium_tax_credit: 0.0 - refundable_ctc: 0.0 + income_tax_capped_non_refundable_credits: 1580.0 + income_tax_non_refundable_credits: 1580.0 + income_tax_refundable_credits: 6589.5 + premium_tax_credit: 9862.22 + refundable_ctc: 2820.0 spm_units: spm_unit: ca_ala_general_assistance: 0.0 @@ -4019,39 +4009,39 @@ ca_calworks_stage_3: 0.0 ca_calworks_stage_3_eligible: false ca_capp: 0.0 - ca_capp_eligible: false + ca_capp_eligible: true ca_riv_general_relief: 0.0 ca_riv_general_relief_eligible: false ca_riv_share_eligible: false ca_riv_share_payment: 0.0 ca_state_supplement: 0.0 - ca_tanf: 16992.0 - ca_tanf_eligible: true + ca_tanf: 0.0 + ca_tanf_eligible: false is_lifeline_eligible: true is_snap_eligible: true la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 7947.54 + snap: 3713.94 people: head: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true + is_aca_ptc_eligible: true + is_medicaid_eligible: false is_ssi_aged: false is_ssi_eligible: false - medicaid: 4367.51 + medicaid: 0.0 ssi: 0.0 wic: 0.0 spouse: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true + is_aca_ptc_eligible: true + is_medicaid_eligible: false is_ssi_aged: false is_ssi_eligible: false - medicaid: 4367.51 + medicaid: 0.0 ssi: 0.0 wic: 0.0 child1: @@ -4082,7 +4072,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_65 (4 reqs) +- name: signature_70 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -4096,12 +4086,11 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - social_security_retirement: 0 + self_employment_income: 0 rent: 18000 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY - ca_riv_general_relief_meets_work_requirements: false spouse: age: 33 is_tax_unit_head: false @@ -4111,6 +4100,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + self_employment_income: 0 rent: 0 health_insurance_premiums: 0 receives_medicaid: false @@ -4124,6 +4114,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + self_employment_income: 0 rent: 0 receives_medicaid: false health_insurance_premiums: 0 @@ -4137,6 +4128,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN + self_employment_income: 0 rent: 0 receives_medicaid: false health_insurance_premiums: 0 @@ -4272,7 +4264,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_66 (4 reqs) +- name: signature_77 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -4335,6 +4327,7 @@ household: members: *id001 household_vehicles_value: 8000 + household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -4462,7 +4455,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_67 (4 reqs) +- name: signature_78 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -4477,10 +4470,8 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 36000 - rent: 18000 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY spouse: age: 33 @@ -4492,10 +4483,8 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 12000 - rent: 0 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 20 ca_calworks_child_care_time_category: MONTHLY child1: age: 8 @@ -4507,8 +4496,6 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -4522,8 +4509,6 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -4543,8 +4528,6 @@ spm_units: spm_unit: members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -4572,7 +4555,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 + ca_renter_credit: 0.0 ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 @@ -4606,11 +4589,11 @@ ca_tanf: 0.0 ca_tanf_eligible: false is_lifeline_eligible: true - is_snap_eligible: true + is_snap_eligible: false la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 0.0 people: head: ca_ala_general_assistance_eligible_person: false @@ -4654,13 +4637,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_68 (4 reqs) +- name: signature_79 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -4678,6 +4661,7 @@ rent: 18000 health_insurance_premiums: 0 receives_medicaid: false + weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY spouse: age: 33 @@ -4692,6 +4676,7 @@ rent: 0 health_insurance_premiums: 0 receives_medicaid: false + weekly_hours_worked_before_lsr: 20 ca_calworks_child_care_time_category: MONTHLY child1: age: 8 @@ -4704,6 +4689,7 @@ immigration_status_str: CITIZEN employment_income: 0 rent: 0 + weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -4718,6 +4704,7 @@ immigration_status_str: CITIZEN employment_income: 0 rent: 0 + weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -4725,7 +4712,6 @@ household: members: *id001 household_vehicles_value: 8000 - household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -4738,7 +4724,6 @@ spm_units: spm_unit: members: *id001 - heating_cooling_expense: 1200 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -4854,7 +4839,7 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_69 (4 reqs) +- name: signature_80 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -4869,7 +4854,7 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 36000 - rent: 18000 + other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 40 @@ -4884,7 +4869,7 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 12000 - rent: 0 + other_medical_expenses: 0 health_insurance_premiums: 0 receives_medicaid: false weekly_hours_worked_before_lsr: 20 @@ -4899,9 +4884,9 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false + other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY child2: @@ -4914,15 +4899,16 @@ is_aca_eshi_eligible: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 weekly_hours_worked_before_lsr: 0 receives_medicaid: false + other_medical_expenses: 0 health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY households: household: members: *id001 household_vehicles_value: 8000 + household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -4936,7 +4922,6 @@ spm_unit: members: *id001 heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -4964,7 +4949,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 505.16 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 + ca_renter_credit: 0.0 ca_yctc: 0.0 cdcc: 0.0 ctc: 4400.0 @@ -4998,11 +4983,11 @@ ca_tanf: 0.0 ca_tanf_eligible: false is_lifeline_eligible: true - is_snap_eligible: true + is_snap_eligible: false la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 0.0 people: head: ca_ala_general_assistance_eligible_person: false @@ -5046,13 +5031,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_70 (4 reqs) +- name: signature_100 (2 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -5066,7 +5051,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 rent: 18000 health_insurance_premiums: 0 receives_medicaid: false @@ -5080,7 +5064,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 rent: 0 health_insurance_premiums: 0 receives_medicaid: false @@ -5094,7 +5077,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 rent: 0 receives_medicaid: false health_insurance_premiums: 0 @@ -5108,7 +5090,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - self_employment_income: 0 rent: 0 receives_medicaid: false health_insurance_premiums: 0 @@ -5129,6 +5110,8 @@ spm_units: spm_unit: members: *id001 + heating_cooling_expense: 1200 + pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -5238,13 +5221,13 @@ wic: 723.15 households: household: - ca_care: 0.0 + ca_care: 487.5 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 0.0 + ca_la_ez_save: 98.04 ca_la_ez_save_eligible: true -- name: signature_76 (4 reqs) +- name: signature_113 (2 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -5258,11 +5241,9 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 36000 rent: 18000 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 40 ca_calworks_child_care_time_category: MONTHLY spouse: age: 33 @@ -5273,11 +5254,9 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 12000 rent: 0 health_insurance_premiums: 0 receives_medicaid: false - weekly_hours_worked_before_lsr: 20 ca_calworks_child_care_time_category: MONTHLY child1: age: 8 @@ -5288,9 +5267,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 0 rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -5303,9 +5280,7 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - employment_income: 0 rent: 0 - weekly_hours_worked_before_lsr: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -5313,6 +5288,7 @@ household: members: *id001 household_vehicles_value: 8000 + household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -5326,7 +5302,6 @@ spm_unit: members: *id001 heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -5347,27 +5322,27 @@ output: tax_units: tax_unit: - aca_ptc: 9862.22 + aca_ptc: 0.0 ca_cdcc: 0.0 ca_eitc: 0.0 - ca_eitc_eligible: false + ca_eitc_eligible: true ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 + ca_income_tax_before_credits: 0.0 ca_income_tax_before_refundable_credits: 0.0 ca_renter_credit: 120.0 - ca_yctc: 0.0 + ca_yctc: 1215.95 cdcc: 0.0 ctc: 4400.0 - eitc: 3769.5 + eitc: 0.0 eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 + income_tax: 0.0 + income_tax_before_credits: 0.0 income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 + income_tax_capped_non_refundable_credits: 0.0 + income_tax_non_refundable_credits: 4400.0 + income_tax_refundable_credits: 0.0 + premium_tax_credit: 0.0 + refundable_ctc: 0.0 spm_units: spm_unit: ca_ala_general_assistance: 0.0 @@ -5379,39 +5354,39 @@ ca_calworks_stage_3: 0.0 ca_calworks_stage_3_eligible: false ca_capp: 0.0 - ca_capp_eligible: true + ca_capp_eligible: false ca_riv_general_relief: 0.0 ca_riv_general_relief_eligible: false ca_riv_share_eligible: false ca_riv_share_payment: 0.0 ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false + ca_tanf: 16992.0 + ca_tanf_eligible: true is_lifeline_eligible: true is_snap_eligible: true la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 3713.94 + snap: 10398.24 people: head: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true is_ssi_aged: false is_ssi_eligible: false - medicaid: 0.0 + medicaid: 4367.51 ssi: 0.0 wic: 0.0 spouse: ca_ala_general_assistance_eligible_person: false ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false + is_aca_ptc_eligible: false + is_medicaid_eligible: true is_ssi_aged: false is_ssi_eligible: false - medicaid: 0.0 + medicaid: 4367.51 ssi: 0.0 wic: 0.0 child1: @@ -5436,13 +5411,13 @@ wic: 723.15 households: household: - ca_care: 487.5 + ca_care: 0.0 ca_care_eligible: true ca_fera: 0.0 ca_fera_eligible: false - ca_la_ez_save: 98.04 + ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_77 (4 reqs) +- name: signature_128 (2 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -5456,12 +5431,9 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - social_security_retirement: 0 - rent: 18000 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY - ca_riv_general_relief_meets_work_requirements: false spouse: age: 33 is_tax_unit_head: false @@ -5471,7 +5443,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - rent: 0 health_insurance_premiums: 0 receives_medicaid: false ca_calworks_child_care_time_category: MONTHLY @@ -5484,7 +5455,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - rent: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -5497,7 +5467,6 @@ is_pregnant: false is_aca_eshi_eligible: false immigration_status_str: CITIZEN - rent: 0 receives_medicaid: false health_insurance_premiums: 0 ca_calworks_child_care_time_category: MONTHLY @@ -5505,7 +5474,6 @@ household: members: *id001 household_vehicles_value: 8000 - household_vehicles_owned: 1 lives_in_vehicle: false tenant_pays_utilities: true living_arrangements_allow_for_food_preparation: true @@ -5518,6 +5486,7 @@ spm_units: spm_unit: members: *id001 + heating_cooling_expense: 1200 was_calworks_recipient: false months_since_calworks_exit: 0 phone_cost: 600 @@ -5545,7 +5514,7 @@ ca_foster_youth_tax_credit: 0.0 ca_income_tax_before_credits: 0.0 ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 + ca_renter_credit: 0.0 ca_yctc: 1215.95 cdcc: 0.0 ctc: 4400.0 @@ -5583,7 +5552,7 @@ la_general_relief: 0.0 la_general_relief_eligible: false lifeline: 228.0 - snap: 10398.24 + snap: 7947.54 people: head: ca_ala_general_assistance_eligible_person: false @@ -5633,1740 +5602,3 @@ ca_fera_eligible: false ca_la_ez_save: 0.0 ca_la_ez_save_eligible: true -- name: signature_78 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 9862.22 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: false - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 - ca_yctc: 0.0 - cdcc: 0.0 - ctc: 4400.0 - eitc: 3769.5 - eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: true - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false - is_lifeline_eligible: true - is_snap_eligible: false - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 0.0 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 0.0 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 0.0 - ca_la_ez_save_eligible: true -- name: signature_79 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 40 - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 20 - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 9862.22 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: false - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 0.0 - cdcc: 0.0 - ctc: 4400.0 - eitc: 3769.5 - eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: true - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 3713.94 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 0.0 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 0.0 - ca_la_ez_save_eligible: true -- name: signature_80 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - other_medical_expenses: 0 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 40 - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - other_medical_expenses: 0 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 20 - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - other_medical_expenses: 0 - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - other_medical_expenses: 0 - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - household_vehicles_owned: 1 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - heating_cooling_expense: 1200 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 9862.22 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: false - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 - ca_yctc: 0.0 - cdcc: 0.0 - ctc: 4400.0 - eitc: 3769.5 - eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: true - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false - is_lifeline_eligible: true - is_snap_eligible: false - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 0.0 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 0.0 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 0.0 - ca_la_ez_save_eligible: true -- name: signature_100 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 18000 - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 0 - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 0.0 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: true - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 0.0 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 1215.95 - cdcc: 0.0 - ctc: 4400.0 - eitc: 0.0 - eitc_eligible: true - income_tax: 0.0 - income_tax_before_credits: 0.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 0.0 - income_tax_non_refundable_credits: 4400.0 - income_tax_refundable_credits: 0.0 - premium_tax_credit: 0.0 - refundable_ctc: 0.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: false - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 16992.0 - ca_tanf_eligible: true - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 10398.24 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 487.5 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 98.04 - ca_la_ez_save_eligible: true -- name: signature_107 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 - other_medical_expenses: 0 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 40 - ca_calworks_child_care_time_category: MONTHLY - ca_calworks_child_care_full_time: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 - other_medical_expenses: 0 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 20 - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - other_medical_expenses: 0 - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - other_medical_expenses: 0 - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - heating_cooling_expense: 1200 - spm_unit_pre_subsidy_childcare_expenses: 6000 - pre_subsidy_electricity_expense: 1500 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 9862.22 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: false - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 0.0 - cdcc: 0.0 - ctc: 4400.0 - eitc: 3769.5 - eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 6000.0 - ca_capp_eligible: true - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 3713.94 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 487.5 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 98.04 - ca_la_ez_save_eligible: true -- name: signature_113 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 18000 - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 0 - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - rent: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - household_vehicles_owned: 1 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - heating_cooling_expense: 1200 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 0.0 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: true - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 0.0 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 1215.95 - cdcc: 0.0 - ctc: 4400.0 - eitc: 0.0 - eitc_eligible: true - income_tax: 0.0 - income_tax_before_credits: 0.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 0.0 - income_tax_non_refundable_credits: 4400.0 - income_tax_refundable_credits: 0.0 - premium_tax_credit: 0.0 - refundable_ctc: 0.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: false - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 16992.0 - ca_tanf_eligible: true - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 10398.24 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 0.0 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 0.0 - ca_la_ez_save_eligible: true -- name: signature_128 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - heating_cooling_expense: 1200 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 0.0 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: true - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 0.0 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 - ca_yctc: 1215.95 - cdcc: 0.0 - ctc: 4400.0 - eitc: 0.0 - eitc_eligible: true - income_tax: 0.0 - income_tax_before_credits: 0.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 0.0 - income_tax_non_refundable_credits: 4400.0 - income_tax_refundable_credits: 0.0 - premium_tax_credit: 0.0 - refundable_ctc: 0.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: false - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 16992.0 - ca_tanf_eligible: true - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 7947.54 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 0.0 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 0.0 - ca_la_ez_save_eligible: true -- name: signature_129 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - was_in_foster_care: false - immigration_status_str: CITIZEN - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - was_in_foster_care: false - immigration_status_str: CITIZEN - health_insurance_premiums: 0 - receives_medicaid: false - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - was_in_foster_care: false - immigration_status_str: CITIZEN - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - was_in_foster_care: false - immigration_status_str: CITIZEN - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 0.0 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: true - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 0.0 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 0.0 - ca_yctc: 1215.95 - cdcc: 0.0 - ctc: 4400.0 - eitc: 0.0 - eitc_eligible: true - income_tax: 0.0 - income_tax_before_credits: 0.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 0.0 - income_tax_non_refundable_credits: 4400.0 - income_tax_refundable_credits: 0.0 - premium_tax_credit: 0.0 - refundable_ctc: 0.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: false - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 16992.0 - ca_tanf_eligible: true - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 7947.54 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 4367.51 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 0.0 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 0.0 - ca_la_ez_save_eligible: true -- name: signature_130 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 40 - ca_calworks_child_care_time_category: MONTHLY - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 - health_insurance_premiums: 0 - receives_medicaid: false - weekly_hours_worked_before_lsr: 20 - ca_calworks_child_care_time_category: MONTHLY - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_aca_eshi_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked_before_lsr: 0 - receives_medicaid: false - health_insurance_premiums: 0 - ca_calworks_child_care_time_category: MONTHLY - households: - household: - members: *id001 - household_vehicles_value: 8000 - lives_in_vehicle: false - tenant_pays_utilities: true - living_arrangements_allow_for_food_preparation: true - ca_tanf_region1: true - in_ala: false - in_la: true - in_riv: false - state_code_str: CA - zip_code: '90001' - spm_units: - spm_unit: - members: *id001 - heating_cooling_expense: 1200 - pre_subsidy_electricity_expense: 1500 - was_calworks_recipient: false - months_since_calworks_exit: 0 - phone_cost: 600 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 9862.22 - ca_cdcc: 0.0 - ca_eitc: 0.0 - ca_eitc_eligible: false - ca_foster_youth_tax_credit: 0.0 - ca_income_tax_before_credits: 505.16 - ca_income_tax_before_refundable_credits: 0.0 - ca_renter_credit: 120.0 - ca_yctc: 0.0 - cdcc: 0.0 - ctc: 4400.0 - eitc: 3769.5 - eitc_eligible: true - income_tax: -6589.5 - income_tax_before_credits: 1580.0 - income_tax_before_refundable_credits: 0.0 - income_tax_capped_non_refundable_credits: 1580.0 - income_tax_non_refundable_credits: 1580.0 - income_tax_refundable_credits: 6589.5 - premium_tax_credit: 9862.22 - refundable_ctc: 2820.0 - spm_units: - spm_unit: - ca_ala_general_assistance: 0.0 - ca_ala_general_assistance_income_eligible: false - ca_calworks_child_care: 0.0 - ca_calworks_child_care_eligible: false - ca_calworks_stage_2: 0.0 - ca_calworks_stage_2_eligible: false - ca_calworks_stage_3: 0.0 - ca_calworks_stage_3_eligible: false - ca_capp: 0.0 - ca_capp_eligible: true - ca_riv_general_relief: 0.0 - ca_riv_general_relief_eligible: false - ca_riv_share_eligible: false - ca_riv_share_payment: 0.0 - ca_state_supplement: 0.0 - ca_tanf: 0.0 - ca_tanf_eligible: false - is_lifeline_eligible: true - is_snap_eligible: true - la_general_relief: 0.0 - la_general_relief_eligible: false - lifeline: 228.0 - snap: 3713.94 - people: - head: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - spouse: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: true - is_medicaid_eligible: false - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 0.0 - ssi: 0.0 - wic: 0.0 - child1: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 0.0 - child2: - ca_ala_general_assistance_eligible_person: false - ca_state_supplement_eligible_person: false - is_aca_ptc_eligible: false - is_medicaid_eligible: true - is_ssi_aged: false - is_ssi_eligible: false - medicaid: 3258.31 - ssi: 0.0 - wic: 723.15 - households: - household: - ca_care: 487.5 - ca_care_eligible: true - ca_fera: 0.0 - ca_fera_eligible: false - ca_la_ez_save: 98.04 - ca_la_ez_save_eligible: true diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml index b0f41374502..4b8ae45455d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml @@ -1,4 +1,4 @@ -- name: signature_2 (62 reqs) +- name: signature_2 (62 reqs, +8 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -203,7 +203,7 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_7 (25 reqs) +- name: signature_16 (13 reqs, +8 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -399,3248 +399,7 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 -- name: signature_14 (15 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_16 (13 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_20 (11 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_26 (9 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - other_medical_expenses: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - other_medical_expenses: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - other_medical_expenses: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - other_medical_expenses: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_27 (8 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_38 (7 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_45 (6 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_50 (5 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_51 (5 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_89 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_91 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_92 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - co_care_worker_credit_eligible_care_worker: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - co_care_worker_credit_eligible_care_worker: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - co_care_worker_credit: 0.0 - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - co_family_affordability_credit: 0.0 - spouse: - co_family_affordability_credit: 0.0 - child1: - co_family_affordability_credit: 0.0 - child2: - co_family_affordability_credit: 0.0 -- name: signature_103 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_108 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_120 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_124 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_127 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - co_chp_eligible: false - co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_153 (1 reqs) +- name: signature_26 (9 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -3671,6 +430,7 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 + other_medical_expenses: 0 spouse: age: 33 is_tax_unit_head: false @@ -3697,6 +457,7 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 + other_medical_expenses: 0 child1: age: 8 is_tax_unit_head: false @@ -3717,6 +478,7 @@ real_estate_taxes: 0 child_support_expense: 0 current_pregnancies: 0 + other_medical_expenses: 0 child2: age: 3 is_tax_unit_head: false @@ -3737,6 +499,7 @@ real_estate_taxes: 0 child_support_expense: 0 current_pregnancies: 0 + other_medical_expenses: 0 households: household: members: *id001 @@ -3836,7 +599,8 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: signature_154 (1 reqs) + snap: 11994.84 +- name: signature_92 (3 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -3846,11 +610,6 @@ is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false immigration_status_str: CITIZEN employment_income: 36000 self_employment_income: 0 @@ -3860,23 +619,12 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 + co_care_worker_credit_eligible_care_worker: false spouse: age: 33 is_tax_unit_head: false is_tax_unit_spouse: true is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false immigration_status_str: CITIZEN employment_income: 12000 self_employment_income: 0 @@ -3886,76 +634,29 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 + co_care_worker_credit_eligible_care_worker: false child1: age: 8 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 child2: age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 households: household: members: *id001 spm_units: spm_unit: members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - co_tanf_countable_gross_earned_income: 4000 - co_tanf_countable_gross_unearned_income: 0 tax_units: tax_unit: members: *id001 @@ -3971,68 +672,23 @@ mu_child2: members: *id004 output: + tax_units: + tax_unit: + co_care_worker_credit: 0.0 + co_ctc: 0.0 + co_eitc: 0.0 + ctc_value: 4400.0 + eitc: 3769.5 people: head: - co_chp_eligible: false co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 spouse: - co_chp_eligible: false co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 child1: - co_chp_eligible: false co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 child2: - co_chp_eligible: false co_family_affordability_credit: 0.0 - co_oap: 0.0 - co_state_supplement: 0.0 - commodity_supplemental_food_program: 0.0 - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - tax_units: - tax_unit: - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - spm_units: - spm_unit: - co_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_156 (1 reqs) +- name: signature_108 (2 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -4056,6 +712,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4082,6 +739,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4102,6 +760,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4122,6 +781,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4177,7 +837,6 @@ is_optional_senior_or_disabled_for_medicaid: false medicaid: 0.0 medicaid_category: 9 - ssi: 0.0 wic: 0.0 wic_category: 5 spouse: @@ -4189,7 +848,6 @@ is_optional_senior_or_disabled_for_medicaid: false medicaid: 0.0 medicaid_category: 9 - ssi: 0.0 wic: 0.0 wic_category: 5 child1: @@ -4201,7 +859,6 @@ is_optional_senior_or_disabled_for_medicaid: false medicaid: 3258.31 medicaid_category: 2 - ssi: 0.0 wic: 0.0 wic_category: 5 child2: @@ -4213,7 +870,6 @@ is_optional_senior_or_disabled_for_medicaid: false medicaid: 3258.31 medicaid_category: 1 - ssi: 0.0 wic: 723.15 wic_category: 4 tax_units: @@ -4229,95 +885,7 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_166 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - co_care_worker_credit_eligible_care_worker: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - co_care_worker_credit_eligible_care_worker: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - co_care_worker_credit: 0.0 - co_ctc: 0.0 - co_eitc: 0.0 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - co_family_affordability_credit: 0.0 - spouse: - co_family_affordability_credit: 0.0 - child1: - co_family_affordability_credit: 0.0 - child2: - co_family_affordability_credit: 0.0 -- name: signature_175 (1 reqs) +- name: signature_124 (2 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -4341,6 +909,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4367,6 +936,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4387,6 +957,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -4407,6 +978,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml index db13c0ed363..21ba67dcf96 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (ca) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml index cd3f703d248..21ed9d44e7c 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (co) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml index afcca190145..ccd71189f8f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (il) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml index 6071bf26881..4faa98d9ff1 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (la) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml index 3243f15548a..5b33182b225 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (ma) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml index 01f4e0d6f70..de2c42d4aa6 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (nc) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml index 09d73e06aa3..7614e283de9 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 8067.68 premium_tax_credit: 8067.68 -- name: aca_ptc_single_just_below_400pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (tx) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml index fd9d5486498..73962ebac68 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml @@ -106,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: aca_ptc_single_just_below_400pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 63700 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: aca_ptc_single_just_above_400pct_fpl (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 64000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: aca_ptc_no_employer_offer_eligible (wa) period: 2026 absolute_error_margin: 0.1 @@ -257,7 +149,7 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id003 - head - spouse - child1 @@ -266,14 +158,14 @@ county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id005 + members: *id003 tax_units: tax_unit: - members: *id005 + members: *id003 tax_unit_is_joint: true families: family: - members: *id005 + members: *id003 marital_units: mu_couple: members: @@ -361,7 +253,7 @@ is_aca_eshi_eligible: false households: household: - members: &id006 + members: &id004 - head - spouse - child1 @@ -370,14 +262,14 @@ county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id006 + members: *id004 tax_units: tax_unit: - members: *id006 + members: *id004 tax_unit_is_joint: true families: family: - members: *id006 + members: *id004 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml index 946e9109247..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml index 59fedd64b10..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml index c2986595729..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml index 84de24d4767..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml index 2a43b34ff1e..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml index 94da244cc0f..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml index fa5feb57ba8..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml index 41951930a6f..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml @@ -1,180 +1 @@ -- name: ccdf_child_age_12_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 12 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id001 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: true - is_ccdf_reason_for_care_eligible: true -- name: ccdf_child_age_13_age_out (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: true - child1: - age: 13 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: true - households: - household: - members: &id002 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: true -- name: ccdf_no_reason_for_care (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false - child1: - is_ccdf_eligible: false - is_ccdf_reason_for_care_eligible: false +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml index a6b8696abe1..e69dae9a3e8 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 7619.77 premium_tax_credit: 7619.77 -- name: chip_high_income_150k (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml index 8fd143ca15c..d7f5731f042 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 11117.03 premium_tax_credit: 11117.03 -- name: chip_high_income_150k (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml index 69912e24b8d..510a43b19fa 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 11050.36 premium_tax_credit: 11050.36 -- name: chip_high_income_150k (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml index 6d1faf62cdc..f8c45754c82 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 17062.36 premium_tax_credit: 17062.36 -- name: chip_high_income_150k (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml index 895de6ab9fb..7e37be57aa6 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 17734.19 premium_tax_credit: 17734.19 -- name: chip_high_income_150k (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml index 72b7c9a471c..f1e3833eaa4 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 9418.36 premium_tax_credit: 9418.36 -- name: chip_high_income_150k (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml index 9d7ae34965e..15ce5891866 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 15613.5 premium_tax_credit: 15613.5 -- name: chip_high_income_150k (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml index ab4b06c89af..4677c7a872d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml @@ -310,107 +310,3 @@ tax_unit: aca_ptc: 17062.36 premium_tax_credit: 17062.36 -- name: chip_high_income_150k (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 150000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 0.0 - is_medicaid_eligible: false - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml index 5bad3d035e8..e19ae2cb760 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (ca) +- name: ctc_joint_just_below_phase_out_400000 (ca) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71300.19 -- name: ctc_earned_income_just_below_refundable_floor_2500 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml index c127ac77258..7337c4fac59 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (co) +- name: ctc_joint_just_below_phase_out_400000 (co) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml index e75b5ae172e..9abb7b3f8dd 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (il) +- name: ctc_joint_just_below_phase_out_400000 (il) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml index fb17500fa0d..9f368a61238 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (la) +- name: ctc_joint_just_below_phase_out_400000 (la) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml index 6898a29935a..6d3c33356a1 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (ma) +- name: ctc_joint_just_below_phase_out_400000 (ma) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml index 897e720c8c1..aa51eff207a 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (nc) +- name: ctc_joint_just_below_phase_out_400000 (nc) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml index c2da188ea62..35f1c3f5f99 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (tx) +- name: ctc_joint_just_below_phase_out_400000 (tx) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml index 3f632d92dfc..682a6acde48 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml @@ -1,4 +1,4 @@ -- name: ctc_child_age_16_qualifying (wa) +- name: ctc_joint_just_below_phase_out_400000 (wa) period: 2026 absolute_error_margin: 0.1 input: @@ -10,7 +10,7 @@ is_tax_unit_dependent: false is_disabled: false immigration_status_str: CITIZEN - employment_income: 80000 + employment_income: 399000 is_full_time_student: false spouse: age: 33 @@ -22,7 +22,7 @@ employment_income: 0 is_full_time_student: false child1: - age: 16 + age: 5 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -57,146 +57,6 @@ mu_child1: members: - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 2200.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 3040.0 -- name: ctc_child_age_17_no_longer_qualifying (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 80000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 17 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 0.0 - eitc_eligible: true - ctc: 500.0 - ctc_value: 500.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 80000.0 - income_tax: 4740.0 -- name: ctc_joint_just_below_phase_out_400000 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 399000 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: tax_units: tax_unit: @@ -242,7 +102,7 @@ is_full_time_student: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -251,14 +111,14 @@ county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: @@ -278,143 +138,3 @@ cdcc: 0.0 adjusted_gross_income: 401000.0 income_tax: 71558.0 -- name: ctc_earned_income_just_below_refundable_floor_2500 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2499 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 849.66 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 0.0 - refundable_ctc: 0.0 - cdcc: 0.0 - adjusted_gross_income: 2499.0 - income_tax: -849.66 -- name: ctc_earned_income_just_above_refundable_floor (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 2600 - is_full_time_student: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - immigration_status_str: CITIZEN - employment_income: 0 - is_full_time_student: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - tax_units: - tax_unit: - eitc: 884.0 - eitc_eligible: true - ctc: 2200.0 - ctc_value: 15.0 - refundable_ctc: 15.0 - cdcc: 0.0 - adjusted_gross_income: 2600.0 - income_tax: -899.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml index 40cf4fc3945..ea9d6d85ebe 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 24405.06 -- name: early_head_start_age_out_at_3 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml index e62ec339ca4..3ec37ac0ec1 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 20599.17 -- name: early_head_start_age_out_at_3 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml index 7794727afb0..aaab42adf2e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 21045.67 -- name: early_head_start_age_out_at_3 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml index dfb8970f8f5..6c1825d250e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 21160.63 -- name: early_head_start_age_out_at_3 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml index 50d8cba1ab9..999fbd0a0a5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 22650.34 -- name: early_head_start_age_out_at_3 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml index 4c980be3c6e..34727659dd1 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 23897.42 -- name: early_head_start_age_out_at_3 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml index 1c0b541567d..72cc8e72f8c 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 20778.94 -- name: early_head_start_age_out_at_3 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml index 19606ce9165..c03bd81f6e9 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml @@ -155,61 +155,3 @@ early_head_start: 0.0 child1: early_head_start: 24119.8 -- name: early_head_start_age_out_at_3 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - early_head_start: 0.0 - child1: - early_head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml index 39b09d56216..4942aaab0b0 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (ca) +- name: head_start_child_age_3_eligible (ca) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (ca) + head_start: 20347.29 +- name: head_start_low_income_age_4 (ca) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 20347.29 -- name: head_start_child_age_5_age_out (ca) +- name: head_start_above_income_limit (ca) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -172,119 +172,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_low_income_age_4 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 20347.29 -- name: head_start_above_income_limit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml index 993f31bc8df..687c4059204 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (co) +- name: head_start_child_age_3_eligible (co) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (co) + head_start: 14455.53 +- name: head_start_low_income_age_4 (co) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 14455.53 -- name: head_start_child_age_5_age_out (co) +- name: head_start_above_income_limit (co) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -172,119 +172,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_low_income_age_4 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 14455.53 -- name: head_start_above_income_limit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml index eb3cf238ee6..df406c8937e 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (il) +- name: head_start_child_age_3_eligible (il) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (il) + head_start: 15695.13 +- name: head_start_low_income_age_4 (il) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 15695.13 -- name: head_start_child_age_5_age_out (il) +- name: head_start_above_income_limit (il) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -172,119 +172,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_low_income_age_4 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 15695.13 -- name: head_start_above_income_limit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml index 358d678e1a6..1499bf17ce8 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (la) +- name: head_start_child_age_3_eligible (la) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (la) + head_start: 12093.02 +- name: head_start_low_income_age_4 (la) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 12093.02 -- name: head_start_child_age_5_age_out (la) +- name: head_start_above_income_limit (la) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -166,122 +166,6 @@ mu_child1: members: - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_low_income_age_4 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 12093.02 -- name: head_start_above_income_limit (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 output: people: head: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml index 9ef39cf930e..f56e6de1be4 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (ma) +- name: head_start_child_age_3_eligible (ma) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (ma) + head_start: 17385.39 +- name: head_start_low_income_age_4 (ma) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 17385.39 -- name: head_start_child_age_5_age_out (ma) +- name: head_start_above_income_limit (ma) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -166,122 +166,6 @@ mu_child1: members: - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_low_income_age_4 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 17385.39 -- name: head_start_above_income_limit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 output: people: head: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml index ccdec75ddc4..2a30faa4079 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (nc) +- name: head_start_child_age_3_eligible (nc) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (nc) + head_start: 13199.14 +- name: head_start_low_income_age_4 (nc) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 13199.14 -- name: head_start_child_age_5_age_out (nc) +- name: head_start_above_income_limit (nc) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -172,119 +172,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_low_income_age_4 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 13199.14 -- name: head_start_above_income_limit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml index 5d0beab2903..7ed4a4514b0 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (tx) +- name: head_start_child_age_3_eligible (tx) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (tx) + head_start: 11803.89 +- name: head_start_low_income_age_4 (tx) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 11803.89 -- name: head_start_child_age_5_age_out (tx) +- name: head_start_above_income_limit (tx) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -172,119 +172,3 @@ head_start: 0.0 child1: head_start: 0.0 -- name: head_start_low_income_age_4 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 11803.89 -- name: head_start_above_income_limit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml index bdb1a1a89e5..b8ecfec7648 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml @@ -1,4 +1,4 @@ -- name: head_start_child_age_2_too_young (wa) +- name: head_start_child_age_3_eligible (wa) period: 2026 absolute_error_margin: 0.1 input: @@ -15,7 +15,7 @@ employment_income: 0 is_ccdf_reason_for_care_eligible: false child1: - age: 2 + age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -55,8 +55,8 @@ head: head_start: 0.0 child1: - head_start: 0.0 -- name: head_start_child_age_3_eligible (wa) + head_start: 19066.57 +- name: head_start_low_income_age_4 (wa) period: 2026 absolute_error_margin: 0.1 input: @@ -70,10 +70,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 20000 is_ccdf_reason_for_care_eligible: false child1: - age: 3 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -114,7 +114,7 @@ head_start: 0.0 child1: head_start: 19066.57 -- name: head_start_child_age_5_age_out (wa) +- name: head_start_above_income_limit (wa) period: 2026 absolute_error_margin: 0.1 input: @@ -128,10 +128,10 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 0 + employment_income: 50000 is_ccdf_reason_for_care_eligible: false child1: - age: 5 + age: 4 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true @@ -166,122 +166,6 @@ mu_child1: members: - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 0.0 -- name: head_start_low_income_age_4 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 - output: - people: - head: - head_start: 0.0 - child1: - head_start: 19066.57 -- name: head_start_above_income_limit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50000 - is_ccdf_reason_for_care_eligible: false - child1: - age: 4 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id005 - - head - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: false - families: - family: - members: *id005 - marital_units: - mu_head: - members: - - head - mu_child1: - members: - - child1 output: people: head: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml index 1b76b76570f..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml index 8b84f1c02be..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml index 90f5c0a429b..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml index 51f09181e60..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml index 4b9f0f77c4e..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml index c98070877fc..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml index ab7f2437d86..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml index c4ae3e29b9f..fe51488c706 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml @@ -1,84 +1 @@ -- name: housing_assistance_receives_true (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - receives_housing_assistance: true - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 -- name: housing_assistance_receives_false (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 20000 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - receives_housing_assistance: false - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - spm_units: - spm_unit: - housing_assistance: 0.0 +[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml index 9059e93401e..5e04484e218 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (ca) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: CA zip_code: '90001' county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: CA zip_code: '90001' county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml index 0b3f69451fd..9f805caf298 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (co) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: CO zip_code: '80014' county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: CO zip_code: '80014' county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml index a6546ac5768..e823e08f589 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (il) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: IL zip_code: '60601' county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: IL zip_code: '60601' county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml index 50eb21db9a5..698b3671cf5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (la) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: LA zip_code: '70112' county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: LA zip_code: '70112' county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml index 18a8231b3dc..50c30445664 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (ma) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: MA zip_code: 02118 county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: MA zip_code: 02118 county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml index f39e708dcf3..d97ca9e0e75 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (nc) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: NC zip_code: '27601' county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: NC zip_code: '27601' county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml index 12b6225d158..3f23cbaa155 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (tx) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: TX zip_code: '75201' county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: TX zip_code: '75201' county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml index c3e6d1a340d..8ccac421fcc 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml @@ -1,577 +1,3 @@ -- name: medicaid_pregnant_adult (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 28 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: true - immigration_status_str: CITIZEN - employment_income: 20000 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id001 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: false - families: - family: - members: *id001 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_infant_age_0 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 0 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_1 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 1 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_young_child_age_5 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 5 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_6 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 6 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id005 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id005 - tax_units: - tax_unit: - members: *id005 - tax_unit_is_joint: true - families: - family: - members: *id005 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: medicaid_older_child_age_18 (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - child1: - age: 18 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: true - families: - family: - members: *id006 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - people: - head: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - spouse: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 4367.51 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - child1: - ssi: 0.0 - is_ssi_eligible: false - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 3258.31 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: medicaid_age_19_adult_category (wa) period: 2026 absolute_error_margin: 0.1 @@ -615,7 +41,7 @@ is_aca_eshi_eligible: false households: household: - members: &id007 + members: &id001 - head - spouse - child1 @@ -624,14 +50,14 @@ county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id007 + members: *id001 tax_units: tax_unit: - members: *id007 + members: *id001 tax_unit_is_joint: true families: family: - members: *id007 + members: *id001 marital_units: mu_couple: members: @@ -695,21 +121,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id002 - head state_code_str: WA zip_code: '98101' county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id008 + members: *id002 tax_units: tax_unit: - members: *id008 + members: *id002 tax_unit_is_joint: false families: family: - members: *id008 + members: *id002 marital_units: mu_head: members: @@ -749,21 +175,21 @@ is_aca_eshi_eligible: false households: household: - members: &id009 + members: &id003 - head state_code_str: WA zip_code: '98101' county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id009 + members: *id003 tax_units: tax_unit: - members: *id009 + members: *id003 tax_unit_is_joint: false families: family: - members: *id009 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml index 2242d406a39..302119b552f 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (ca) +- name: school_meals_just_below_reduced_threshold_185pct (ca) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -68,7 +68,7 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (ca) +- name: school_meals_just_above_reduced_threshold_paid_tier (ca) period: 2026 absolute_error_margin: 0.1 input: @@ -82,7 +82,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35600 + employment_income: 50700 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -138,143 +138,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_reduced_threshold_paid_tier (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50700 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml index b35463c5c3f..28ef9d9c0ab 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (co) +- name: school_meals_just_below_reduced_threshold_185pct (co) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -68,7 +68,7 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (co) +- name: school_meals_just_above_reduced_threshold_paid_tier (co) period: 2026 absolute_error_margin: 0.1 input: @@ -82,7 +82,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35600 + employment_income: 50700 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -138,143 +138,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_reduced_threshold_paid_tier (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50700 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml index a8a0cf16ffd..6a3873c7902 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (il) +- name: school_meals_just_below_reduced_threshold_185pct (il) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -63,146 +63,6 @@ mu_child1: members: - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 35600 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: spm_units: spm_unit: @@ -248,7 +108,7 @@ is_ccdf_reason_for_care_eligible: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -257,14 +117,14 @@ county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml index ebb1ee97ac0..f2949951ddf 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (la) +- name: school_meals_just_below_reduced_threshold_185pct (la) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -68,7 +68,7 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (la) +- name: school_meals_just_above_reduced_threshold_paid_tier (la) period: 2026 absolute_error_margin: 0.1 input: @@ -82,7 +82,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35600 + employment_income: 50700 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -138,143 +138,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_reduced_threshold_paid_tier (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50700 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml index 546edd5546d..52b966a8210 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (ma) +- name: school_meals_just_below_reduced_threshold_185pct (ma) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -68,7 +68,7 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (ma) +- name: school_meals_just_above_reduced_threshold_paid_tier (ma) period: 2026 absolute_error_margin: 0.1 input: @@ -82,7 +82,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35600 + employment_income: 50700 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -138,143 +138,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_reduced_threshold_paid_tier (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50700 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml index 28a32348091..8187ab32be2 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (nc) +- name: school_meals_just_below_reduced_threshold_185pct (nc) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -63,146 +63,6 @@ mu_child1: members: - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 35600 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: spm_units: spm_unit: @@ -248,7 +108,7 @@ is_ccdf_reason_for_care_eligible: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -257,14 +117,14 @@ county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml index 0f1762c423b..fb1d4155dbd 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (tx) +- name: school_meals_just_below_reduced_threshold_185pct (tx) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -63,146 +63,6 @@ mu_child1: members: - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 35600 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id002 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: true - families: - family: - members: *id002 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 output: spm_units: spm_unit: @@ -248,7 +108,7 @@ is_ccdf_reason_for_care_eligible: false households: household: - members: &id004 + members: &id002 - head - spouse - child1 @@ -257,14 +117,14 @@ county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id004 + members: *id002 tax_units: tax_unit: - members: *id004 + members: *id002 tax_unit_is_joint: true families: family: - members: *id004 + members: *id002 marital_units: mu_couple: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml index f3a30d7014d..360d0f968af 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml @@ -1,4 +1,4 @@ -- name: school_meals_just_below_free_threshold_130pct (wa) +- name: school_meals_just_below_reduced_threshold_185pct (wa) period: 2026 absolute_error_margin: 0.1 input: @@ -12,7 +12,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35500 + employment_income: 50500 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -68,7 +68,7 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_above_free_threshold (wa) +- name: school_meals_just_above_reduced_threshold_paid_tier (wa) period: 2026 absolute_error_margin: 0.1 input: @@ -82,7 +82,7 @@ is_pregnant: false is_breastfeeding: false immigration_status_str: CITIZEN - employment_income: 35600 + employment_income: 50700 is_ccdf_reason_for_care_eligible: false spouse: age: 28 @@ -138,143 +138,3 @@ spm_unit: school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: school_meals_just_below_reduced_threshold_185pct (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50500 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id003 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: true - families: - family: - members: *id003 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: school_meals_just_above_reduced_threshold_paid_tier (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 50700 - is_ccdf_reason_for_care_eligible: false - spouse: - age: 28 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - immigration_status_str: CITIZEN - employment_income: 0 - is_ccdf_reason_for_care_eligible: false - households: - household: - members: &id004 - - head - - spouse - - child1 - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: true - families: - family: - members: *id004 - marital_units: - mu_couple: - members: - - head - - spouse - mu_child1: - members: - - child1 - output: - spm_units: - spm_unit: - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml index 20fb04979ac..af87fad823c 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (ca) +- name: ssi_non_aged_non_disabled_ineligible (ca) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (ca) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: CA zip_code: '90001' county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (ca) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: CA - zip_code: '90001' - county_str: LOS_ANGELES_COUNTY_CA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (ca) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: CA zip_code: '90001' county_str: LOS_ANGELES_COUNTY_CA spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml index ed2d339be57..f89d5c65948 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (co) +- name: ssi_non_aged_non_disabled_ineligible (co) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (co) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: CO zip_code: '80014' county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (co) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: CO - zip_code: '80014' - county_str: ARAPAHOE_COUNTY_CO - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (co) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: CO zip_code: '80014' county_str: ARAPAHOE_COUNTY_CO spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml index fce4bd5132e..1e8ed5a93d1 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (il) +- name: ssi_non_aged_non_disabled_ineligible (il) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (il) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: IL zip_code: '60601' county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (il) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: IL - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (il) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: IL zip_code: '60601' county_str: COOK_COUNTY_IL spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml index 6b8aa801ce8..cc3eea416df 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (la) +- name: ssi_non_aged_non_disabled_ineligible (la) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (la) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: LA zip_code: '70112' county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (la) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: LA - zip_code: '70112' - county_str: ORLEANS_PARISH_LA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (la) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: LA zip_code: '70112' county_str: ORLEANS_PARISH_LA spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml index 39cbb22da74..8e6ac0a0006 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (ma) +- name: ssi_non_aged_non_disabled_ineligible (ma) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (ma) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: MA zip_code: 02118 county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (ma) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: MA - zip_code: 02118 - county_str: SUFFOLK_COUNTY_MA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (ma) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: MA zip_code: 02118 county_str: SUFFOLK_COUNTY_MA spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml index c18f0dbdb51..e9f740cc90d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (nc) +- name: ssi_non_aged_non_disabled_ineligible (nc) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (nc) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: NC zip_code: '27601' county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (nc) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: NC - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (nc) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: NC zip_code: '27601' county_str: WAKE_COUNTY_NC spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml index 094472436d1..bd9bc28f143 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (tx) +- name: ssi_non_aged_non_disabled_ineligible (tx) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (tx) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: TX zip_code: '75201' county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (tx) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: TX - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (tx) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: TX zip_code: '75201' county_str: DALLAS_COUNTY_TX spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml index 6be79a8a0e4..a7d16d9ec03 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml @@ -1,14 +1,14 @@ -- name: ssi_age_64_disabled_eligible (wa) +- name: ssi_non_aged_non_disabled_ineligible (wa) period: 2026 absolute_error_margin: 0.1 input: people: head: - age: 64 + age: 30 is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: true + is_disabled: false is_pregnant: false immigration_status_str: CITIZEN employment_income: 0 @@ -36,114 +36,6 @@ mu_head: members: - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: false - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_age_65_aged_eligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id002 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id002 - tax_units: - tax_unit: - members: *id002 - tax_unit_is_joint: false - families: - family: - members: *id002 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_non_aged_non_disabled_ineligible (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 30 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id003 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id003 - tax_units: - tax_unit: - members: *id003 - tax_unit_is_joint: false - families: - family: - members: *id003 - marital_units: - mu_head: - members: - - head output: people: head: @@ -160,60 +52,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_resources_at_2000_limit (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: CITIZEN - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 2000 - is_aca_eshi_eligible: false - households: - household: - members: &id004 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id004 - tax_units: - tax_unit: - members: *id004 - tax_unit_is_joint: false - families: - family: - members: *id004 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_resources_above_2000_ineligible (wa) period: 2026 absolute_error_margin: 0.1 @@ -233,21 +71,21 @@ is_aca_eshi_eligible: false households: household: - members: &id005 + members: &id002 - head state_code_str: WA zip_code: '98101' county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id005 + members: *id002 tax_units: tax_unit: - members: *id005 + members: *id002 tax_unit_is_joint: false families: family: - members: *id005 + members: *id002 marital_units: mu_head: members: @@ -268,114 +106,6 @@ tax_unit: aca_ptc: 0.0 premium_tax_credit: 0.0 -- name: ssi_aged_lpr_status (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: LEGAL_PERMANENT_RESIDENT - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id006 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id006 - tax_units: - tax_unit: - members: *id006 - tax_unit_is_joint: false - families: - family: - members: *id006 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 -- name: ssi_aged_refugee (wa) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 65 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - immigration_status_str: REFUGEE - employment_income: 0 - is_medicare_eligible: false - ssi_countable_resources: 0 - is_aca_eshi_eligible: false - households: - household: - members: &id007 - - head - state_code_str: WA - zip_code: '98101' - county_str: KING_COUNTY_WA - spm_units: - spm_unit: - members: *id007 - tax_units: - tax_unit: - members: *id007 - tax_unit_is_joint: false - families: - family: - members: *id007 - marital_units: - mu_head: - members: - - head - output: - people: - head: - ssi: 11928.0 - is_ssi_eligible: true - is_ssi_aged: true - msp: 0.0 - msp_eligible: false - medicaid: 22373.06 - is_medicaid_eligible: true - chip: 0.0 - is_aca_ptc_eligible: false - tax_units: - tax_unit: - aca_ptc: 0.0 - premium_tax_credit: 0.0 - name: ssi_aged_undocumented_ineligible (wa) period: 2026 absolute_error_margin: 0.1 @@ -395,21 +125,21 @@ is_aca_eshi_eligible: false households: household: - members: &id008 + members: &id003 - head state_code_str: WA zip_code: '98101' county_str: KING_COUNTY_WA spm_units: spm_unit: - members: *id008 + members: *id003 tax_units: tax_unit: - members: *id008 + members: *id003 tax_unit_is_joint: false families: family: - members: *id008 + members: *id003 marital_units: mu_head: members: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml index 144c881736b..937105ce9c5 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml @@ -1,4 +1,4 @@ -- name: signature_1 (90 reqs) +- name: signature_1 (90 reqs, +5 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -76,77 +76,7 @@ spm_units: spm_unit: snap: 1282.14 -- name: signature_6 (33 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: *id001 - state_code_str: TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - snap_excess_shelter_expense_deduction: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - basic_standard_deduction: 0 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - is_medicaid_eligible: false - spouse: - is_medicaid_eligible: false - child1: - is_medicaid_eligible: false - child2: - is_medicaid_eligible: true - spm_units: - spm_unit: - snap: 1282.14 -- name: signature_8 (25 reqs) +- name: signature_8 (25 reqs, +2 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -241,7 +171,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_11 (19 reqs) +- name: signature_114 (2 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -277,17 +207,16 @@ households: household: members: *id001 - state_code_str: TX + zip_code: '75201' spm_units: spm_unit: members: *id001 - snap_assets: 500 - snap_excess_shelter_expense_deduction: 0 tax_units: tax_unit: members: *id001 tax_unit_is_joint: true - basic_standard_deduction: 0 + tax_unit_married: true + tax_unit_childcare_expenses: 6000 families: family: members: *id001 @@ -299,159 +228,25 @@ mu_child2: members: *id004 output: - people: - head: - is_medicaid_eligible: false - spouse: - is_medicaid_eligible: false - child1: - is_medicaid_eligible: false - child2: - is_medicaid_eligible: true - spm_units: - spm_unit: - snap: 1282.14 -- name: signature_18 (12 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: *id001 - state_code_str: TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - snap_excess_shelter_expense_deduction: 0 tax_units: tax_unit: - members: *id001 - tax_unit_is_joint: true - basic_standard_deduction: 0 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - is_medicaid_eligible: false - spouse: - is_medicaid_eligible: false - child1: - is_medicaid_eligible: false - child2: - is_medicaid_eligible: true - spm_units: - spm_unit: - snap: 1282.14 -- name: signature_35 (7 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 + adjusted_gross_income: 48000.0 + cdcc: 1580.0 + ctc: 4400.0 + eitc: 3769.5 + income_tax: -7169.5 + income_tax_before_credits: 1580.0 + state_cdcc: 679.4 + state_ctc: 2000.0 + state_eitc: 0.0 + state_income_tax: 0.0 + state_income_tax_before_refundable_credits: 0.0 households: household: - members: *id001 - state_code_str: TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - snap_excess_shelter_expense_deduction: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - basic_standard_deduction: 0 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - people: - head: - is_medicaid_eligible: false - spouse: - is_medicaid_eligible: false - child1: - is_medicaid_eligible: false - child2: - is_medicaid_eligible: true - spm_units: - spm_unit: - snap: 1282.14 -- name: signature_72 (4 reqs) + state_code: 4 + state_code_str: CA + state_name: 4 +- name: signature_126 (2 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -467,6 +262,9 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + social_security: 0 + ssi: 0 + rent: 18000 weekly_hours_worked: 40 spouse: age: 33 @@ -479,6 +277,9 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + social_security: 0 + ssi: 0 + rent: 0 weekly_hours_worked: 20 child1: age: 8 @@ -491,180 +292,8 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 - weekly_hours_worked: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - weekly_hours_worked: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - spm_units: - spm_unit: - is_snap_eligible: false - snap: 0.0 - people: - head: - is_wic_eligible: false - wic: 0.0 - spouse: - is_wic_eligible: false - wic: 0.0 - child1: - is_wic_eligible: false - wic: 0.0 - child2: - is_wic_eligible: true - wic: 723.15 -- name: signature_114 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: *id001 - zip_code: '75201' - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - tax_unit_married: true - tax_unit_childcare_expenses: 6000 - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - adjusted_gross_income: 48000.0 - cdcc: 1580.0 - ctc: 4400.0 - eitc: 3769.5 - income_tax: -7169.5 - income_tax_before_credits: 1580.0 - state_cdcc: 679.4 - state_ctc: 2000.0 - state_eitc: 0.0 - state_income_tax: 0.0 - state_income_tax_before_refundable_credits: 0.0 - households: - household: - state_code: 4 - state_code_str: CA - state_name: 4 -- name: signature_126 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 36000 - social_security: 0 - ssi: 0 - rent: 18000 - weekly_hours_worked: 40 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 12000 - social_security: 0 - ssi: 0 - rent: 0 - weekly_hours_worked: 20 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - ssi: 0 - rent: 0 + ssi: 0 + rent: 0 weekly_hours_worked: 0 child2: age: 3 @@ -689,494 +318,8 @@ phone_expense: 600 water_expense: 480 pre_subsidy_electricity_expense: 1500 - sewage_expense: 240 - trash_expense: 240 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - spm_units: - spm_unit: - is_snap_eligible: true - snap: 3713.94 - people: - head: - is_wic_eligible: false - weekly_hours_worked: 40.0 - wic: 0.0 - spouse: - is_wic_eligible: false - weekly_hours_worked: 20.0 - wic: 0.0 - child1: - is_wic_eligible: false - weekly_hours_worked: 0.0 - wic: 0.0 - child2: - is_wic_eligible: true - weekly_hours_worked: 0.0 - wic: 723.15 -- name: signature_134 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - ctc: 4400.0 -- name: signature_135 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - income_tax: -6589.5 -- name: signature_136 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 36000 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - immigration_status_str: CITIZEN - employment_income: 12000 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - immigration_status_str: CITIZEN - employment_income: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - spm_units: - spm_unit: - snap: 0.0 -- name: signature_138 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 - other_medical_expenses: 0 - weekly_hours_worked: 40 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 - other_medical_expenses: 0 - weekly_hours_worked: 20 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked: 0 - other_medical_expenses: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked: 0 - other_medical_expenses: 0 - households: - household: - members: *id001 - is_homeless: false - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - spm_units: - spm_unit: - is_snap_eligible: true - snap: 3713.94 - people: - head: - is_wic_eligible: false - weekly_hours_worked: 40.0 - wic: 0.0 - spouse: - is_wic_eligible: false - weekly_hours_worked: 20.0 - wic: 0.0 - child1: - is_wic_eligible: false - weekly_hours_worked: 0.0 - wic: 0.0 - child2: - is_wic_eligible: true - weekly_hours_worked: 0.0 - wic: 723.15 -- name: signature_139 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 36000 - rent: 18000 - other_medical_expenses: 0 - weekly_hours_worked: 40 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 12000 - rent: 0 - other_medical_expenses: 0 - weekly_hours_worked: 20 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked: 0 - other_medical_expenses: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - rent: 0 - weekly_hours_worked: 0 - other_medical_expenses: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - spm_units: - spm_unit: - is_snap_eligible: true - snap: 3713.94 - people: - head: - is_wic_eligible: false - weekly_hours_worked: 40.0 - wic: 0.0 - spouse: - is_wic_eligible: false - weekly_hours_worked: 20.0 - wic: 0.0 - child1: - is_wic_eligible: false - weekly_hours_worked: 0.0 - wic: 0.0 - child2: - is_wic_eligible: true - weekly_hours_worked: 0.0 - wic: 723.15 -- name: signature_142 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - health_insurance_premiums: 0 - weekly_hours_worked: 40 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - health_insurance_premiums: 0 - weekly_hours_worked: 20 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - weekly_hours_worked: 0 - health_insurance_premiums: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_full_time_student: false - is_incapable_of_self_care: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - weekly_hours_worked: 0 - health_insurance_premiums: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - phone_expense: 600 - water_expense: 480 - pre_subsidy_electricity_expense: 1500 - mortgage_payments: 0 + sewage_expense: 240 + trash_expense: 240 tax_units: tax_unit: members: *id001 @@ -1194,8 +337,8 @@ output: spm_units: spm_unit: - is_snap_eligible: false - snap: 0.0 + is_snap_eligible: true + snap: 3713.94 people: head: is_wic_eligible: false @@ -1213,7 +356,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_143 (1 reqs) +- name: signature_135 (1 reqs, +3 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1223,80 +366,35 @@ is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - is_parent: true - is_female: false - is_full_time_student: false - is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 - rent: 18000 - health_insurance_premiums: 0 - weekly_hours_worked: 40 spouse: age: 33 is_tax_unit_head: false is_tax_unit_spouse: true is_tax_unit_dependent: false - is_disabled: false - is_pregnant: false - is_breastfeeding: false - is_parent: true - is_female: true - is_full_time_student: false - is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 - rent: 0 - health_insurance_premiums: 0 - weekly_hours_worked: 20 child1: age: 8 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - is_parent: false - is_female: false - is_full_time_student: false - is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 - weekly_hours_worked: 0 - health_insurance_premiums: 0 child2: age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true - is_disabled: false - is_pregnant: false - is_breastfeeding: false - is_parent: false - is_female: true - is_full_time_student: false - is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 - rent: 0 - weekly_hours_worked: 0 - health_insurance_premiums: 0 households: household: members: *id001 spm_units: spm_unit: members: *id001 - phone_expense: 600 - water_expense: 480 - spm_unit_pre_subsidy_childcare_expenses: 6000 - pre_subsidy_electricity_expense: 1500 - gas_expense: 0 tax_units: tax_unit: members: *id001 @@ -1312,28 +410,11 @@ mu_child2: members: *id004 output: - spm_units: - spm_unit: - is_snap_eligible: true - snap: 5775.84 - people: - head: - is_wic_eligible: false - weekly_hours_worked: 40.0 - wic: 0.0 - spouse: - is_wic_eligible: false - weekly_hours_worked: 20.0 - wic: 0.0 - child1: - is_wic_eligible: false - weekly_hours_worked: 0.0 - wic: 0.0 - child2: - is_wic_eligible: true - weekly_hours_worked: 0.0 - wic: 723.15 -- name: signature_144 (1 reqs) + tax_units: + tax_unit: + eitc: 3769.5 + income_tax: -6589.5 +- name: signature_138 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1350,7 +431,7 @@ immigration_status_str: CITIZEN employment_income: 36000 rent: 18000 - health_insurance_premiums: 0 + other_medical_expenses: 0 weekly_hours_worked: 40 spouse: age: 33 @@ -1364,7 +445,7 @@ immigration_status_str: CITIZEN employment_income: 12000 rent: 0 - health_insurance_premiums: 0 + other_medical_expenses: 0 weekly_hours_worked: 20 child1: age: 8 @@ -1379,7 +460,7 @@ employment_income: 0 rent: 0 weekly_hours_worked: 0 - health_insurance_premiums: 0 + other_medical_expenses: 0 child2: age: 3 is_tax_unit_head: false @@ -1393,18 +474,14 @@ employment_income: 0 rent: 0 weekly_hours_worked: 0 - health_insurance_premiums: 0 + other_medical_expenses: 0 households: household: members: *id001 + is_homeless: false spm_units: spm_unit: members: *id001 - phone_expense: 600 - water_expense: 480 - spm_unit_pre_subsidy_childcare_expenses: 6000 - pre_subsidy_electricity_expense: 1500 - gas_expense: 0 tax_units: tax_unit: members: *id001 @@ -1423,7 +500,7 @@ spm_units: spm_unit: is_snap_eligible: true - snap: 5775.84 + snap: 3713.94 people: head: is_wic_eligible: false @@ -1441,7 +518,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_147 (1 reqs) +- name: signature_139 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1457,6 +534,8 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + rent: 18000 + other_medical_expenses: 0 weekly_hours_worked: 40 spouse: age: 33 @@ -1469,6 +548,8 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + rent: 0 + other_medical_expenses: 0 weekly_hours_worked: 20 child1: age: 8 @@ -1481,7 +562,9 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked: 0 + other_medical_expenses: 0 child2: age: 3 is_tax_unit_head: false @@ -1493,11 +576,12 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked: 0 + other_medical_expenses: 0 households: household: members: *id001 - is_homeless: false spm_units: spm_unit: members: *id001 @@ -1518,8 +602,8 @@ output: spm_units: spm_unit: - is_snap_eligible: false - snap: 0.0 + is_snap_eligible: true + snap: 3713.94 people: head: is_wic_eligible: false @@ -1537,7 +621,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_148 (1 reqs) +- name: signature_142 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1553,6 +637,8 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + self_employment_income: 0 + health_insurance_premiums: 0 weekly_hours_worked: 40 spouse: age: 33 @@ -1565,6 +651,8 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + self_employment_income: 0 + health_insurance_premiums: 0 weekly_hours_worked: 20 child1: age: 8 @@ -1577,7 +665,9 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + self_employment_income: 0 weekly_hours_worked: 0 + health_insurance_premiums: 0 child2: age: 3 is_tax_unit_head: false @@ -1589,13 +679,19 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + self_employment_income: 0 weekly_hours_worked: 0 + health_insurance_premiums: 0 households: household: members: *id001 spm_units: spm_unit: members: *id001 + phone_expense: 600 + water_expense: 480 + pre_subsidy_electricity_expense: 1500 + mortgage_payments: 0 tax_units: tax_unit: members: *id001 @@ -1632,7 +728,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_151 (1 reqs) +- name: signature_143 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1644,11 +740,15 @@ is_tax_unit_dependent: false is_disabled: false is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: false is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 rent: 18000 + health_insurance_premiums: 0 weekly_hours_worked: 40 spouse: age: 33 @@ -1657,11 +757,15 @@ is_tax_unit_dependent: false is_disabled: false is_pregnant: false + is_breastfeeding: false + is_parent: true + is_female: true is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 rent: 0 + health_insurance_premiums: 0 weekly_hours_worked: 20 child1: age: 8 @@ -1670,12 +774,16 @@ is_tax_unit_dependent: true is_disabled: false is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: false is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 rent: 0 weekly_hours_worked: 0 + health_insurance_premiums: 0 child2: age: 3 is_tax_unit_head: false @@ -1683,12 +791,16 @@ is_tax_unit_dependent: true is_disabled: false is_pregnant: false + is_breastfeeding: false + is_parent: false + is_female: true is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 rent: 0 weekly_hours_worked: 0 + health_insurance_premiums: 0 households: household: members: *id001 @@ -1696,6 +808,10 @@ spm_unit: members: *id001 phone_expense: 600 + water_expense: 480 + spm_unit_pre_subsidy_childcare_expenses: 6000 + pre_subsidy_electricity_expense: 1500 + gas_expense: 0 tax_units: tax_unit: members: *id001 @@ -1714,21 +830,25 @@ spm_units: spm_unit: is_snap_eligible: true - snap: 3713.94 + snap: 5775.84 people: head: is_wic_eligible: false + weekly_hours_worked: 40.0 wic: 0.0 spouse: is_wic_eligible: false + weekly_hours_worked: 20.0 wic: 0.0 child1: is_wic_eligible: false + weekly_hours_worked: 0.0 wic: 0.0 child2: is_wic_eligible: true + weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_152 (1 reqs) +- name: signature_144 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1744,6 +864,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + rent: 18000 health_insurance_premiums: 0 weekly_hours_worked: 40 spouse: @@ -1757,6 +878,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + rent: 0 health_insurance_premiums: 0 weekly_hours_worked: 20 child1: @@ -1770,6 +892,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked: 0 health_insurance_premiums: 0 child2: @@ -1783,6 +906,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked: 0 health_insurance_premiums: 0 households: @@ -1793,9 +917,9 @@ members: *id001 phone_expense: 600 water_expense: 480 + spm_unit_pre_subsidy_childcare_expenses: 6000 pre_subsidy_electricity_expense: 1500 - mortgage_payments: 0 - trash_expense: 240 + gas_expense: 0 tax_units: tax_unit: members: *id001 @@ -1813,8 +937,8 @@ output: spm_units: spm_unit: - is_snap_eligible: false - snap: 0.0 + is_snap_eligible: true + snap: 5775.84 people: head: is_wic_eligible: false @@ -1832,7 +956,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_155 (1 reqs) +- name: signature_147 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1842,43 +966,60 @@ is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + weekly_hours_worked: 40 spouse: age: 33 is_tax_unit_head: false is_tax_unit_spouse: true is_tax_unit_dependent: false + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + weekly_hours_worked: 20 child1: age: 8 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + weekly_hours_worked: 0 child2: age: 3 is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true + is_disabled: false + is_pregnant: false + is_full_time_student: false + is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + weekly_hours_worked: 0 households: household: members: *id001 - state_code_str: TX + is_homeless: false spm_units: spm_unit: members: *id001 - snap_assets: 500 - snap_excess_shelter_expense_deduction: 0 tax_units: tax_unit: members: *id001 tax_unit_is_joint: true - basic_standard_deduction: 0 families: family: members: *id001 @@ -1890,19 +1031,28 @@ mu_child2: members: *id004 output: + spm_units: + spm_unit: + is_snap_eligible: false + snap: 0.0 people: head: - is_medicaid_eligible: false + is_wic_eligible: false + weekly_hours_worked: 40.0 + wic: 0.0 spouse: - is_medicaid_eligible: false + is_wic_eligible: false + weekly_hours_worked: 20.0 + wic: 0.0 child1: - is_medicaid_eligible: false + is_wic_eligible: false + weekly_hours_worked: 0.0 + wic: 0.0 child2: - is_medicaid_eligible: true - spm_units: - spm_unit: - snap: 1282.14 -- name: signature_159 (1 reqs) + is_wic_eligible: true + weekly_hours_worked: 0.0 + wic: 723.15 +- name: signature_151 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1965,7 +1115,7 @@ spm_units: spm_unit: members: *id001 - pre_subsidy_electricity_expense: 1500 + phone_expense: 600 tax_units: tax_unit: members: *id001 @@ -1988,21 +1138,17 @@ people: head: is_wic_eligible: false - weekly_hours_worked: 40.0 wic: 0.0 spouse: is_wic_eligible: false - weekly_hours_worked: 20.0 wic: 0.0 child1: is_wic_eligible: false - weekly_hours_worked: 0.0 wic: 0.0 child2: is_wic_eligible: true - weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_160 (1 reqs) +- name: signature_152 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2014,13 +1160,11 @@ is_tax_unit_dependent: false is_disabled: false is_pregnant: false - is_breastfeeding: false - is_parent: true - is_female: false is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + health_insurance_premiums: 0 weekly_hours_worked: 40 spouse: age: 33 @@ -2029,13 +1173,11 @@ is_tax_unit_dependent: false is_disabled: false is_pregnant: false - is_breastfeeding: false - is_parent: true - is_female: true is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + health_insurance_premiums: 0 weekly_hours_worked: 20 child1: age: 8 @@ -2044,14 +1186,12 @@ is_tax_unit_dependent: true is_disabled: false is_pregnant: false - is_breastfeeding: false - is_parent: false - is_female: false is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 weekly_hours_worked: 0 + health_insurance_premiums: 0 child2: age: 3 is_tax_unit_head: false @@ -2059,20 +1199,23 @@ is_tax_unit_dependent: true is_disabled: false is_pregnant: false - is_breastfeeding: false - is_parent: false - is_female: true is_full_time_student: false is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 weekly_hours_worked: 0 + health_insurance_premiums: 0 households: household: members: *id001 spm_units: spm_unit: members: *id001 + phone_expense: 600 + water_expense: 480 + pre_subsidy_electricity_expense: 1500 + mortgage_payments: 0 + trash_expense: 240 tax_units: tax_unit: members: *id001 @@ -2109,7 +1252,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_161 (1 reqs) +- name: signature_159 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -2125,6 +1268,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 36000 + rent: 18000 weekly_hours_worked: 40 spouse: age: 33 @@ -2137,6 +1281,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 12000 + rent: 0 weekly_hours_worked: 20 child1: age: 8 @@ -2149,6 +1294,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked: 0 child2: age: 3 @@ -2161,6 +1307,7 @@ is_incapable_of_self_care: false immigration_status_str: CITIZEN employment_income: 0 + rent: 0 weekly_hours_worked: 0 households: household: @@ -2168,6 +1315,7 @@ spm_units: spm_unit: members: *id001 + pre_subsidy_electricity_expense: 1500 tax_units: tax_unit: members: *id001 @@ -2185,8 +1333,8 @@ output: spm_units: spm_unit: - is_snap_eligible: false - snap: 0.0 + is_snap_eligible: true + snap: 3713.94 people: head: is_wic_eligible: false @@ -2204,7 +1352,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_162 (1 reqs) +- name: signature_160 (1 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -2311,7 +1459,7 @@ is_wic_eligible: true weekly_hours_worked: 0.0 wic: 723.15 -- name: signature_163 (1 reqs) +- name: signature_161 (1 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml index aae5446174c..656dc68f976 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml @@ -1,4 +1,4 @@ -- name: signature_39 (6 reqs) +- name: signature_39 (6 reqs, +3 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -759,7 +759,7 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 -- name: signature_104 (2 reqs) +- name: signature_131 (1 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1008,1005 +1008,6 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 -- name: signature_109 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 18000 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 0 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - mortgage_payments: 0 - il_tanf_countable_gross_earned_income: 4000 - il_tanf_countable_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 17036.81 - ctc_value: 4400.0 - eitc: 3769.5 - il_ctc: 0.0 - il_eitc: 0.0 - people: - head: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - il_liheap_income_eligible: false - il_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_131 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 18000 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 0 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - mortgage_payments: 0 - il_tanf_countable_gross_earned_income: 4000 - il_tanf_countable_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 17036.81 - ctc_value: 4400.0 - eitc: 3769.5 - il_ctc: 0.0 - il_eitc: 0.0 - people: - head: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - il_liheap_income_eligible: false - il_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_133 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 18000 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 0 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - mortgage_payments: 0 - il_tanf_countable_gross_earned_income: 4000 - il_tanf_countable_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 17036.81 - ctc_value: 4400.0 - eitc: 3769.5 - il_ctc: 0.0 - il_eitc: 0.0 - people: - head: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - il_liheap_income_eligible: false - il_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_141 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 18000 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - alimony_income: 0 - workers_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - rent: 0 - medicare_quarters_of_coverage: 0 - receives_medicaid: false - has_bcc_qualifying_coverage: false - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_female: true - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - rent: 0 - has_bcc_qualifying_coverage: false - receives_medicaid: false - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '60601' - county_str: COOK_COUNTY_IL - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - mortgage_payments: 0 - il_tanf_countable_gross_earned_income: 4000 - il_tanf_countable_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 17036.81 - ctc_value: 4400.0 - eitc: 3769.5 - il_ctc: 0.0 - il_eitc: 0.0 - people: - head: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - il_aabd_person: 0.0 - il_bcc_eligible: false - il_fpp_eligible: false - il_hbwd_eligible: false - il_hbwd_person: 0.0 - il_mpe_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - il_liheap_income_eligible: false - il_tanf: 0.0 - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 - name: signature_145 (1 reqs) period: 2026 absolute_error_margin: 0.1 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml index 85705ead6e9..698ddc1354d 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml @@ -1,4 +1,4 @@ -- name: signature_12 (17 reqs) +- name: signature_12 (17 reqs, +5 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -243,244 +243,7 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_36 (7 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 40 - ma_tcap_gross_earned_income: 3000 - ma_tcap_gross_unearned_income: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 20 - ma_tcap_gross_earned_income: 1000 - ma_tcap_gross_unearned_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - is_in_public_housing: false - zip_code: 02118 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - receives_housing_assistance: false - heat_expense_included_in_rent: false - ma_eaedc_living_arrangement: A - ma_eaedc_non_financial_eligible: false - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 14531.4 - ctc_value: 4400.0 - eitc: 3769.5 - ma_child_and_family_credit: 0.0 - ma_eitc: 0.0 - people: - head: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - ma_eaedc: 0.0 - ma_liheap: 0.0 - ma_tafdc: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_37 (7 reqs) +- name: signature_55 (4 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -512,6 +275,7 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 + heating_expense_person: 0 weekly_hours_worked_before_lsr: 40 ma_tcap_gross_earned_income: 3000 ma_tcap_gross_unearned_income: 0 @@ -542,6 +306,7 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 + heating_expense_person: 0 weekly_hours_worked_before_lsr: 20 ma_tcap_gross_earned_income: 1000 ma_tcap_gross_unearned_income: 0 @@ -615,6 +380,7 @@ school_meal_countable_income: 48000 receives_housing_assistance: false heat_expense_included_in_rent: false + electricity_expense: 1500 ma_eaedc_living_arrangement: A ma_eaedc_non_financial_eligible: false tax_units: @@ -717,7 +483,7 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_55 (4 reqs) +- name: signature_111 (2 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -749,7 +515,6 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 - heating_expense_person: 0 weekly_hours_worked_before_lsr: 40 ma_tcap_gross_earned_income: 3000 ma_tcap_gross_unearned_income: 0 @@ -780,7 +545,6 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 - heating_expense_person: 0 weekly_hours_worked_before_lsr: 20 ma_tcap_gross_earned_income: 1000 ma_tcap_gross_unearned_income: 0 @@ -854,7 +618,6 @@ school_meal_countable_income: 48000 receives_housing_assistance: false heat_expense_included_in_rent: false - electricity_expense: 1500 ma_eaedc_living_arrangement: A ma_eaedc_non_financial_eligible: false tax_units: @@ -956,1190 +719,6 @@ ma_tafdc: 0.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 -- name: signature_105 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 40 - ma_tcap_gross_earned_income: 3000 - ma_tcap_gross_unearned_income: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 20 - ma_tcap_gross_earned_income: 1000 - ma_tcap_gross_unearned_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - is_in_public_housing: false - zip_code: 02118 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - receives_housing_assistance: false - heat_expense_included_in_rent: false - ma_eaedc_living_arrangement: A - ma_eaedc_non_financial_eligible: false - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 14531.4 - ctc_value: 4400.0 - eitc: 3769.5 - ma_child_and_family_credit: 0.0 - ma_eitc: 0.0 - people: - head: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - ma_eaedc: 0.0 - ma_liheap: 0.0 - ma_tafdc: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_106 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 40 - ma_tcap_gross_earned_income: 3000 - ma_tcap_gross_unearned_income: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 20 - ma_tcap_gross_earned_income: 1000 - ma_tcap_gross_unearned_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - is_in_public_housing: false - zip_code: 02118 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - receives_housing_assistance: false - heat_expense_included_in_rent: false - ma_eaedc_living_arrangement: A - ma_eaedc_non_financial_eligible: false - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 14531.4 - ctc_value: 4400.0 - eitc: 3769.5 - ma_child_and_family_credit: 0.0 - ma_eitc: 0.0 - people: - head: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - ma_eaedc: 0.0 - ma_liheap: 0.0 - ma_tafdc: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_111 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 40 - ma_tcap_gross_earned_income: 3000 - ma_tcap_gross_unearned_income: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 20 - ma_tcap_gross_earned_income: 1000 - ma_tcap_gross_unearned_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - is_in_public_housing: false - zip_code: 02118 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - receives_housing_assistance: false - heat_expense_included_in_rent: false - ma_eaedc_living_arrangement: A - ma_eaedc_non_financial_eligible: false - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 14531.4 - ctc_value: 4400.0 - eitc: 3769.5 - ma_child_and_family_credit: 0.0 - ma_eitc: 0.0 - people: - head: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - ma_eaedc: 0.0 - ma_liheap: 0.0 - ma_tafdc: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_112 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 40 - ma_tcap_gross_earned_income: 3000 - ma_tcap_gross_unearned_income: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 20 - ma_tcap_gross_earned_income: 1000 - ma_tcap_gross_unearned_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - is_in_public_housing: false - zip_code: 02118 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - receives_housing_assistance: false - heat_expense_included_in_rent: false - ma_eaedc_living_arrangement: A - ma_eaedc_non_financial_eligible: false - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 14531.4 - ctc_value: 4400.0 - eitc: 3769.5 - ma_child_and_family_credit: 0.0 - ma_eitc: 0.0 - people: - head: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - ma_eaedc: 0.0 - ma_liheap: 0.0 - ma_tafdc: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_115 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 40 - ma_tcap_gross_earned_income: 3000 - ma_tcap_gross_unearned_income: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - miscellaneous_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - weekly_hours_worked_before_lsr: 20 - ma_tcap_gross_earned_income: 1000 - ma_tcap_gross_unearned_income: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_snap_ineligible_student: false - is_ccdf_reason_for_care_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - is_in_public_housing: false - zip_code: 02118 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - receives_housing_assistance: false - heat_expense_included_in_rent: false - ma_eaedc_living_arrangement: A - ma_eaedc_non_financial_eligible: false - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 14531.4 - ctc_value: 4400.0 - eitc: 3769.5 - ma_child_and_family_credit: 0.0 - ma_eitc: 0.0 - people: - head: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - chip_category: 3 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_ccdf_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - ma_mbta_enrolled_in_applicable_programs: false - ma_mbta_income_eligible_reduced_fare_eligible: false - ma_mbta_senior_charlie_card_eligible: false - ma_mbta_tap_charlie_card_eligible: false - ma_state_supplement: 0.0 - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - ma_eaedc: 0.0 - ma_liheap: 0.0 - ma_tafdc: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 - name: signature_122 (2 reqs) period: 2026 absolute_error_margin: 0.1 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml index 9cd52530861..86628c4a3b8 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml @@ -1,4 +1,4 @@ -- name: signature_3 (54 reqs) +- name: signature_3 (54 reqs, +12 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -186,7 +186,7 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_4 (48 reqs) +- name: signature_49 (5 reqs, +9 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -365,4693 +365,7 @@ nc_tanf: 0.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 -- name: signature_19 (11 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_25 (9 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_32 (7 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_33 (7 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_34 (7 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_49 (5 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_54 (5 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_56 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_57 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_73 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_81 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_85 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_86 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_93 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_94 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_96 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_99 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_101 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_110 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_118 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_119 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_121 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_132 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_140 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_146 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 -- name: signature_164 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 -- name: signature_169 (1 reqs) +- name: signature_94 (3 reqs, +5 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -5235,7 +549,7 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_172 (1 reqs) +- name: signature_140 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -5259,6 +573,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -5266,7 +581,6 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 - other_medical_expenses: 0 spouse: age: 33 is_tax_unit_head: false @@ -5286,6 +600,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -5293,7 +608,6 @@ current_pregnancies: 0 child_support_expense: 0 real_estate_taxes: 0 - other_medical_expenses: 0 child1: age: 8 is_tax_unit_head: false @@ -5307,6 +621,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -5314,7 +629,6 @@ real_estate_taxes: 0 child_support_expense: 0 current_pregnancies: 0 - other_medical_expenses: 0 child2: age: 3 is_tax_unit_head: false @@ -5328,6 +642,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -5335,7 +650,6 @@ real_estate_taxes: 0 child_support_expense: 0 current_pregnancies: 0 - other_medical_expenses: 0 households: household: members: *id001 @@ -5387,28 +701,24 @@ is_optional_senior_or_disabled_for_medicaid: false medicaid: 0.0 medicaid_category: 9 - ssi: 0.0 wic: 0.0 wic_category: 5 spouse: is_optional_senior_or_disabled_for_medicaid: false medicaid: 0.0 medicaid_category: 9 - ssi: 0.0 wic: 0.0 wic_category: 5 child1: is_optional_senior_or_disabled_for_medicaid: false medicaid: 3258.31 medicaid_category: 2 - ssi: 0.0 wic: 0.0 wic_category: 5 child2: is_optional_senior_or_disabled_for_medicaid: false medicaid: 3258.31 medicaid_category: 1 - ssi: 0.0 wic: 723.15 wic_category: 4 spm_units: @@ -5418,8 +728,7 @@ nc_tanf: 0.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 -- name: signature_173 (1 reqs) +- name: signature_172 (1 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -5603,183 +912,3 @@ school_meal_daily_subsidy: 7.15 school_meal_tier: 0 snap: 11994.84 -- name: signature_178 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - households: - household: - members: *id001 - zip_code: '27601' - county_str: WAKE_COUNTY_NC - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - nc_scca_countable_income: 36000 - nc_tanf_countable_earned_income: 4000 - nc_tanf_countable_gross_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 11228.81 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - spouse: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child1: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - ssi: 0.0 - wic: 0.0 - wic_category: 5 - child2: - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - ssi: 0.0 - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - nc_scca_maximum_payment: 0.0 - nc_tanf: 0.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml index d44543a7c2b..47055c55302 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml @@ -258,7 +258,7 @@ tanf: 0.0 tx_ccs: 0.0 tx_tanf: 0.0 -- name: signature_48 (5 reqs) +- name: signature_48 (5 reqs, +4 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -761,7 +761,7 @@ tanf: 0.0 tx_ccs: 0.0 tx_tanf: 0.0 -- name: signature_84 (3 reqs) +- name: signature_87 (3 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -771,7 +771,6 @@ is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false - is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false @@ -803,7 +802,6 @@ is_tax_unit_head: false is_tax_unit_spouse: true is_tax_unit_dependent: false - is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false @@ -834,7 +832,6 @@ is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true - is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false @@ -858,7 +855,6 @@ is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true - is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false @@ -929,6 +925,7 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 0.0 + is_disabled: false is_medicaid_eligible: false is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false @@ -949,6 +946,7 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 0.0 + is_disabled: false is_medicaid_eligible: false is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false @@ -969,6 +967,7 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 0.0 + is_disabled: false is_medicaid_eligible: true is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false @@ -989,6 +988,7 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 20347.29 + is_disabled: false is_medicaid_eligible: true is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false @@ -1009,11 +1009,10 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 tanf: 0.0 tx_ccs: 0.0 tx_tanf: 0.0 -- name: signature_87 (3 reqs) +- name: signature_97 (3 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1261,10 +1260,11 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 + snap: 11994.84 tanf: 0.0 tx_ccs: 0.0 tx_tanf: 0.0 -- name: signature_88 (3 reqs) +- name: signature_149 (1 reqs) period: 2026 absolute_error_margin: 0.1 input: @@ -1512,11 +1512,10 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 tanf: 0.0 tx_ccs: 0.0 tx_tanf: 0.0 -- name: signature_97 (3 reqs) +- name: signature_165 (1 reqs, +2 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -1526,11 +1525,13 @@ is_tax_unit_head: true is_tax_unit_spouse: false is_tax_unit_dependent: false + is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false is_snap_ineligible_student: false is_veteran: false + is_medicaid_eligible: false immigration_status_str: CITIZEN employment_income: 36000 self_employment_income: 0 @@ -1557,11 +1558,13 @@ is_tax_unit_head: false is_tax_unit_spouse: true is_tax_unit_dependent: false + is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false is_snap_ineligible_student: false is_veteran: false + is_medicaid_eligible: false immigration_status_str: CITIZEN employment_income: 12000 self_employment_income: 0 @@ -1587,11 +1590,13 @@ is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true + is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false is_snap_ineligible_student: false is_veteran: false + is_medicaid_eligible: false immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 @@ -1610,11 +1615,13 @@ is_tax_unit_head: false is_tax_unit_spouse: false is_tax_unit_dependent: true + is_disabled: false is_blind: false is_pregnant: false is_full_time_college_student: false is_snap_ineligible_student: false is_veteran: false + is_medicaid_eligible: false immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 @@ -1671,7 +1678,7 @@ output: tax_units: tax_unit: - aca_ptc: 15935.95 + aca_ptc: 27263.95 ctc_value: 4400.0 eitc: 3769.5 people: @@ -1680,7 +1687,6 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 0.0 - is_disabled: false is_medicaid_eligible: false is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false @@ -1701,7 +1707,6 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 0.0 - is_disabled: false is_medicaid_eligible: false is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false @@ -1722,11 +1727,10 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 0.0 - is_disabled: false - is_medicaid_eligible: true + is_medicaid_eligible: false is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 + medicaid: 0.0 medicaid_category: 2 msp: 0.0 msp_category: 0 @@ -1743,11 +1747,10 @@ commodity_supplemental_food_program: 0.0 early_head_start: 0.0 head_start: 20347.29 - is_disabled: false - is_medicaid_eligible: true + is_medicaid_eligible: false is_medicare_eligible: false is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 + medicaid: 0.0 medicaid_category: 1 msp: 0.0 msp_category: 0 @@ -1764,1775 +1767,6 @@ lifeline: 228.0 school_meal_daily_subsidy: 7.15 school_meal_tier: 0 - snap: 11994.84 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_116 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 15935.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_125 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 15935.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_149 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 15935.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_150 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 27263.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_165 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 27263.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_171 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - is_medicaid_eligible: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 27263.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - tanf: 0.0 - tx_ccs: 0.0 - tx_tanf: 0.0 -- name: signature_176 (1 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - social_security_disability: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 40 - childcare_attending_days_per_month: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - alimony_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - current_pregnancies: 0 - child_support_expense: 0 - real_estate_taxes: 0 - medicare_quarters_of_coverage: 0 - weekly_hours_worked_before_lsr: 20 - childcare_attending_days_per_month: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_pregnant: false - is_full_time_college_student: false - is_snap_ineligible_student: false - is_veteran: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - weekly_hours_worked_before_lsr: 0 - childcare_attending_days_per_month: 20 - real_estate_taxes: 0 - child_support_expense: 0 - current_pregnancies: 0 - medicare_quarters_of_coverage: 0 - households: - household: - members: *id001 - zip_code: '75201' - county_str: DALLAS_COUNTY_TX - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - spm_unit_cash_assets: 500 - spm_unit_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - spm_unit_pre_subsidy_childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - school_meal_countable_income: 48000 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - aca_ptc: 15935.95 - ctc_value: 4400.0 - eitc: 3769.5 - people: - head: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_disabled: false - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - spouse: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_disabled: false - is_medicaid_eligible: false - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 0.0 - medicaid_category: 9 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child1: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 0.0 - is_disabled: false - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 2 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 0.0 - wic_category: 5 - child2: - chip: 0.0 - commodity_supplemental_food_program: 0.0 - early_head_start: 0.0 - head_start: 20347.29 - is_disabled: false - is_medicaid_eligible: true - is_medicare_eligible: false - is_optional_senior_or_disabled_for_medicaid: false - medicaid: 3258.31 - medicaid_category: 1 - msp: 0.0 - msp_category: 0 - msp_eligible: false - ssi: 0.0 - tx_dart_benefit_person: 0.0 - tx_fpp_benefit: 0.0 - tx_harris_rides_eligible: false - was_in_foster_care: false - wic: 723.15 - wic_category: 4 - spm_units: - spm_unit: - lifeline: 228.0 - school_meal_daily_subsidy: 7.15 - school_meal_tier: 0 - snap: 11994.84 tanf: 0.0 tx_ccs: 0.0 tx_tanf: 0.0 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml index aaceb26028b..c3b4994a5d0 100644 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml +++ b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml @@ -1,4 +1,4 @@ -- name: signature_5 (35 reqs) +- name: signature_5 (35 reqs, +4 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -143,7 +143,7 @@ spm_unit: lifeline: 228.0 snap: 11994.84 -- name: signature_9 (25 reqs) +- name: signature_9 (25 reqs, +8 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -280,1922 +280,7 @@ ssi: 0.0 child2: ssi: 0.0 -- name: signature_10 (20 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_13 (17 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_17 (12 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - people: - head: - is_disabled: false - ssi: 0.0 - spouse: - is_disabled: false - ssi: 0.0 - child1: - is_disabled: false - ssi: 0.0 - child2: - is_disabled: false - ssi: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 -- name: signature_24 (9 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - people: - head: - is_disabled: false - ssi: 0.0 - spouse: - is_disabled: false - ssi: 0.0 - child1: - is_disabled: false - ssi: 0.0 - child2: - is_disabled: false - ssi: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 -- name: signature_52 (5 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_53 (5 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_75 (4 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_82 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - people: - head: - is_disabled: false - ssi: 0.0 - spouse: - is_disabled: false - ssi: 0.0 - child1: - is_disabled: false - ssi: 0.0 - child2: - is_disabled: false - ssi: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 -- name: signature_83 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - people: - head: - is_disabled: false - ssi: 0.0 - spouse: - is_disabled: false - ssi: 0.0 - child1: - is_disabled: false - ssi: 0.0 - child2: - is_disabled: false - ssi: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 -- name: signature_90 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 -- name: signature_95 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_98 (3 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_117 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - snap: 11994.84 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_123 (2 reqs) - period: 2026 - absolute_error_margin: 0.1 - input: - people: - head: - age: 35 - is_tax_unit_head: true - is_tax_unit_spouse: false - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 36000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - spouse: - age: 33 - is_tax_unit_head: false - is_tax_unit_spouse: true - is_tax_unit_dependent: false - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 12000 - self_employment_income: 0 - social_security: 0 - capital_gains: 0 - rental_income: 0 - taxable_ira_distributions: 0 - taxable_pension_income: 0 - unemployment_compensation: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - child_support_expense: 0 - real_estate_taxes: 0 - child1: - age: 8 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - child2: - age: 3 - is_tax_unit_head: false - is_tax_unit_spouse: false - is_tax_unit_dependent: true - is_disabled: false - is_blind: false - is_snap_ineligible_student: false - immigration_status_str: CITIZEN - employment_income: 0 - self_employment_income: 0 - ssi_reported: 0 - ssi_countable_resources: 0 - ssi_earned_income: 0 - ssi_unearned_income: 0 - real_estate_taxes: 0 - child_support_expense: 0 - households: - household: - members: *id001 - spm_units: - spm_unit: - members: *id001 - snap_assets: 500 - heating_cooling_expense: 1200 - has_heating_cooling_expense: true - phone_expense: 600 - has_phone_expense: true - water_expense: 480 - broadband_cost: 720 - childcare_expenses: 6000 - homeowners_association_fees: 0 - homeowners_insurance: 0 - housing_cost: 18000 - snap_earned_income: 0 - snap_emergency_allotment: 0 - snap_unearned_income: 0 - tax_units: - tax_unit: - members: *id001 - tax_unit_is_joint: true - families: - family: - members: *id001 - marital_units: - mu_couple: - members: *id002 - mu_child1: - members: *id003 - mu_child2: - members: *id004 - output: - tax_units: - tax_unit: - eitc: 3769.5 - wa_working_families_tax_credit: 0.0 - spm_units: - spm_unit: - lifeline: 228.0 - people: - head: - ssi: 0.0 - spouse: - ssi: 0.0 - child1: - ssi: 0.0 - child2: - ssi: 0.0 -- name: signature_167 (1 reqs) +- name: signature_52 (5 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -2217,6 +302,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -2240,6 +326,7 @@ taxable_ira_distributions: 0 taxable_pension_income: 0 unemployment_compensation: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -2257,6 +344,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -2274,6 +362,7 @@ immigration_status_str: CITIZEN employment_income: 0 self_employment_income: 0 + ssi: 0 ssi_reported: 0 ssi_countable_resources: 0 ssi_earned_income: 0 @@ -2332,7 +421,7 @@ ssi: 0.0 child2: ssi: 0.0 -- name: signature_168 (1 reqs) +- name: signature_95 (3 reqs, +1 dupes) period: 2026 absolute_error_margin: 0.1 input: @@ -2459,7 +548,6 @@ spm_units: spm_unit: lifeline: 228.0 - snap: 11994.84 people: head: ssi: 0.0 From 3dc04190385acb1789d88066c79182bd14c9275a Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 23:42:59 -0400 Subject: [PATCH 10/13] Reorganize edge_cases into federal/category/program and state/xx layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the flat 64-folder edge_cases/ structure with a navigable two-level layout that mirrors PolicyEngine's own (federal vs state) organization. File contents and case names are unchanged — only paths move. All moves use git mv so history is preserved. New layout: edge_cases/ federal/ tax_credits/ (eitc, ctc, cdcc) nutrition/ (snap, wic, csfp, school_meals) healthcare/ (medicaid, chip, aca_ptc, msp) childcare/ (ccdf, head_start, early_head_start) cash/ (ssi, tanf) housing/ (housing_assistance) utility/ (lifeline) composition/ (tax_credits, cash_health) state/ ca/, co/, il/, la/, ma/, nc/, tx/, wa/ State-specific programs lose their state prefix (ca_eitc/ca.yaml becomes state/ca/eitc.yaml). TANF state files (tanf/{state}.yaml) move under each state's folder. state_tax_credits_composition/ state files similarly move to state/{state}/tax_credits_composition.yaml. Also: extract the partner test runner from the Full Suite Baseline matrix into a standalone CI job named "Household API Partners" (both pr.yaml and push.yaml). Makes it obvious in PR status checks that this gate exists for household API partner regressions, distinct from the general baseline suite. Added HouseholdAPIPartners to the Publish job's `needs:` so partner-test failures also block release. ⚠️ If "Full Suite - Baseline (partners)" was a required status check in master branch protection, update the rule to "Household API Partners". Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/pr.yaml | 24 +++++++++++++-- .github/workflows/push.yaml | 29 +++++++++++++++++-- .../edge_cases/{ => federal/cash}/ssi/ca.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/co.yaml | 0 .../{ => federal/cash}/ssi/federal.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/il.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/la.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/ma.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/nc.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/tx.yaml | 0 .../edge_cases/{ => federal/cash}/ssi/wa.yaml | 0 .../{ => federal/cash}/tanf/federal.yaml | 0 .../{ => federal/childcare}/ccdf/ca.yaml | 0 .../{ => federal/childcare}/ccdf/co.yaml | 0 .../{ => federal/childcare}/ccdf/federal.yaml | 0 .../{ => federal/childcare}/ccdf/il.yaml | 0 .../{ => federal/childcare}/ccdf/la.yaml | 0 .../{ => federal/childcare}/ccdf/ma.yaml | 0 .../{ => federal/childcare}/ccdf/nc.yaml | 0 .../{ => federal/childcare}/ccdf/tx.yaml | 0 .../{ => federal/childcare}/ccdf/wa.yaml | 0 .../childcare}/early_head_start/ca.yaml | 0 .../childcare}/early_head_start/co.yaml | 0 .../childcare}/early_head_start/federal.yaml | 0 .../childcare}/early_head_start/il.yaml | 0 .../childcare}/early_head_start/la.yaml | 0 .../childcare}/early_head_start/ma.yaml | 0 .../childcare}/early_head_start/nc.yaml | 0 .../childcare}/early_head_start/tx.yaml | 0 .../childcare}/early_head_start/wa.yaml | 0 .../childcare}/head_start/ca.yaml | 0 .../childcare}/head_start/co.yaml | 0 .../childcare}/head_start/federal.yaml | 0 .../childcare}/head_start/il.yaml | 0 .../childcare}/head_start/la.yaml | 0 .../childcare}/head_start/ma.yaml | 0 .../childcare}/head_start/nc.yaml | 0 .../childcare}/head_start/tx.yaml | 0 .../childcare}/head_start/wa.yaml | 0 .../composition/cash_health}/ca.yaml | 0 .../composition/cash_health}/co.yaml | 0 .../composition/cash_health}/federal.yaml | 0 .../composition/cash_health}/il.yaml | 0 .../composition/cash_health}/la.yaml | 0 .../composition/cash_health}/ma.yaml | 0 .../composition/cash_health}/nc.yaml | 0 .../composition/cash_health}/tx.yaml | 0 .../composition/cash_health}/wa.yaml | 0 .../composition/tax_credits}/federal.yaml | 0 .../{ => federal/healthcare}/aca_ptc/ca.yaml | 0 .../{ => federal/healthcare}/aca_ptc/co.yaml | 0 .../healthcare}/aca_ptc/federal.yaml | 0 .../{ => federal/healthcare}/aca_ptc/il.yaml | 0 .../{ => federal/healthcare}/aca_ptc/la.yaml | 0 .../{ => federal/healthcare}/aca_ptc/ma.yaml | 0 .../{ => federal/healthcare}/aca_ptc/nc.yaml | 0 .../{ => federal/healthcare}/aca_ptc/tx.yaml | 0 .../{ => federal/healthcare}/aca_ptc/wa.yaml | 0 .../{ => federal/healthcare}/chip/ca.yaml | 0 .../{ => federal/healthcare}/chip/co.yaml | 0 .../healthcare}/chip/federal.yaml | 0 .../{ => federal/healthcare}/chip/il.yaml | 0 .../{ => federal/healthcare}/chip/la.yaml | 0 .../{ => federal/healthcare}/chip/ma.yaml | 0 .../{ => federal/healthcare}/chip/nc.yaml | 0 .../{ => federal/healthcare}/chip/tx.yaml | 0 .../{ => federal/healthcare}/chip/wa.yaml | 0 .../{ => federal/healthcare}/medicaid/ca.yaml | 0 .../{ => federal/healthcare}/medicaid/co.yaml | 0 .../healthcare}/medicaid/federal.yaml | 0 .../{ => federal/healthcare}/medicaid/il.yaml | 0 .../{ => federal/healthcare}/medicaid/la.yaml | 0 .../{ => federal/healthcare}/medicaid/ma.yaml | 0 .../{ => federal/healthcare}/medicaid/nc.yaml | 0 .../{ => federal/healthcare}/medicaid/tx.yaml | 0 .../{ => federal/healthcare}/medicaid/wa.yaml | 0 .../{ => federal/healthcare}/msp/federal.yaml | 0 .../housing}/housing_assistance/ca.yaml | 0 .../housing}/housing_assistance/co.yaml | 0 .../housing}/housing_assistance/federal.yaml | 0 .../housing}/housing_assistance/il.yaml | 0 .../housing}/housing_assistance/la.yaml | 0 .../housing}/housing_assistance/ma.yaml | 0 .../housing}/housing_assistance/nc.yaml | 0 .../housing}/housing_assistance/tx.yaml | 0 .../housing}/housing_assistance/wa.yaml | 0 .../{ => federal/nutrition}/csfp/federal.yaml | 0 .../nutrition}/school_meals/ca.yaml | 0 .../nutrition}/school_meals/co.yaml | 0 .../nutrition}/school_meals/federal.yaml | 0 .../nutrition}/school_meals/il.yaml | 0 .../nutrition}/school_meals/la.yaml | 0 .../nutrition}/school_meals/ma.yaml | 0 .../nutrition}/school_meals/nc.yaml | 0 .../nutrition}/school_meals/tx.yaml | 0 .../nutrition}/school_meals/wa.yaml | 0 .../{ => federal/nutrition}/snap/ca.yaml | 0 .../{ => federal/nutrition}/snap/co.yaml | 0 .../{ => federal/nutrition}/snap/federal.yaml | 0 .../{ => federal/nutrition}/snap/il.yaml | 0 .../{ => federal/nutrition}/snap/la.yaml | 0 .../{ => federal/nutrition}/snap/ma.yaml | 0 .../{ => federal/nutrition}/snap/nc.yaml | 0 .../{ => federal/nutrition}/snap/tx.yaml | 0 .../{ => federal/nutrition}/snap/wa.yaml | 0 .../{ => federal/nutrition}/wic/federal.yaml | 0 .../tax_credits}/cdcc/federal.yaml | 0 .../{ => federal/tax_credits}/ctc/ca.yaml | 0 .../{ => federal/tax_credits}/ctc/co.yaml | 0 .../tax_credits}/ctc/federal.yaml | 0 .../{ => federal/tax_credits}/ctc/il.yaml | 0 .../{ => federal/tax_credits}/ctc/la.yaml | 0 .../{ => federal/tax_credits}/ctc/ma.yaml | 0 .../{ => federal/tax_credits}/ctc/nc.yaml | 0 .../{ => federal/tax_credits}/ctc/tx.yaml | 0 .../{ => federal/tax_credits}/ctc/wa.yaml | 0 .../tax_credits}/eitc/federal.yaml | 0 .../utility}/lifeline/federal.yaml | 0 .../ca/ala_general_assistance.yaml} | 0 .../ca/calworks_child_care.yaml} | 0 .../ca/calworks_stage_2.yaml} | 0 .../ca/calworks_stage_3.yaml} | 0 .../{ca_capp/ca.yaml => state/ca/capp.yaml} | 0 .../{ca_care/ca.yaml => state/ca/care.yaml} | 0 .../{ca_cdcc/ca.yaml => state/ca/cdcc.yaml} | 0 .../{ca_eitc/ca.yaml => state/ca/eitc.yaml} | 0 .../{ca_fera/ca.yaml => state/ca/fera.yaml} | 0 .../ca/foster_youth_tax_credit.yaml} | 0 .../ca.yaml => state/ca/la_ez_save.yaml} | 0 .../ca.yaml => state/ca/renter_credit.yaml} | 0 .../ca/riv_general_relief.yaml} | 0 .../ca/riv_share_payment.yaml} | 0 .../ca/state_supplement.yaml} | 0 .../{tanf/ca.yaml => state/ca/tanf.yaml} | 0 .../ca/tax_credits_composition.yaml} | 0 .../{ca_yctc/ca.yaml => state/ca/yctc.yaml} | 0 .../co/care_worker_credit.yaml} | 0 .../co.yaml => state/co/eitc_ctc.yaml} | 0 .../co/family_affordability_credit.yaml} | 0 .../{co_oap/co.yaml => state/co/oap.yaml} | 0 .../co/state_supplement.yaml} | 0 .../{tanf/co.yaml => state/co/tanf.yaml} | 0 .../co/tax_credits_composition.yaml} | 0 .../{il_aabd/il.yaml => state/il/aabd.yaml} | 0 .../{il_bcc/il.yaml => state/il/bcc.yaml} | 0 .../{il_ctc/il.yaml => state/il/ctc.yaml} | 0 .../{il_eitc/il.yaml => state/il/eitc.yaml} | 0 .../il.yaml => state/il/eitc_ctc.yaml} | 0 .../{il_fpp/il.yaml => state/il/fpp.yaml} | 0 .../{il_hbwd/il.yaml => state/il/hbwd.yaml} | 0 .../il.yaml => state/il/liheap.yaml} | 0 .../{il_mpe/il.yaml => state/il/mpe.yaml} | 0 .../{tanf/il.yaml => state/il/tanf.yaml} | 0 .../il/tax_credits_composition.yaml} | 0 .../la.yaml => state/la/general_relief.yaml} | 0 .../ma/child_and_family_credit.yaml} | 0 .../{ma_eaedc/ma.yaml => state/ma/eaedc.yaml} | 0 .../{ma_eitc/ma.yaml => state/ma/eitc.yaml} | 0 .../ma.yaml => state/ma/liheap.yaml} | 0 .../{ma_mbta/ma.yaml => state/ma/mbta.yaml} | 0 .../ma/state_supplement.yaml} | 0 .../{tanf/ma.yaml => state/ma/tanf.yaml} | 0 .../ma/tax_credits_composition.yaml} | 0 .../{nc_scca/nc.yaml => state/nc/scca.yaml} | 0 .../{tanf/nc.yaml => state/nc/tanf.yaml} | 0 .../{tx_ccs/tx.yaml => state/tx/ccs.yaml} | 0 .../{tx_dart/tx.yaml => state/tx/dart.yaml} | 0 .../{tx_fpp/tx.yaml => state/tx/fpp.yaml} | 0 .../tx.yaml => state/tx/harris_rides.yaml} | 0 .../{tanf/tx.yaml => state/tx/tanf.yaml} | 0 .../{tanf/wa.yaml => state/wa/tanf.yaml} | 0 .../wa/tax_credits_composition.yaml} | 0 .../wa/working_families_tax_credit.yaml} | 0 173 files changed, 48 insertions(+), 5 deletions(-) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/ssi/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/cash}/tanf/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/ccdf/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/early_head_start/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/childcare}/head_start/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_cash_health_composition => federal/composition/cash_health}/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{fed_tax_credits_composition => federal/composition/tax_credits}/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/aca_ptc/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/chip/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/medicaid/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/healthcare}/msp/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/housing}/housing_assistance/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/csfp/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/school_meals/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/snap/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/nutrition}/wic/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/cdcc/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/la.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/ctc/wa.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/tax_credits}/eitc/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ => federal/utility}/lifeline/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_ala_general_assistance/ca.yaml => state/ca/ala_general_assistance.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_calworks_child_care/ca.yaml => state/ca/calworks_child_care.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_calworks_stage_2/ca.yaml => state/ca/calworks_stage_2.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_calworks_stage_3/ca.yaml => state/ca/calworks_stage_3.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_capp/ca.yaml => state/ca/capp.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_care/ca.yaml => state/ca/care.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_cdcc/ca.yaml => state/ca/cdcc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_eitc/ca.yaml => state/ca/eitc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_fera/ca.yaml => state/ca/fera.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_foster_youth_tax_credit/ca.yaml => state/ca/foster_youth_tax_credit.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_la_ez_save/ca.yaml => state/ca/la_ez_save.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_renter_credit/ca.yaml => state/ca/renter_credit.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_riv_general_relief/ca.yaml => state/ca/riv_general_relief.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_riv_share_payment/ca.yaml => state/ca/riv_share_payment.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_state_supplement/ca.yaml => state/ca/state_supplement.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/ca.yaml => state/ca/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{state_tax_credits_composition/ca.yaml => state/ca/tax_credits_composition.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ca_yctc/ca.yaml => state/ca/yctc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{co_care_worker_credit/co.yaml => state/co/care_worker_credit.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{co_eitc_ctc/co.yaml => state/co/eitc_ctc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{co_family_affordability_credit/co.yaml => state/co/family_affordability_credit.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{co_oap/co.yaml => state/co/oap.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{co_state_supplement/co.yaml => state/co/state_supplement.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/co.yaml => state/co/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{state_tax_credits_composition/co.yaml => state/co/tax_credits_composition.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_aabd/il.yaml => state/il/aabd.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_bcc/il.yaml => state/il/bcc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_ctc/il.yaml => state/il/ctc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_eitc/il.yaml => state/il/eitc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_eitc_ctc/il.yaml => state/il/eitc_ctc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_fpp/il.yaml => state/il/fpp.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_hbwd/il.yaml => state/il/hbwd.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_liheap/il.yaml => state/il/liheap.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{il_mpe/il.yaml => state/il/mpe.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/il.yaml => state/il/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{state_tax_credits_composition/il.yaml => state/il/tax_credits_composition.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{la_general_relief/la.yaml => state/la/general_relief.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ma_child_and_family_credit/ma.yaml => state/ma/child_and_family_credit.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ma_eaedc/ma.yaml => state/ma/eaedc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ma_eitc/ma.yaml => state/ma/eitc.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ma_liheap/ma.yaml => state/ma/liheap.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ma_mbta/ma.yaml => state/ma/mbta.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{ma_state_supplement/ma.yaml => state/ma/state_supplement.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/ma.yaml => state/ma/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{state_tax_credits_composition/ma.yaml => state/ma/tax_credits_composition.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{nc_scca/nc.yaml => state/nc/scca.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/nc.yaml => state/nc/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tx_ccs/tx.yaml => state/tx/ccs.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tx_dart/tx.yaml => state/tx/dart.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tx_fpp/tx.yaml => state/tx/fpp.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tx_harris_rides/tx.yaml => state/tx/harris_rides.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/tx.yaml => state/tx/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{tanf/wa.yaml => state/wa/tanf.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{state_tax_credits_composition/wa.yaml => state/wa/tax_credits_composition.yaml} (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/{wa_working_families_tax_credit/wa.yaml => state/wa/working_families_tax_credit.yaml} (100%) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7978148768b..bc1ea6608a5 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -165,8 +165,6 @@ jobs: cmd: make test-yaml-no-structural-other-rest - group: contrib cmd: make test-yaml-no-structural-other-contrib - - group: partners - cmd: make test-yaml-no-structural-other-partners steps: - name: Checkout repo uses: actions/checkout@v6 @@ -185,6 +183,28 @@ jobs: env: PYTHONUNBUFFERED: 1 run: uv run ${{ matrix.cmd }} + HouseholdAPIPartners: + name: Household API Partners + runs-on: ubuntu-latest + timeout-minutes: 60 + steps: + - name: Checkout repo + uses: actions/checkout@v6 + - name: Set up Python + uses: actions/setup-python@v6 + with: + python-version: 3.14 + - name: Install uv + uses: astral-sh/setup-uv@v8.1.0 + - name: Install dependencies + run: uv sync --extra dev + - name: Turn off default branching + shell: bash + run: bash ./update_itemization.sh + - name: Run Household API Partners YAML tests + env: + PYTHONUNBUFFERED: 1 + run: uv run make test-yaml-no-structural-other-partners Contrib: name: Full Suite - Contrib (${{ matrix.group }}) runs-on: ubuntu-latest diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 6da5e58eed5..260eddfc4df 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -81,8 +81,6 @@ jobs: cmd: make test-yaml-no-structural-other-rest - group: contrib cmd: make test-yaml-no-structural-other-contrib - - group: partners - cmd: make test-yaml-no-structural-other-partners steps: - name: Checkout repo uses: actions/checkout@v6 @@ -101,6 +99,31 @@ jobs: env: PYTHONUNBUFFERED: 1 run: uv run ${{ matrix.cmd }} + HouseholdAPIPartners: + name: Household API Partners + runs-on: ubuntu-latest + timeout-minutes: 60 + if: | + (github.repository == 'PolicyEngine/policyengine-us') + && (github.event.head_commit.message == 'Update PolicyEngine US') + steps: + - name: Checkout repo + uses: actions/checkout@v6 + - name: Set up Python + uses: actions/setup-python@v6 + with: + python-version: 3.14 + - name: Install uv + uses: astral-sh/setup-uv@v8.1.0 + - name: Install dependencies + run: uv sync --extra dev + - name: Turn off default branching + shell: bash + run: bash ./update_itemization.sh + - name: Run Household API Partners YAML tests + env: + PYTHONUNBUFFERED: 1 + run: uv run make test-yaml-no-structural-other-partners Contrib: name: Full Suite - Contrib (${{ matrix.group }}) runs-on: ubuntu-latest @@ -180,7 +203,7 @@ jobs: if: | (github.repository == 'PolicyEngine/policyengine-us') && (github.event.head_commit.message == 'Update PolicyEngine US') - needs: [Baseline, Contrib, Rest] + needs: [Baseline, HouseholdAPIPartners, Contrib, Rest] steps: - name: Checkout repo uses: actions/checkout@v6 diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ssi/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/ssi/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/tanf/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/cash/tanf/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ccdf/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/early_head_start/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/early_head_start/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/head_start/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/head_start/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_cash_health_composition/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/tax_credits/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/fed_tax_credits_composition/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/tax_credits/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/aca_ptc/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/aca_ptc/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/chip/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/chip/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/medicaid/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/medicaid/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/msp/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/msp/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/healthcare/msp/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/housing_assistance/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/csfp/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/csfp/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/csfp/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/school_meals/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/school_meals/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/snap/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/snap/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/wic/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wic/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/nutrition/wic/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/cdcc/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/cdcc/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/cdcc/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/la.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/la.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ctc/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/ctc/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/eitc/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/eitc/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/tax_credits/eitc/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/utility/lifeline/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/lifeline/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/utility/lifeline/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_ala_general_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/ala_general_assistance.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_ala_general_assistance/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/ala_general_assistance.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_child_care/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/calworks_child_care.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_child_care/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/calworks_child_care.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_2/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/calworks_stage_2.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_2/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/calworks_stage_2.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_3/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/calworks_stage_3.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_calworks_stage_3/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/calworks_stage_3.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_capp/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/capp.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_capp/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/capp.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_care/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/care.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_care/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/care.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_cdcc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/cdcc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_cdcc/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/cdcc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_eitc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/eitc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_eitc/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/eitc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_fera/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/fera.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_fera/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/fera.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_foster_youth_tax_credit/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/foster_youth_tax_credit.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_foster_youth_tax_credit/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/foster_youth_tax_credit.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_la_ez_save/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/la_ez_save.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_la_ez_save/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/la_ez_save.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_renter_credit/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/renter_credit.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_renter_credit/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/renter_credit.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_general_relief/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/riv_general_relief.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_general_relief/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/riv_general_relief.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_share_payment/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/riv_share_payment.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_riv_share_payment/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/riv_share_payment.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_state_supplement/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/state_supplement.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_state_supplement/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/state_supplement.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/tax_credits_composition.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/tax_credits_composition.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_yctc/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/yctc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ca_yctc/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ca/yctc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_care_worker_credit/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/care_worker_credit.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_care_worker_credit/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/care_worker_credit.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_eitc_ctc/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/eitc_ctc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_eitc_ctc/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/eitc_ctc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_family_affordability_credit/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/family_affordability_credit.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_family_affordability_credit/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/family_affordability_credit.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_oap/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/oap.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_oap/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/oap.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_state_supplement/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/state_supplement.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/co_state_supplement/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/state_supplement.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/tax_credits_composition.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/co/tax_credits_composition.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_aabd/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/aabd.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_aabd/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/aabd.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_bcc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/bcc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_bcc/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/bcc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/ctc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_ctc/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/ctc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/eitc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/eitc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc_ctc/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/eitc_ctc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_eitc_ctc/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/eitc_ctc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_fpp/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/fpp.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_fpp/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/fpp.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_hbwd/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/hbwd.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_hbwd/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/hbwd.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_liheap/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/liheap.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_liheap/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/liheap.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_mpe/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/mpe.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/il_mpe/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/mpe.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/tax_credits_composition.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/il/tax_credits_composition.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la_general_relief/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/la/general_relief.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/la_general_relief/la.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/la/general_relief.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_child_and_family_credit/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/child_and_family_credit.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_child_and_family_credit/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/child_and_family_credit.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eaedc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/eaedc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eaedc/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/eaedc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eitc/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/eitc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_eitc/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/eitc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_liheap/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/liheap.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_liheap/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/liheap.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_mbta/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/mbta.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_mbta/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/mbta.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_state_supplement/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/state_supplement.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/ma_state_supplement/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/state_supplement.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/tax_credits_composition.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/ma/tax_credits_composition.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc_scca/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/nc/scca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/nc_scca/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/nc/scca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/nc/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/nc/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_ccs/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/ccs.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_ccs/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/ccs.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_dart/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/dart.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_dart/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/dart.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_fpp/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/fpp.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_fpp/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/fpp.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_harris_rides/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/harris_rides.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tx_harris_rides/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/harris_rides.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/tx/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/wa/tanf.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/tanf/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/wa/tanf.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/wa/tax_credits_composition.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state_tax_credits_composition/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/wa/tax_credits_composition.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa_working_families_tax_credit/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/wa/working_families_tax_credit.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/wa_working_families_tax_credit/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/state/wa/working_families_tax_credit.yaml From 2e77140d98d8d38d57565cf6a045ad0542fa6dd7 Mon Sep 17 00:00:00 2001 From: Ziming Date: Wed, 13 May 2026 23:44:50 -0400 Subject: [PATCH 11/13] Update partner tests changelog to reflect reorg + standalone CI job Co-Authored-By: Claude Opus 4.7 (1M context) --- changelog.d/add-partner-yaml-tests.added.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/add-partner-yaml-tests.added.md b/changelog.d/add-partner-yaml-tests.added.md index 4af5d782d9a..99cc06df1a2 100644 --- a/changelog.d/add-partner-yaml-tests.added.md +++ b/changelog.d/add-partner-yaml-tests.added.md @@ -1 +1 @@ -YAML tests mirroring policyengine-household-api customer fixtures (Amplifi, Impactica, MyFriendBen) under tests/policy/baseline/partners/, plus a dedicated CI runner so partner-affecting changes are visible in PRs. Also adds analytics_coverage/ — 81 per-signature test cases (grouped by state; one per unique input-variable shape, with size variants deduplicated) covering every variable combination partners have requested in production, and analytics_coverage/edge_cases/ — 642 boundary cases across 64 program folders (SNAP, state TANFs, federal tax credits, federal cash + health, federal nutrition + utilities, state tax credits + supplements, state utility + work-support) testing income/age/disability/immigration thresholds plus size-1/2/3/4 household composition variants. Edge cases organized per-program-folder for easier scoping; county_str inputs validated to match actual enum names. +YAML tests under tests/policy/baseline/partners/ that fail CI when a PR would change calculation results for any household API partner, surfaced as a standalone "Household API Partners" CI check. Includes (1) customer fixture mirrors for Amplifi, Impactica, and MyFriendBen, (2) analytics_coverage/ with 81 per-signature test cases grouped by state (one per unique input-variable shape sent through the production API), and (3) analytics_coverage/edge_cases/ with 642 boundary cases organized as federal/{category}/{program}/ (tax_credits, nutrition, healthcare, childcare, cash, housing, utility, composition) and state/{xx}/{program}.yaml. Cases target binding thresholds — income at FPL boundaries, age cutoffs, asset limits, immigration status, household composition — using state-aware values (e.g., per-state SNAP BBCE multipliers). From 4b6bdad014d17e8cce7250f3a70dc2dd1b0d0ea7 Mon Sep 17 00:00:00 2001 From: Ziming Date: Thu, 14 May 2026 00:06:26 -0400 Subject: [PATCH 12/13] Group signature case YAMLs under analytics_coverage/signatures/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Symmetric structure with edge_cases/: analytics_coverage/ ├── signatures/ ← per-state signature cases from production └── edge_cases/ ← hand-crafted boundary tests Co-Authored-By: Claude Opus 4.7 (1M context) --- .../partners/analytics_coverage/{ => signatures}/ca.yaml | 0 .../partners/analytics_coverage/{ => signatures}/co.yaml | 0 .../partners/analytics_coverage/{ => signatures}/federal.yaml | 0 .../partners/analytics_coverage/{ => signatures}/il.yaml | 0 .../partners/analytics_coverage/{ => signatures}/ma.yaml | 0 .../partners/analytics_coverage/{ => signatures}/nc.yaml | 0 .../partners/analytics_coverage/{ => signatures}/tx.yaml | 0 .../partners/analytics_coverage/{ => signatures}/wa.yaml | 0 uv.lock | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/ca.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/co.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/federal.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/il.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/ma.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/nc.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/tx.yaml (100%) rename policyengine_us/tests/policy/baseline/partners/analytics_coverage/{ => signatures}/wa.yaml (100%) diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/ca.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/ca.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/ca.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/co.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/co.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/co.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/federal.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/federal.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/federal.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/il.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/il.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/il.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/ma.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/ma.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/ma.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/nc.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/nc.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/nc.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/tx.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/tx.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/tx.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/wa.yaml similarity index 100% rename from policyengine_us/tests/policy/baseline/partners/analytics_coverage/wa.yaml rename to policyengine_us/tests/policy/baseline/partners/analytics_coverage/signatures/wa.yaml diff --git a/uv.lock b/uv.lock index eb0de35ebbf..76042ff3b95 100644 --- a/uv.lock +++ b/uv.lock @@ -2974,7 +2974,7 @@ wheels = [ [[package]] name = "policyengine-us" -version = "1.691.4" +version = "1.691.7" source = { editable = "." } dependencies = [ { name = "microdf-python" }, From eee0f91e9e2eaa334cc7427e239a0d6d452aee34 Mon Sep 17 00:00:00 2001 From: Ziming Date: Thu, 14 May 2026 10:36:15 -0400 Subject: [PATCH 13/13] Remove 24 empty placeholder state files After the state-invariant cases trim, three folders had ALL their non-federal state files reduced to '[]' (zero test cases): - federal/housing/housing_assistance/{ca,co,il,la,ma,nc,tx,wa}.yaml - federal/composition/cash_health/{ca,co,il,la,ma,nc,tx,wa}.yaml - federal/childcare/ccdf/{ca,co,il,la,ma,nc,tx,wa}.yaml These folders now collapse to federal.yaml only, matching how truly state-invariant programs already live (eitc, lifeline, msp, etc.). Co-Authored-By: Claude Opus 4.7 (1M context) --- .../analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml | 1 - .../analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml | 1 - .../edge_cases/federal/composition/cash_health/ca.yaml | 1 - .../edge_cases/federal/composition/cash_health/co.yaml | 1 - .../edge_cases/federal/composition/cash_health/il.yaml | 1 - .../edge_cases/federal/composition/cash_health/la.yaml | 1 - .../edge_cases/federal/composition/cash_health/ma.yaml | 1 - .../edge_cases/federal/composition/cash_health/nc.yaml | 1 - .../edge_cases/federal/composition/cash_health/tx.yaml | 1 - .../edge_cases/federal/composition/cash_health/wa.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/ca.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/co.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/il.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/la.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/ma.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/nc.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/tx.yaml | 1 - .../edge_cases/federal/housing/housing_assistance/wa.yaml | 1 - 24 files changed, 24 deletions(-) delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/wa.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ca.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/co.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/il.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/la.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ma.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/nc.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/tx.yaml delete mode 100644 policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/wa.yaml diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ca.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/co.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/il.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/la.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/ma.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/nc.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/tx.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/childcare/ccdf/wa.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ca.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ca.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/co.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/co.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/il.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/il.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/la.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/la.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ma.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/ma.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/nc.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/nc.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/tx.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/tx.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/wa.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/composition/cash_health/wa.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ca.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ca.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ca.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/co.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/co.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/co.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/il.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/il.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/il.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/la.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/la.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/la.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ma.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ma.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/ma.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/nc.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/nc.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/nc.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/tx.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/tx.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/tx.yaml +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/wa.yaml b/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/wa.yaml deleted file mode 100644 index fe51488c706..00000000000 --- a/policyengine_us/tests/policy/baseline/partners/analytics_coverage/edge_cases/federal/housing/housing_assistance/wa.yaml +++ /dev/null @@ -1 +0,0 @@ -[]