BRICS Bank Method and Code for "Modeling Bank Systemic Risk of Emerging Markets under Geopolitical Shocks: Empirical Evidence from BRICS Countries"
Description
This is the source for methods in the article: Modeling Bank Systemic Risk of Emerging Markets under Geopolitical Shocks: Empirical Evidence from BRICS Countries User can test the code with their own private data and their own set of variables, following the instructions below and follow the README file after extract the zip file.
Files
Steps to reproduce
## Requirements - Python 3.10 or newer - A research-ready CSV input file containing the fields expected by the analysis pipeline If you received the packaged zip archive, unzip it first and change into the extracted folder before installing dependencies: ```bash unzip brics_analysis_package.zip cd brics_analysis_package ``` Install dependencies with: ```bash pip install -r requirements.txt ``` Or install the package in editable mode: ```bash pip install -e . ``` ## Input file Run the packaged pipeline against a research-ready CSV: ```bash python brics2.py --research-data-file research_data.csv --analysis_mode complete ``` Or use the installed console command: ```bash brics-analysis --research-data-file research_data.csv --analysis_mode all ``` You can also run the installed module form: ```bash python -m brics_analysis --research-data-file research_data.csv ```
Institutions
- Texas A&M International UniversityTexas, Laredo