Homelessness Aspect

There are many more causal connections in play. This is just one pruned diagram for simplicity and for conversation.

**This tool ** allows further exploration.

The gist of this homelessness model is that conflict and derprivation can lead to several types of harm--crime, incarceration, ACEs, and substance abuse.

These collected harms have a major impact on commerce including unemployment and lower standard of living for the community in general. There are policies, investments, and financial levers available that can reverse some of the harms and their effects. Investing in non-speculative land trusts, providing guaranteed basic income, encouraging local spending, increasing the local velocity of money each play a part in reversing these harms. Most of these also increase tax bases and thus tax revenues to support guaranteed basic income and land trusts. Also, a lot of costly consequences of homelessness e.g. crime, incarceration, broken homes, ACEs are decreased as homelessness decreases.

strict digraph { overlap = false; splines=true layout = dot node [shape=box style=filled fillcolor=gold penwidth=2] node [fillcolor=palegreen penwidth=1] 0 [label="Harm\nCrime" shape=diamond color=black penwidth=4 fillcolor=red fontcolor=white tooltip="name: Crime\ncolor: lightblue"] 1 [label="Harm\nIncarceration" shape=diamond color=black penwidth=4 fillcolor=red fontcolor=white tooltip="name: Incarceration\ncolor: lightblue"] 2 [label="Harm\nACEs" shape=diamond color=black penwidth=4 fillcolor=red fontcolor=white tooltip="name: ACEs\ncolor: lightblue"] 3 [label="Harm\nSubstance\nAbuse" shape=diamond color=black penwidth=4 fillcolor=red fontcolor=white tooltip="name: Substance\nAbuse\ncolor: lightblue"] 4 [label="Commerce\nLiving Wage\nWork" style="rounded,filled" shape=diamond color=yellow penwidth=4 fillcolor=lightgreen fontcolor=black tooltip="name: Living Wage\nWork\ncolor: lightblue"] 5 [label="Finance\nLocal\nVelocity\nof Money" color=darkgreen penwidth=4 fillcolor=white fillcolor=lightgreen style="rounded,filled" shape=diamond tooltip="name: Local\nVelocity\nof Money\ncolor: lightblue"] 6 [label="Finance\nTaxes" color=darkgreen penwidth=4 fillcolor=white fillcolor=lightgreen style="rounded,filled" shape=diamond tooltip="name: Taxes\ncolor: lightblue"] 7 [label="Finance\nGuarantee\nBasic Income" color=darkgreen penwidth=4 fillcolor=white fillcolor=lightgreen style="rounded,filled" shape=diamond tooltip="name: Guarantee\nBasic Income\ncolor: lightblue"] 8 [label="Commons\nLand Trusts" shape=invhouse color=brown fillcolor=lightgreen fontcolor=black penwidth=6 tooltip="name: Land Trusts\ncolor: lightblue"] 9 [label="Commerce\nAffordable\nHousing" style="rounded,filled" shape=diamond color=yellow penwidth=4 fillcolor=lightgreen fontcolor=black tooltip="name: Affordable\nHousing\ncolor: lightblue"] 10 [label="Commerce\nLocal\nSpending" style="rounded,filled" shape=diamond color=yellow penwidth=4 fillcolor=lightgreen fontcolor=black tooltip="name: Local\nSpending\ncolor: lightblue"] 11 [label="Harm\nHomelessness" shape=diamond color=black penwidth=4 fillcolor=red fontcolor=white tooltip="name: Homelessness\ncolor: lightblue"] 12 [label="Graphviz\nEIP Graphviz Decorations" fillcolor=white tooltip="name: EIP Graphviz Decorations\nemphasis: [object Object]"] 0->1 [label="+" labeltooltip="source: Key Variables"] 1->2 [label="+" labeltooltip="source: Key Variables"] 2->3 [label="+" labeltooltip="source: Key Variables"] 3->4 [label="-" labeltooltip="source: Key Variables"] 4->9 [label="+" labeltooltip="source: Key Variables"] 5->6 [label="+" labeltooltip="source: Key Variables"] 6->7 [label="+" labeltooltip="source: Key Variables"] 7->9 [label="+" labeltooltip="source: Key Variables"] 7->10 [label="+" labeltooltip="source: Key Variables"] 8->9 [label="+" labeltooltip="source: Key Variables"] 9->11 [label="-" labeltooltip="source: Key Variables"] 10->5 [label="+" labeltooltip="source: Key Variables"] }

INCLUDED

.

The key take away is that communities can deploy financial tools and community tools to improve commerce, safety, standard of living while reducing civc and human harms.

digraph "Key Variables" { rankdir=TB; style=filled; color=lightgrey; node [style=filled,color=white]; "Harm" [type=Harm] "Commerce"[type=Commerce] "Finance" [type=Finance] "Commons"[type=Commons] Harm->{Commerce, Commons} [label="-"] Finance->Commerce [label="+"] Finance->Harm [label="-"] Commons->Commerce [label="+"] Commerce->Harm[label="-"] }