Category Archives: Tools and software

Financial Network Analyzer update

As many of you know, Financial Network Analyzer is the program that I have been developing for the past year and a half. Its currently mainly used by central banks for the analysis of financial microdata and for the simulation of payment systems. After major rewrite of much of the application and thorough testing, FNA 1.3 [...]
Posted in Tools and software | 1 Comment

Systemically important banks get better terms for their overnight borrowing

A new paper by Farooq Akram and Casper Christophersen entitled “Interbank overnight interest rates – gains from systemic importance” analyses the Norwegian overnight interbank interest rates paid by banks. They find that during the Financial crisis, the interest rates were substantially below indicative quotes of interest rates provided by major banks. The interest rate variation [...]
Also posted in News, Research | Leave a comment

Financial Network Analyzer v1.0 beta released

After a little over a month of development, beta version 1.0 of the tool is now ready. It is an open source project sponsored by Norges Bank. The code is available at Google Code (get in touch with me to participate) and the documentation on Google docs. Currently the tool has a command line user [...]
Posted in Tools and software | Comments closed

Financial Network Analyzer project begins

I started a project with Norges Bank to develop an easy and comprehensive tool specifically geared towards creating and analysing financial networks constructed of trade or payment data. Its is an open source project and the program and code will be available at fna.sourceforge.net already during the development phase. The first phase of development for [...]
Posted in Tools and software | Tagged | Comments closed

Receipt reactive gross settlement simulator

The Receipt Reactive Gross Settlement (RRGS) method was proposed by Jamie McAndrews in Johnson-McAndrews and Soramaki (2004) as a new, incentive compatible liquidity saving mechanism. The basic idea of RRGS is that banks are sure to use only incoming funds to settle their less urgent payments. Each bank has the incentive to submit payments to [...]
Also posted in Research | Comments closed

Software for identifying interbank loans from payment data

In 1999 Craig Furfine published the article “Interbank exposures: quantifying the risk of contagion” (BIS Working paper, No. 70) where he for the first time used data on individual payments settled in the interbank payment system to construct a time series of the unsecured overnight loan market. The methodology has since been duplicated by numerous [...]
Also posted in Research | Comments closed

Genetic algorithms in Java

As part of another project I revisited some Java code for developing genetic algorithms (GA). I had programmed them earlier as part of our Agent-based simulations where banks’ decision making evolved through the use of genetic algorithms. I decided to make the general purpose GA code available in case someone finds a use for it. [...]
Also posted in Research | Comments closed