Skip to content

Commit 9afbf9a

Browse files
committed
Update lecture pv
1 parent a74fbc4 commit 9afbf9a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

lectures/pv.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ $$ (eq:apdb_sol)
152152
153153
Here is a small example, where the dividend stream is given by
154154
155+
$$
156+
d_{t+1} = 1.05 d_t, \quad t = 0, 1, \ldots , T-1.
157+
$$
158+
155159
156160
```{code-cell} ipython3
157161
T = 6
@@ -210,6 +214,10 @@ plt.show()
210214
211215
We can also consider a cyclically growing dividend sequence, such as
212216
217+
$$
218+
d_{t+1} = 1.01 d_t + 0.1 \sin t, \quad t = 0, 1, \ldots , T-1.
219+
$$
220+
213221
214222
```{code-cell} ipython3
215223
T = 100
@@ -365,7 +373,7 @@ $$
365373
\end{bmatrix}
366374
$$ (eq:pieq2)
367375
368-
Evidently, if $p_{T+1}^* = 0$, a price vector $p$ of with all entries zero
376+
Evidently, if $p_{T+1}^* = 0$, a price vector $p$ of all entries zero
369377
solves this equation and the only the **fundamental** component of our pricing
370378
formula {eq}`eq:ptpveq` is present.
371379
@@ -395,7 +403,7 @@ R_t = \frac{p_{t+1}}{p_t}
395403
$$ (eq:rateofreturn)
396404
397405
Equation {eq}`eq:bubble` confirms that an asset whose sole source of value is a bubble
398-
earns a gross rate of return of
406+
that earns a gross rate of return
399407
400408
$$
401409
R_t = \delta^{-1} > 1 .

0 commit comments

Comments
 (0)