PSLmodels / Tax-Calculator

USA Federal Individual Income and Payroll Tax Microsimulation Model
https://taxcalc.pslmodels.org
Other
252 stars 150 forks source link

Distribute the Corporate Income Tax #315

Closed mmessick closed 6 years ago

mmessick commented 9 years ago

A proposal to distribute the corporate income tax to individuals in our tax microsimulation.

Summary of proposal:

Documents referenced:

Discussed:

mmessick commented 9 years ago

full documentation can be found in this file in the master branch of this repo

feenberg commented 9 years ago

On Thu, 16 Jul 2015, mmessick wrote:

A proposal to distribute the corporate income tax to individuals in our tax microsimulation.

Summary of proposal:

  • In the absence of this corporate income tax, both capital owners and wage earners would receive higher incomes; therefore, the Tax-Calculator imputes how much of the tax is borne by individuals, adding this to each individual’s expanded income measure.
  • The OSPC allows a user to specify amount of burden allocated to normal and supernormal returns and then the user may allocate, separately, how the burden for normal and supernormal can be shifted to labor.

Could you say more about how the normal and supernormal returns are identified in the PUF data?

dan feenberg

  • OSPC assumes that these percentages are achieved in the long run and that the long run is completed at the end of the ten-year budget window.

Documents referenced:

  • OTA
  • TPC
  • JCT
  • CBO

Discussed:

  • issue #223
  • PR #286 (full documentation and implementation can be found in this pr)

— Reply to this email directly or view it on GitHub.[AHvQVYQAtpRjkrPVDTf5HD6qzfM54w56ks5od-qzgaJpZM4FaGYJ.gif]

mmessick commented 9 years ago

normal returns identified by:

supernormal returns identified by:

Most of this was derived from TCP and JCT. I left out what I could not find in PUF, but those limitations are discussed in this file

yuying27 commented 7 years ago

I look through the post here. Rather than dividing by 2.2 and 1.2, I think we should consider a different weighted average for above formula. Each components for normal or supernormal should multiply its aggregated value over aggregated normal or supernormal returns. This is because we need to consider the amount of each component. If dividends.4 account for 80% of total normal return, it should be treated different from dividends.4 account for 30%. For example, the normal returns could be

(personal shares dividends .4) (aggregated dividends/aggregated normal returns) + (personal shares net_capgains .4) (aggregated net_capgains/aggregated normal returns) + (personal shares self_employed_and_pt .4) (aggregated self_employed_and_pt/aggregated normal returns) + (personal shares bonds 1) (aggregated bonds/aggregated normal returns)

where personal shares dividends is the dividends received over aggregated dividends, so the formula could be simplified:

(dividends amount .4) /aggregated normal returns + (net_capgains amount .4) /aggregated normal returns + (self_employed_and_pt amount .4)/aggregated normal returns + (bonds amount 1) /aggregated normal returns

= (dividends amount .4 + net_capgains amount .4 + self_employed_and_pt amount* .4 + bonds amount) /aggregated normal returns

where the aggregated normal returns = aggregated dividends amount .4 + aggregated net_capgains amount .4 + aggregated self_employed_and_pt amount* .4 + aggregated bonds

martinholmer commented 7 years ago

@yuying27 said in issue #315:

I look through the post here. Rather than dividing 2.2 and 1.2.

I don't understand what you mean by 2.2 and 1.2. Can you explain what you mean?

yuying27 commented 7 years ago

@martinholmer In the 3rd and 4th paragraph, Messick mentions the value is further divided by 1.2 (for supernormal) and 2.2 (for normal). My understanding of the 1.2 is a sum of 0.6 and 0.6, while 2.2 is a sum of 0.4, 0.4, 0.4 and 1.

martinholmer commented 7 years ago

@yuying27 said:

@martinholmer In the 3rd and 4th paragraph, Messick mentions the value is further divided by 1.2 (for supernormal) and 2.2 (for normal). My understanding of the 1.2 is a sum of 0.6 and 0.6, while 2.2 is a sum of 0.4, 0.4, 0.4 and 1.

Oh, you mean:

I look through the post here. Rather than dividing BY 2.2 and 1.2.

OK.

yuying27 commented 7 years ago

@mmessick

Oh, you mean:

I look through the post here. Rather than dividing BY 2.2 and 1.2.

Exactly, I updated my words to make it clearer.

martinholmer commented 6 years ago

This discussion is continued in issue #1515, and so, this two-year-old issue is being closed.