You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We measure total debt from the [Financial Accounts of the United States](http://www.federalreserve.gov/apps/fof/FOFTables.aspx). In particular, we use the following tables to capture debt, which we measure separately for corporate financial and nonfinancial businesss, noncorporate business, and household mortgage debt:
379
+
We measure total debt from the [Financial Accounts of the United States](http://www.federalreserve.gov/apps/fof/FOFTables.aspx). In particular, we use the following tables to capture debt, which we measure separately for corporate financial and non-financial businesss, non-corporate business, and household mortgage debt:
380
380
381
381
* B.100: Value of owner-occupied houses;
382
-
* L.103: Liabilities of nonfinancial corporations, by type of instrument;
383
-
* L.104: Liabilities of nonfinancial noncorporate business, by type of instrument;
382
+
* L.103: Liabilities of non-financial corporations, by type of instrument;
383
+
* L.104: Liabilities of non-financial non-corporate business, by type of instrument;
384
384
* L.208: Total liabilities (financial corporations);
385
-
* L.223: Corporate equity outstanding, by sector (nonfinancial, financial);
385
+
* L.223: Corporate equity outstanding, by sector (non-financial, financial);
386
386
* L.218: Home mortgages (households); and
387
-
* L.229: Proprietors equity in noncorporate business
387
+
* L.229: Proprietors equity in non-corporate business
388
388
389
-
To allocate debt across tax treatment, we use SOI Tax Stats Data. The Financial Account Data combine both S corporations and C corporations in the "corporation" definition. We thus use SOI data to identify the portion of debt and equity attributable to S corporations. Debt is assigned in proportion to interest deductions. Equity is assigned in proportion to the sum of capital stock, additional paid-in capital, and retained earnings minus treasury stock. The resulting S corporation amounts were subtracted from corporate totals (leaving the amount for C corporations) and added to noncorporate businesses. We do the same to allocate the noncorporate across sole proprietorships and partnerships. We further allocate the amount of debt and equity attributable to corporate partnerships using a similar method.
389
+
To allocate debt across tax treatment, we use SOI Tax Stats Data. The Financial Account Data combine both S corporations and C corporations in the "corporation" definition. We thus use SOI data to identify the portion of debt and equity attributable to S corporations. Debt is assigned in proportion to interest deductions. Equity is assigned in proportion to the sum of capital stock, additional paid-in capital, and retained earnings minus treasury stock. The resulting S corporation amounts were subtracted from corporate totals (leaving the amount for C corporations) and added to non-corporate businesses. We do the same to allocate the non-corporate across sole proprietorships and partnerships. We further allocate the amount of debt and equity attributable to corporate partnerships using a similar method.
390
390
391
391
Specifically, we make the following calculations:
392
392
393
-
Let $debt_{corp}$ be the total amount of nonfinancial corporate debt reported in the Financial Accounts of the Untied States Table L.103, variable FL104122005. We then allocate this total across S-corporations and C-corporations and industry $m$ as follows:
393
+
Let $debt_{corp}$ be the total amount of non-financial corporate debt reported in the Financial Accounts of the Untied States Table L.103, variable FL104122005. We then allocate this total across S-corporations and C-corporations and industry $m$ as follows:
394
394
395
395
```{math}
396
396
:label: eqn:debt_ccorp
@@ -412,7 +412,7 @@ Similarly, for equity, let
412
412
COMP\_RTND\_ERNGS\_UNAPPR - CST\_TRSRY\_STCK
413
413
```
414
414
415
-
and let $equity_{corp}$ be total nonfinancial corporate equity from the Financial Accounts of the United States Table L.223, series LM103164103. For C-corps, we have:
415
+
and let $equity_{corp}$ be total non-financial corporate equity from the Financial Accounts of the United States Table L.223, series LM103164103. For C-corps, we have:
416
416
417
417
```{math}
418
418
:label: eqn:equity_ccorp
@@ -430,7 +430,7 @@ For financial businesses, we use Table L.208, series FL794122005 for corporate d
430
430
431
431
For the corporate financial services industry, we use Table L.208 series FL794122005 for debt and Table L.223 series LM793164105 for equity.
432
432
433
-
Noncorporate, nonfinancial debt totals come from Table L.104, series FL114123005. For non-corporate debt, we can divide between partnerships and sole props by industry using
433
+
non-corporate, non-financial debt totals come from Table L.104, series FL114123005. For non-corporate debt, we can divide between partnerships and sole props by industry using
<!-- %\textcolor{red}{Note that we do have partnerships and sole proprietorships in the tax data that are financial firms. I don't know where this debt is in the Financial Accounts. Because of this (and for now), let's exclude the finance industry from the above calculation (thus the sum is over $m\neq finance$).} -->
441
441
442
-
Noncorporate equity total comes from Table L.229, series FL152090205. We can see partners' capital accounts for partnerships, but for sole props we don't have a good measure of the equity of proprietors. We thus make the assumption that the equity of sole proprietors is distributed across industries in the same way that the equity of partnerships is.
442
+
non-corporate equity total comes from Table L.229, series FL152090205. We can see partners' capital accounts for partnerships, but for sole props we don't have a good measure of the equity of proprietors. We thus make the assumption that the equity of sole proprietors is distributed across industries in the same way that the equity of partnerships is.
Where $PCA_{p,m}$ are the "partnership capital accounts" for partnerships in industry $m$. $equity_{m,p+sp}$ denotes the total amount of equity for partnerships and sole proprietorships in industry $m$. We then find total non-corporate equity for industry $m$ as $equity_{NC,m} = equity_{p+sp,m} + equity_{s,m}$.
450
450
451
-
We then calculate the fraction of investment financed with debt by industry $m$ and entity type $j$ as: $f_{m,j} = \frac{debt_{m,j}}{equity_{m,j}+debt_{m,j}}$. Due to the data limitations stemming from data on sole proprietors, we calculate the ratio for partnerships and sole proprietorships as being: $f_{m,p} = f_{m,sp} = \frac{debt_{m,p}+debt_{m,sp}}{equity_{m,p+sp}}$ The exception here are financial, noncorporate businesses (see issue above with debt for these businesses). Because of this limitation, we let $f_{finance,j}=f_{finance,s}, \forall j\in\{p,sp\}$ (i.e., we take the financial policy of S-corp financial businesses and apply it to all non-corporate financial businesses).
451
+
We then calculate the fraction of investment financed with debt by industry $m$ and entity type $j$ as: $f_{m,j} = \frac{debt_{m,j}}{equity_{m,j}+debt_{m,j}}$. Due to the data limitations stemming from data on sole proprietors, we calculate the ratio for partnerships and sole proprietorships as being: $f_{m,p} = f_{m,sp} = \frac{debt_{m,p}+debt_{m,sp}}{equity_{m,p+sp}}$ The exception here are financial, non-corporate businesses (see issue above with debt for these businesses). Because of this limitation, we let $f_{finance,j}=f_{finance,s}, \forall j\in\{p,sp\}$ (i.e., we take the financial policy of S-corp financial businesses and apply it to all non-corporate financial businesses).
452
452
453
453
454
454
## NPV of Depreciation Deductions
@@ -590,7 +590,7 @@ One may alter the macroeconomic assumptions regarding rates of interest and infl
590
590
591
591
*Business Taxation*: Users to adjust the statutory marginal tax rates at the entity level, tax depreciation schedules, allowances for deductibility of interest or equity, and property tax rates.
592
592
593
-
*Individual Income Taxation*: `Cost of Capital Calculator` has the ability to allow for changes in individual income tax rates on pass-through business income, interest, dividends, and capital gains. In addition, policies affecting the deductibility of property taxes or mortgage interest affect the after-tax costs of owner-occupied housing. To find the effect of such policy changes on the marginal investor, `Cost of Capital Calculator `interacts with OSPC's `Tax-Calculator`. Once the reform policies are specified, the `Tax-Calculator` computes the marginal tax rates on non-corporate business income, dividend income, interest income, capital gains income, and tax-deferred retirement account income. The rates we apply to the "marginal investor" in the model are then computed as:
593
+
*Individual Income Taxation*: `Cost of Capital Calculator` has the ability to allow for changes in individual income tax rates on pass-through business income, interest, dividends, and capital gains. In addition, policies affecting the deductibility of property taxes or mortgage interest affect the after-tax costs of owner-occupied housing. To find the effect of such policy changes on the marginal investor, `Cost of Capital Calculator `interacts with `Tax-Calculator`. Once the reform policies are specified, the `Tax-Calculator` computes the marginal tax rates on non-corporate business income, dividend income, interest income, capital gains income, and tax-deferred retirement account income. The rates we apply to the "marginal investor" in the model are then computed as:
594
594
595
595
* $\tau_{pt}$ = weighted average marginal tax rate on ordinary, non-corporate business income (weighted by amount of non-corporate business income)
596
596
* $\tau_{div}$ = weighted average marginal tax rate on dividend income (weighted by amount of dividend income received)
0 commit comments