Simple model of Elliott, Golub Jackson 13:
Companies are linked to each other via various contracts: debts, promised deliries, equity,...
That exposes each company to others' investments and values
First, let's see how to use networks to model exposures
An organization has direct investments:
Also hold obligations of $d_i$ other organizations:
${1,...,n}$: Organizations (countries, firms, banks...)
$p_i$: price of investments of organization i
$C_{ij}$: cross holdings: fraction of org j owned by org i
$C_{ii} = 0$: (don't own yourself)
$\hat C_{ii} = 1 - \sum_j C_{ji}$: fraction of org i privately held
book value:
$$ V_i = p_i + \sum_j C_{ij}V_j$$
Vectorize: $$ V = P + CV$$
Leontief calculation of book value $$ V = (I - C)^{-1}P$$
Market value-value to final (private) investors.
$v_i = \hat C_{ii}V_i$
$v = \hat C(I - C)^{-1}p$
$v = Ap$
Two organizations: n = 2
Each owns half of the other: $C = \begin{vmatrix} 0 & 0.5 \\ 0.5 & 0 \end{vmatrix}$
Implied holdings by private investors: $\hat C = \begin{vmatrix} 0.5 & 0 \\ 0 & 0.5 \end{vmatrix}$
Final investors' claims on assets: $A = \hat C(I-C)^{-1} = \begin{vmatrix} 2/3 & 1/3 \\ 1/3 & 2/3 \end{vmatrix}$
A means that 2/3 of the value of the investments of organization "1", actually end up going to the owners of organiazation "1", and 1/3 of organization "2" goes to organization "1"'s owners, and vice versa
Basic structure in terms of the ownership:
Let's figure out where this 2/3, 1/3 came from:
What happens to \$1 of investment income to 1?
as you keep iterating this, eventually 2/3 of that went out one side, and 1/3 came out the other side, and that was exactly the calculation we got for the "A" matrix.