FuriousBanker is an educational game series developed by Open Risk. The objective is to enable modern interactive eLearning for people working (or studying to work) in financial risk management.
The game concepts and logic are directly derived from realistic situations and tools used in practice (but may have been simplified and/or dramatized). It belongs to the genre of serious games.
- Clone the github repository
- Install the requirements
- Run the game
git clone https://github.com/open-risk/FuriousBanker.git
cd FuriousBanker
pip install -r requirements.txt
python FuriousBanker.py
In the credit detox challenge you emulate a credit portfolio manager. There are a number of important concepts to go over before you can master the game. While the game itself is a simplified (and accelerated) version of reality, the underlying credit and risk management concepts are not simplified. In particular calculations are performed (where applicable) with actual libraries and tools - in this case the concentrationMetrics Library and with reference to the documentation at the Open Risk Manual.
You can read more about it here