Skip to content
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

Integration of B-Tax with TaxBrain #43

Closed
jdebacker opened this issue Aug 11, 2016 · 4 comments
Closed

Integration of B-Tax with TaxBrain #43

jdebacker opened this issue Aug 11, 2016 · 4 comments
Assignees

Comments

@jdebacker
Copy link
Member

In OpenSourcePolicyCenter/webapp-public Issue #295 @MattHJensen asks:

Which parameters from the TaxBrain input page do you think would be relevant?

Those affecting marginal tax rates on business income, capital gains income, dividend income, and interest income could all be relevant. Perhaps some other fields. But we wouldn't take directly those values entered into TaxBrain, since B-Tax will look only at how the "marginal investor" is affected.

Given the field available from the Tax-Calculator (using the PUF-CPS data), maybe the thing to do is to compute the following:

  • tau_businc  = weighted average marginal tax rate on ordinary, non-corpororate business income (weighted by amount of non-corp business income)
    
  • tau_div = weighted average marginal tax rate on dividend income (weighted by amount of dividend income received)
    
  • tau_int = weighted average of marginal tax rate on interest income (weighted by amount of interest income received)
    
  • tau_scg = weighted average of marginal tax rate on short term capital gains (weighted by amount of short term capital gains received)
    
  • tau_lcg = weighted average of marginal tax rate on long term capital gains (weighted by amount of long term capital gains received)
    
  • tau_xcg = weighted average of marginal tax rate on capital gains held until death (weighted by amount of total capital gains received)
    
  • tau_td = weighted average of marginal tax rate on pension distributions (weighted by the amount of pension distributions)
    
  • tau_h = weighted average marginal tax rate on mortgage interest and property taxes (weighted by amounts of these deductions)
    

@MattHJensen @feenberg

@MattHJensen
Copy link
Contributor

@jdebacker, due to the complex relations between ordinary income and other types of income, I expect that every single TC parameter could end up affecting at least one of the MTRs listed above. Therefore, I think every TC parameter is probably relevant to B-Tax. Is that your assessment as well?

@jdebacker
Copy link
Member Author

jdebacker commented Aug 12, 2016

@MattHJensen, yes all may be relevant. So we should give option to user to potentially specify any of those inputs to TaxBrain - even if they choose not to change many of them.

But we might consider a more simplified set of parameters that show up on the B-Tax input page, but run call Tax-Calc to then generate the weighted avg MTRS as described above. I kind of like this option - allows individual parameters to be entered, but keeps it relatively simple. Could also have a button for "specify additional individual income tax policies" that brings you to the full TaxBrain input page.

@MattHJensen
Copy link
Contributor

Posted a response back over at #295. Outstanding question is what the simplified set of parameters will contain:

But we might consider a more simplified set of parameters that show up on the B-Tax input page

@jdebacker jdebacker self-assigned this Aug 19, 2016
@jdebacker
Copy link
Member Author

Closing. Tax Calculator has been integrated into B-Tax for some time now. Relevant issue is now Issue #357 in web app repo, discussing allowing use of this integration by CCC users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants