Skip to content

Routines for the valuation of cross-holdings of financial contracts

License

Notifications You must be signed in to change notification settings

siebenbrunner/NetworkValuation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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 christoph.siebenbrunner@maths.ox.ac.uk 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

About

Routines for the valuation of cross-holdings of financial contracts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages