Skip to content

Commit

Permalink
Merge pull request #199 from jdebacker/docs
Browse files Browse the repository at this point in the history
Fix math type in docs
  • Loading branch information
jdebacker committed May 14, 2024
2 parents b5376d5 + 1d08174 commit 2892197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/content/corp_incidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The difference when running the model with a consideration of the corporate inci

### Distribution of the CIT across individual taxpayers

The corporate income tax is distributed across individual taxpayers in a proportional manner. For example, assume that 50% of the corporate income tax is borne by shareholders and that corporate income taxes paid are $50 billion. When distributing the corporate income tax, `Tax-Brain` will change aggregate shareholder income (short-term capital gains, `p22250`, long-term capital gains, `p23250`, and dividends,`e00600`) by $ \$50 billion * 0.50 = \$25 billion$. To allocate this $25 billion across individual taxpayers, we assume equal percentage changes across taxpayers. Thus, taxpayers with more shareholder income have larger dollar value changes in their income. The percentage shareholder income is adjusted by is determined as $ pct = \frac{\text{shareholder incidence} \times \text{CIT Revenue}}{\text{Aggregate shareholder income}}$. So, continuing with our example, suppose aggregate shareholder income is $500 billion, then the percentage change in shareholder income applied to each taxpayer is $\frac{0.5 * 50}{500} = \frac{25}{500} = \frac{1}{20} = 5\%$.
The corporate income tax is distributed across individual taxpayers in a proportional manner. For example, assume that 50% of the corporate income tax is borne by shareholders and that corporate income taxes paid are \$50 billion. When distributing the corporate income tax, `Tax-Brain` will change aggregate shareholder income (short-term capital gains, `p22250`, long-term capital gains, `p23250`, and dividends,`e00600`) by \$50 billion $\times$ 0.50 = \$25 billion. To allocate this \$25 billion across individual taxpayers, we assume equal percentage changes across taxpayers. Thus, taxpayers with more shareholder income have larger dollar value changes in their income. The percentage shareholder income is adjusted by is determined as $ pct = \frac{\text{shareholder incidence} \times \text{CIT Revenue}}{\text{Aggregate shareholder income}}$. So, continuing with our example, suppose aggregate shareholder income is \$500 billion, then the percentage change in shareholder income applied to each taxpayer is $\frac{0.5 * 50}{500} = \frac{25}{500} = \frac{1}{20} = 5\%$.

Analogous adjustments are made to wage income (`e00200`, `e00200p`, `e00200s`) and other capital income, which is made up of:
* Taxable interest: `e00300`
Expand Down

0 comments on commit 2892197

Please sign in to comment.