-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use TC to do UBI reforms with CPS tax unit dataset (3 months) #9
Comments
@Amy-Xu, I believe ~1 to 1.5 months is a reasonable estimate. For number 2, can we use the C-TAM with the CPS tax units to impute benefits or will we try and use the raw CPS and add everything together during the tax-unit creation process? |
@andersonfrailey Because C-TAM only imputes benefit at individual/family/household level, in other words to raw CPS, I would expect we have glue the adjusted welfare data to raw CPS and put everything together during the tax-unit creation, but at least we don't have the income-matching problems this time. |
One caveat: If this works, we'll aim to add the CPS tax unit file as a data input option to TB and forgo the tabular merge. If it doesn't work, we'll focus on the tabular merge. |
It seems from Matt's @MattHJensen comment in taxdata issue on CPS file, task 1 in this issue is complete for current stage, is that correct? |
@Amy-Xu, if we're ok with the results shown in the notebook then yes. I also just finished task 2. Working on checking totals now. |
@andersonfrailey, @Amy-Xu, it would be good to know why the itemized deductions changed so dramatically w/ the latest run before checking the box. |
@MattHJensen I believe I found the solution. In early iterations of the notebook, I had included a variable The graph in the notebook only shows total itemized deductions for itemizers so by increasing the number of them to 60.7 million from 39.5 million, more was counted. Below are the graphs both with and without HMIE as interest expense. WithWithout |
@andersonfrailey I guess what @MattHJensen means is that in the latest version itemized deduction total needs more scrutinization -- the total number of itemizers is not bad, but the total amount of itemized deduction in CPS is 45% lower than PUF, and 49% lower than SOI stats. But what I'm not sure is whether we should adjust it right now or wait until later? @MattHJensen |
@MattHJensen Do you think it's necessary to tweak itemized deduction total amount more before checking the first box here in this issue? |
It sounds to me like "Home Mortgage Interest Expense" is a subset of "Interest Paid", and so it makes sense to include it in |
Also, for the purposes of documentation, "state and local taxes" are probably better described as "state and local income taxes" as the vast majority or all of "real estate taxes" are state and local as well. |
If this is the case, @andersonfrailey I would suggest to shrink everyone's HMIE by the ratio of HMIE to SOI home mortgage interest of itemizers, and then include HMIE as e19200. In this way, we're able to have state and local income taxes deduction, and not overblow total number of itemizers. |
@Amy-Xu that sounds good. I'll do that and see what happens with both total itemized deductions and number of itemizers. |
@Amy-Xu @MattHJensen scaling down HMIE did make the itemizers numbers better. They still aren't totally accurate though. You can see the results in the notebook I most recently posted in the tax data issue. |
Here is a notebook where I recreated the UBI reforms using the the CPS file.
|
@andersonfrailey just to clarify last box in this issue -- we would want to include the functionality of of the UBI notebook in TC if everything goes smoothly. |
It seems like the second task is done based on the notebook posted by @andersonfrailey. Anderson, could you add a cell in the notebook printing out the total participants and benefits for each program? So we can compare how tax unit aggregates look like compare to the raw CPS aggregates. @MattHJensen I'm thinking just compare aggregates, not distribution, at this point since there's no valid distribution tax unit to compare with. |
Thanks Anderson! In the notebook (cell 120) from taxdata issue #90, Anderson posted summary table for each program. Since we have made a few modifications for C-TAM, here're the totals CPS participation and benefits after adjustment.
There will be some dead weight loss loss after tax-units get created, but it would be the best if we could make the diff under 10%. |
When I modified the SAS files to include some of the information Amy needed to extrapolate the benefits programs aggregate totals for them afterwards. I haven't included Medicare in this because I'm running into an issue where benefit totals dropped significantly. I'm looking into why right now and will post when it's fixed. |
In a meeting last week with @MattHJensen, it seems our three-month-goal is to be able do UBI reforms based on CPS tax unit in TC. If this works, then we would add both current tabular merge and the CPS tax unit micro-simulation for UBI to TB. Otherwise, only tabular merge to TB.
Here're a list of issues I think we need to deal with to achieve the 3-month goal:
Adjust tax liabilities from CPS tax unit to match PUF results. As Anderson has been working on this in taxdata issue #90, it seems Anderson should continue the good work there and ask reviews from Matt and Dan.
Add benefit data to CPS tax unit for 2014. I suggest Anderson to work on this and get review from Matt and me.
Add 10-year extrapolation for benefit data. I will be working on this, and hopefully get this done by the end of August.
Expand UBI functions for reform based on micro data. Suggesting Anderson to work on this once 1 & 2 are completed.
I imagine 1, 2, 4 each might take approximately 1 month. @andersonfrailey Is that a reasonable estimate? Did I miss anything in the list above? Any thoughts?
The text was updated successfully, but these errors were encountered: