generated from guygriffiths/vue3-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c77907b
commit f828c69
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Network Shock Model: Visualizing Financial Contagion | ||
|
||
This web application implements the CFA Institute's network shock model, which explores how financial distress can propagate through a system of interconnected banks. Users can construct a network of financial institutions characterized by their interbank loans and external assets. The core mechanism involves simulating the impact of a shock—specifically, a reduction in external assets for one or more banks—and tracking how this initial disruption affects the relative valuations across the entire network. | ||
|
||
The tool allows for flexible exploration: users can work with default network configurations, load preset scenarios, or import their own data via CSV. By graphically representing the network and its responses to shocks, the application provides an intuitive way to model financial contagion dynamics. | ||
|
||
While deliberately simplified, the model offers insight into the systemic risks arising from financial interdependencies, and bridges theoretical network analysis with financial risk assessment. |