GitHub

@@ -18,7 +18,7 @@ kernelspec:

1818

</div>

1919

```

202021-

# Irrelevance of Capital Structures with Complete Markets

21+

# Irrelevance of Capital Structure with Complete Markets

22222323

```{contents} Contents

2424

:depth: 2

@@ -408,8 +408,6 @@ Let

408408

the firm, $\sum_i \theta_0^i =1$

409409

- $\theta^i$ be the fraction of a firm’s shares purchased by

410410

consumer $i$ at time $t=0$

411-

- $- \bar a^i(\epsilon; \theta^i)$ be debt limits constraining consumer $i$ ' s issues of claims

412-

on time $1$ consumption in state $\epsilon$

413411

- $V$ be the value of the representative firm

414412

- $\tilde V$ be the value of equity issued by the representative

415413

firm

@@ -469,8 +467,6 @@ As a price taker, each consumer faces a given Arrow securities pricing kernel

469467

$q(\epsilon)$, a given value of a firm $V$ that has chosen capital stock $k$, a price of

470468

equity $\tilde V$, and prospective next period random dividends $A k^\alpha e^\epsilon$.

471469472-

Consumer $i$ also confronts a state-by-state borrowing limit that restricts quantities of Arrow securities that he can issue.

473-474470

If we evaluate consumer $i$'s time $1$ budget constraint at zero consumption $c^i_1(\epsilon) = 0$ and solve for $-a^i(\epsilon)$

475471

we obtain

476472

@@ -483,18 +479,12 @@ we obtain

483479

The quantity $- \bar a^i(\epsilon;\theta^i)$ is the maximum amount that it is feasible for consumer $i$ to repay to

484480

his Arrow security creditors at time $1$ in state $\epsilon$.

485481486-

To arrange trading with one-period Arrow securities, we must impose on agent $i$ the state-by-state debt limits

487-488-

$$

489-

-a^i(\epsilon) \leq - \bar a^i(\epsilon;\theta^i)

490-

$$

491-492-

Notice that consumer $i$'s borrowing limit defined in {eq}`debtlimit` depends on

482+

Notice that $-\bar a^i(\epsilon;\theta^i)$ defined in {eq}`debtlimit` depends on

493483494484

* his endowment $w_1^i(\epsilon)$ at time $1$ in state $\epsilon$

495485

* his share $\theta^i$ of a representive firm's dividends

496486497-

These constitute the two sources of **collateral** that back the consumer's issues of Arrow securities that pay off in state $\epsilon$

487+

These constitute two sources of **collateral** that back the consumer's issues of Arrow securities that pay off in state $\epsilon$

498488499489

Consumer $i$ chooses a scalar $c_0^i$ and a function

500490

$c_1^i(\epsilon)$ to maximize

@@ -503,7 +493,7 @@ $$

503493

u(c_0^i) + \beta \int u(c_1^i(\epsilon)) g (\epsilon) d \epsilon

504494

$$

505495506-

subject to his state-by-state debt limits and time $0$ and time $1$ budget constraints

496+

subject to time $0$ and time $1$ budget constraints

507497508498

$$

509499

\begin{aligned}

@@ -513,10 +503,9 @@ c_1^i(\epsilon) & \leq w_1^i(\epsilon) +\theta^i A k^\alpha e^\epsilon + a^i(\ep

513503

$$

514504515505

Attach Lagrange multiplier $\lambda_0^i$ to the budget constraint

516-

at time $0$, scaled Lagrange multiplier

506+

at time $0$ and scaled Lagrange multiplier

517507

$\beta \lambda_1^i(\epsilon) g(\epsilon)$ to the budget constraint

518-

at time $1$ and state $\epsilon$, and scaled Lagrange multiplier

519-

$\beta \phi_1^i(\epsilon) g(\epsilon)$ to the debt limit at time $1$ and state $\epsilon$,

508+

at time $1$ and state $\epsilon$,

520509

then form the Lagrangian

521510522511

$$

@@ -525,8 +514,7 @@ L^i & = u(c_0^i) + \beta \int u(c^i_1(\epsilon)) g(\epsilon) d \epsilon \cr

525514

& + \lambda_0^i [ w_0^i + \theta_0^i - \int q(\epsilon) a^i(\epsilon) d \epsilon -

526515

\theta^i \tilde V - c_0^i ] \cr

527516

& + \beta \int \lambda_1^i(\epsilon) [ w_1^i(\epsilon) + \theta^i A k^\alpha e^\epsilon

528-

+ a^i(\epsilon) c_1^i(\epsilon) ] g(\epsilon) d \epsilon \cr

529-

& + \beta \int \phi_1^i(\epsilon) [ - \bar a^i(\epsilon; \theta^i) + a^i(\epsilon) ] g(\epsilon) d \epsilon

517+

+ a^i(\epsilon) c_1^i(\epsilon) ] g(\epsilon) d \epsilon

530518

\end{aligned}

531519

$$

532520

@@ -807,8 +795,6 @@ of parameter values.

807795808796

It consists of 4 functions that do the following things:

809797810-

>

811-812798

* `opt_k` computes the planner's optimal capital $K$

813799

- First, create a grid for capital.

814800

- Then for each value of capital stock in the grid, compute the left side of the planner's

Read the original on github.com ↗