Closed martinholmer closed 4 months ago
Better targets for years up through 2018 are from IRS-SOI tabulations of W-2 forms.
The 2018 tabulations of taxpayers with an employee pension contributions are:
Number of taxpayers (#M) 60.353
Gross (Medicare) earnings ($B) 5062.371
Employee pension contributions ($B) 332.520
So, the 16.0 million taxpayers in 2021 tabulated using the tmd.csv
file is clearly too low.
Also, the $48.8 billion in 2021 employee pension contributions tabulated using the tmd.csv
file is way below the actual 2018 value of almost $333 billion.
It does appear that @donboyd5 was correct to highlight this issue in #8.
The 2011 IRS-SOI W-2 tabulations were used in the taxdata repository's impute_pencon.py
module to impute pencon_p
and pencon_s
values to 2011 PUF data. The 2015 IRS-SOI tabulations could be used to impute more accurate pension contributions to the 2015 PUF.
This is extremely helpful. Thanks.
After the merge of PR #90, the weighted sum of the pencon_p
and pencon_s
variables is much larger. So, the original issue (that pension contributions were way too low) has now been resolved.
The amount of defined-contribution (DC) pension contributions (
pencon_p
for the tax unit head andpencon_s
for the tax unit spouse when married filing jointly) seems too low, primarily because very few people in our most recent dataset have a positive value for these two variables.Here is a tabulation of the
tmd.csv
file (for 2021) that is being used to generate the most recent examination results:The 16.0 million people with positive DC contributions compares with USDOL Form 5500 results for 2020 "active participants" of nearly 85.3 million:
.
And the $48.8 billion tabulation compares with the USDOL Form 5500 results for 2020 of almost $586 billion shown above. So, we have less than ten percent of DC pension contributions. Even if the DOL contribution total includes both employee and employer DC contributions, the employee DC contribution amounts in the
tmd.csv
file seem too low.