|
396 | 396 | "tip_income_taxpayers", |
397 | 397 | "COUNT", |
398 | 398 | ), |
| 399 | + "irs_soi.form_w2_401k_elective_deferrals": ( |
| 400 | + "traditional_401k_contributions", |
| 401 | + "AMOUNT", |
| 402 | + ), |
| 403 | + "irs_soi.form_w2_designated_roth_401k_contributions": ( |
| 404 | + "roth_401k_contributions", |
| 405 | + "AMOUNT", |
| 406 | + ), |
| 407 | + "irs_soi.payments_to_keogh_plan": ( |
| 408 | + "self_employed_pension_contribution_ald", |
| 409 | + "AMOUNT", |
| 410 | + ), |
399 | 411 | "census_decennial.resident_population": ("population", "COUNT"), |
400 | 412 | "census_decennial.occupied_housing_units": ("household_count", "COUNT"), |
401 | 413 | "census_pep.resident_population": ("population", "COUNT"), |
|
630 | 642 | "short_term_capital_gains": EntityType.PERSON, |
631 | 643 | "proprietors_income_amount": EntityType.PERSON, |
632 | 644 | "rental_income": EntityType.PERSON, |
| 645 | + "roth_401k_contributions": EntityType.PERSON, |
633 | 646 | "self_employment_income": EntityType.PERSON, |
| 647 | + "self_employed_pension_contribution_ald": EntityType.TAX_UNIT, |
634 | 648 | "salt_refund_income": EntityType.PERSON, |
635 | 649 | "state_income_tax": EntityType.TAX_UNIT, |
636 | 650 | "taxable_ira_distributions": EntityType.PERSON, |
|
639 | 653 | "taxable_pension_income": EntityType.PERSON, |
640 | 654 | "taxable_social_security": EntityType.PERSON, |
641 | 655 | "tip_income": EntityType.PERSON, |
| 656 | + "traditional_401k_contributions": EntityType.PERSON, |
642 | 657 | "unemployment_compensation": EntityType.PERSON, |
643 | 658 | "medicaid": EntityType.PERSON, |
644 | 659 | "social_security": EntityType.PERSON, |
|
763 | 778 | "tanf_family_count": "TANF family count", |
764 | 779 | "tanf_recipient_count": "TANF recipient count", |
765 | 780 | "tip_income": "Tip income", |
| 781 | + "traditional_401k_contributions": "Traditional 401(k) contributions", |
766 | 782 | "traditional_ira_contributions": "Traditional IRA contributions", |
| 783 | + "roth_401k_contributions": "Roth 401(k) contributions", |
767 | 784 | "roth_ira_contributions": "Roth IRA contributions", |
| 785 | + "self_employed_pension_contribution_ald": ( |
| 786 | + "Self-employed pension contribution ALD" |
| 787 | + ), |
768 | 788 | } |
769 | 789 |
|
770 | 790 | ARCH_AGI_BRACKET_LABELS = { |
|
791 | 811 | "interest_deduction": "interest_paid_deduction_amount", |
792 | 812 | "net_capital_gains": "net_capital_gains_amount", |
793 | 813 | "real_estate_taxes": "real_estate_taxes_amount", |
| 814 | + "roth_401k_contributions": "roth_401k_contributions", |
| 815 | + "self_employed_pension_contribution_ald": ( |
| 816 | + "self_employed_pension_contribution_ald" |
| 817 | + ), |
794 | 818 | "total_self_employment_income": "schedule_c_income_amount", |
795 | 819 | "taxable_ira_distributions": "taxable_ira_distributions_amount", |
796 | 820 | "taxable_pension_income": "taxable_pension_income_amount", |
797 | 821 | "taxable_social_security": "taxable_social_security_amount", |
798 | 822 | "tip_income": "tip_income", |
| 823 | + "traditional_401k_contributions": "traditional_401k_contributions", |
799 | 824 | "unemployment_compensation": "unemployment_compensation_amount", |
800 | 825 | } |
801 | 826 |
|
|
898 | 923 | "population": "Census Population Estimates Program Vintage 2024 age-sex files", |
899 | 924 | "real_estate_taxes": "IRS SOI itemized deduction tables or ACS state files", |
900 | 925 | "roth_ira_contributions": "IRS SOI IRA contribution tables", |
| 926 | + "roth_401k_contributions": "IRS SOI Form W-2 Statistics Table 4.B", |
| 927 | + "self_employed_pension_contribution_ald": "IRS SOI Publication 1304 Table 1.4", |
901 | 928 | "state_individual_income_tax_collections": ( |
902 | 929 | "Census State Tax Collections item T40" |
903 | 930 | ), |
|
919 | 946 | "tanf_recipient_count": "ACF TANF Caseload Data", |
920 | 947 | "tip_income": "IRS SOI Form W-2 Statistics", |
921 | 948 | "traditional_ira_contributions": "IRS SOI IRA contribution tables", |
| 949 | + "traditional_401k_contributions": "IRS SOI Form W-2 Statistics Table 4.B", |
922 | 950 | "taxable_ira_distributions": "IRS SOI IRA accumulation/distribution tables", |
923 | 951 | "taxable_pension_income": "IRS SOI Publication 1304 Table 1.4", |
924 | 952 | "taxable_social_security": "IRS SOI Publication 1304 Table 1.4", |
|
0 commit comments