Artificial intelligence applied to bailout decisions in financial systemic risk management

Daniele Petrone,Neofytos Rodosthenous,Vito Latora
DOI: https://doi.org/10.1038/s41467-022-34102-1
2021-02-03
Abstract:We describe the bailout of banks by governments as a Markov Decision Process (MDP) where the actions are equity investments. The underlying dynamics is derived from the network of financial institutions linked by mutual exposures, and the negative rewards are associated to the banks' default. Each node represents a bank and is associated to a probability of default per unit time (PD) that depends on its capital and is increased by the default of neighbouring nodes. Governments can control the systemic risk of the network by providing additional capital to the banks, lowering their PD at the expense of an increased exposure in case of their failure. Considering the network of European global systemically important institutions, we find the optimal investment policy that solves the MDP, providing direct indications to governments and regulators on the best way of action to limit the effects of financial crises.
Mathematical Finance
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: How to use artificial intelligence technology to optimize the government's rescue decisions in financial crisis management so as to minimize systemic financial risks and reduce taxpayers' losses. Specifically, the author models the bank rescue problem as a Markov Decision Process (MDP), in which the government's action is to inject capital into banks. Through this method, the paper aims to provide the government and regulatory agencies with the optimal investment strategy, thereby limiting the impact of the financial crisis. ### Core problems of the paper: 1. **Management of systemic financial risks**: How to control systemic risks in the financial network through government intervention. 2. **Optimal investment strategy**: Find the optimal government investment strategy to minimize taxpayers' losses and stabilize the financial system. 3. **Quantitatively compare the effects of different decisions**: Quantitatively compare different government investment decisions through a mathematical framework and evaluate their effects. ### Main methods: - **Network model**: Construct a dynamic network model to describe the mutual exposure relationships between financial institutions and the contagion mechanism of defaults. - **Markov Decision Process (MDP)**: Model the government's rescue decisions as MDP, where the states include network parameters, the set of defaulted nodes, and the remaining time; the action is the government's investment in banks at each time step; the transition probability is calculated based on the Gaussian latent variable model; and the reward (negative value) is taxpayers' losses. - **Optimal strategy solution**: Use the Fitted Value Iteration algorithm to solve the MDP and find the optimal strategy. ### Key formulas: - Probability density function: \[ \Phi'_N(u; \Sigma) = \frac{\exp\left(-\frac{1}{2} u^T \Sigma^{-1} u\right)}{\sqrt{(2\pi)^n |\Sigma|}} \] - Transition probability: \[ P_a(s_t, s'_{t+1}) = \int_D \Phi'_{|I \setminus I_{def}(t)|}(u; \Sigma_{sub}) du \] - Reward function: \[ R_a(s_t, s'_{t+1}) = -\sum_{i \in I \setminus I_{def}(t)} (\alpha_i W_i(t) + J_i(t) LGD_i) \delta_i(t) \] - Bellman optimal equation: \[ V^*(s) = \max_a \left\{ \sum_{s'} P_a(s, s') (R_a(s, s') + \gamma V^*(s')) \right\} \] Through these methods and formulas, the paper provides a framework for quantitatively analyzing government rescue decisions, helping decision - makers better respond to financial crises.