Giter VIP home page Giter VIP logo

networkvaluation's Introduction

Network Valuation

Routines for the valuation of cross-holdings of financial contracts.

Background

This repository provides a set of routines that can be used to determine payoffs and valuations for financial contracts held between a set of institutions in a system, in the spirit of models such as Eisenberg and Noe (2001) and Barucca et al. (2016). In its current state, it acts as a companion to the paper by Puig and Siebenbrunner (2018), but contributions by other researchers are welcomed.

Usage

Installation

If you are familiar with git, fork or clone the repository, otherwise use the download link to obtain the source code for the algorithms. Select an appropriate algorithm (see below) and add the corresponding folder to the Matlab path (note: adding all folders to the Matlab path will result in name conflicts).

Algorithms

The algorithms are organized into folders, which act as separately functionable code bases. Selecting the appropriate algorithm for your problem requires some familiarity with the literature. Currently the following algorithms are implemented (in chronological order, which roughly corresponds to an increasing order of complexity):

Examples

Each of the folders contains an example file demonstrating the use of the algorithms. As a simple demonstration, using the Eisenberg/Noe algorithm can be done via a simple function call:

vecE = [10;10;10];
matL = [0 20 10;5 0 24;10 0 0];
vecPayments = calcPayments(vecE,matL)
vecPayments =
   19.5455
   26.3636
   10.0000

Contributing

We invite other researchers to contribute their algorithms to the repository, so that it can serve as a common resource for all type of network-valuation-related methodologies. If you are familiar with git you may simply fork the repository and create a pull request, otherwise you can get in touch with us under [email protected] about how to share your code. Contributions may use and extend existing code from this repository. They do not necessarily have to be written in Matlab, as each folder acts as a separate code base. Authorship of contributed code for academic/citation purposes will be fully acknowledged.

License and scholarly attribution

This project is licensed under the MIT License - see the LICENSE.md file for details. If used in acadmic works, please cite the companion paper Puig and Siebenbrunner (2018), in addition to the original paper, depending on which algorithm is used (note: we will update the attribution framework if routines are added by other researchers).

References

Barucca, P., Bardoscia, M., Caccioli, F., D'Errico, M., Visentin, G., Battiston, S., & Caldarelli, G. (2016). Network valuation in financial systems. SSRN Working Paper
Eisenberg, L., & Noe, T. H. (2001). Systemic risk in financial systems. Management Science, 47(2), 236-249.
Elsinger, H. (2009). Financial networks, cross holdings, and limited liability. Oesterreichische Nationalbank Working Paper 156
Rogers, L. C., & Veraart, L. A. (2013). Failure and rescue in an interbank network. Management Science, 59(4), 882-898.
Puig, M., & Siebenbrunner, C. (2018) Multilayer network valuation with equity conversions. Working Paper

networkvaluation's People

Contributors

siebenbrunner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.