Skip to content

Commit

Permalink
Upload params
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Aug 14, 2024
1 parent 15e346c commit 34d2abc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Run evaluation
run: make evaluation

- name: Run evaluation
- name: Upload evaluation
run: python .github/upload_evaluation
18 changes: 18 additions & 0 deletions policyengine_us_data/datasets/cps/imputation_parameters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Personal income variable imputation parameters used
# in the cps.py add_personal_income_variables function.

# SOI 2020 data
taxable_interest_fraction: 0.680

# SOI 2018 data
qualified_dividend_fraction: 0.448

# no SOI data, so arbitrary assumption
taxable_pension_fraction: 1.0
taxable_401k_distribution_fraction: 1.0
taxable_403b_distribution_fraction: 1.0
taxable_ira_distribution_fraction: 1.0
taxable_sep_distribution_fraction: 1.0

# SOI 2012 data
long_term_capgain_fraction: 0.880

0 comments on commit 34d2abc

Please sign in to comment.