Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pechouc/bank_regulation_project

Academic project on bank regulation conducted in the 1st year of the Master in Economics of Institut Polytechnique de Paris.
https://github.com/pechouc/bank_regulation_project

banking economics-models

Last synced: 7 days ago
JSON representation

Academic project on bank regulation conducted in the 1st year of the Master in Economics of Institut Polytechnique de Paris.

Awesome Lists containing this project

README

        

# Project Presentation

This repository is part of an academic project conducted by Aurel Mélard, Victor Morisson and Paul-Emmanuel Chouc in the first year of the Master in Economics of Institut Polytechnique de Paris and under the supervision of Prof. Jean-Marc Bourgeon.

The goal of this project is to explore the rationale behind regulatory policies imposed to the financial sector and to analyse, from a theoretical standpoint, their efficiency. It mainly builds up on the "The three pillars of Basel II: optimizing the mix", a paper published by Jean-Paul Decamps, Jean-Charles Rochet and Benoît Roger in the *Journal of Financial Intermediation* in 2002.

This repository hosts the code written so as to run simulations of the model developed by aforementioned authors and to test its applicability to macroeconomic shock scenarios.

# How to Use the Code in this Repository?

## Install the Python Package

If you are using [pip](https://pip.pypa.io/en/stable/), you can run the following command to install the `bank_regulation_project` package:

```pip install --upgrade git+https://github.com/pechouc/bank_regulation_project.git```

## Refer to the Documentation

The full project documentation is available [here](https://pechouc.github.io/bank_regulation_project/) for detailed specifications.

The documentation was built with [pdoc](https://pdoc3.github.io/pdoc/).