Skip to content

Commit bd4402c

Browse files
committed
updated sources from (a3f54c4) and tomyst (e82128d)
1 parent 04e5dd0 commit bd4402c

21 files changed

+77
-3964
lines changed

lectures/BCG_complete_mkts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ markets in one-period Arrow securities.
4646

4747
This simplification of BCG’s setup helps us by
4848

49-
`- creating a benchmark economy to compare with outcomes in BCG’s
49+
- creating a benchmark economy to compare with outcomes in BCG’s
5050
incomplete markets economy
5151
- creating a good guess for initial values of some equilibrium objects
5252
to be computed in BCG’s incomplete markets economy via an iterative
5353
algorithm
5454
- illustrating classic complete markets outcomes that include
5555
- indeterminacy of consumers’ portfolio choices
5656
- indeterminacy of firms' financial structures that underlies a
57-
Modigliani-Miller theorem {cite}`Modigliani_Miller_1958
57+
Modigliani-Miller theorem {cite}`Modigliani_Miller_1958`
5858
- introducing `Big K, little k` issues in a simple context that will
5959
recur in the BCG incomplete markets environment
6060

lectures/BCG_incomplete_mkts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ It is useful to watch how outcomes differ in the two settings.
5050

5151
In the complete markets economy in {doc}`BCG_complete_mkts <BCG_complete_mkts>`
5252

53-
`- there is a unique stochastic discount factor that prices all assets
53+
- there is a unique stochastic discount factor that prices all assets
5454
- consumers’ portfolio choices are indeterminate
55-
- firms' financial structures are indeterminate, so the model embodies an instance of a Modigliani-Miller irrelevance theorem {cite}`Modigliani_Miller_1958
55+
- firms' financial structures are indeterminate, so the model embodies an instance of a Modigliani-Miller irrelevance theorem {cite}`Modigliani_Miller_1958`
5656
- the aggregate of all firms' financial structures are indeterminate, a consequence of there being redundant assets
5757

5858
In the incomplete markets economy studied here
5959

60-
`- there is a not a unique equilibrium stochastic discount factor
60+
- there is a not a unique equilibrium stochastic discount factor
6161
- different stochastic discount factors price different assets
6262
- consumers’ portfolio choices are determinate
6363
- while **individual** firms' financial structures are indeterminate, thus conforming to part of a Modigliani-Miller theorem,
64-
{cite}`Modigliani_Miller_1958, the **aggregate** of all firms' financial structures **is** determinate.
64+
{cite}`Modigliani_Miller_1958`, the **aggregate** of all firms' financial structures **is** determinate.
6565

6666
A `Big K, little k` analysis played an important role in the previous lecture {doc}`BCG_complete_mkts <BCG_complete_mkts>`.
6767

lectures/additive_functionals.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ class AMF_LSS_VAR:
405405
The code below adds some functions that generate plots for instances of the `AMF_LSS_VAR` {ref}`class <amf_lss>`.
406406

407407
```{code-cell} python3
408+
---
409+
tags: [output_scroll]
410+
---
408411
def plot_given_paths(amf, T, ypath, mpath, spath, tpath,
409412
mbounds, sbounds, horline=0, show_trend=True):
410413

0 commit comments

Comments
 (0)