Table of Contents
Fetching ...

A transformer-based model for default prediction in mid-cap corporate markets

Kamesh Korangi, Christophe Mues, Cristián Bravo

TL;DR

The paper tackles predicting default risk for mid-cap firms by reframing the problem as multi-label time-series classification and applying a Transformer Encoder for Panel-data (TEP). It introduces a multimodal architecture that fuses fundamental, market, and pricing data, with a differential training regime and a specialized multi-label loss, achieving up to a 13% AUC improvement over traditional models. Shapley-based group-importance and attention heatmaps enable interpretable insights into data-source contributions and temporal dynamics, showing fundamental data as the strongest predictor, with market and pricing channels providing complementary signals. The approach yields reliable PD term-structure predictions across 3 months to 3 years and demonstrates robustness and interpretability, offering a scalable framework for mid-cap credit risk with potential for extension to unstructured data sources.

Abstract

In this paper, we study mid-cap companies, i.e. publicly traded companies with less than US $10 billion in market capitalisation. Using a large dataset of US mid-cap companies observed over 30 years, we look to predict the default probability term structure over the medium term and understand which data sources (i.e. fundamental, market or pricing data) contribute most to the default risk. Whereas existing methods typically require that data from different time periods are first aggregated and turned into cross-sectional features, we frame the problem as a multi-label time-series classification problem. We adapt transformer models, a state-of-the-art deep learning model emanating from the natural language processing domain, to the credit risk modelling setting. We also interpret the predictions of these models using attention heat maps. To optimise the model further, we present a custom loss function for multi-label classification and a novel multi-channel architecture with differential training that gives the model the ability to use all input data efficiently. Our results show the proposed deep learning architecture's superior performance, resulting in a 13% improvement in AUC (Area Under the receiver operating characteristic Curve) over traditional models. We also demonstrate how to produce an importance ranking for the different data sources and the temporal relationships using a Shapley approach specific to these models.

A transformer-based model for default prediction in mid-cap corporate markets

TL;DR

The paper tackles predicting default risk for mid-cap firms by reframing the problem as multi-label time-series classification and applying a Transformer Encoder for Panel-data (TEP). It introduces a multimodal architecture that fuses fundamental, market, and pricing data, with a differential training regime and a specialized multi-label loss, achieving up to a 13% AUC improvement over traditional models. Shapley-based group-importance and attention heatmaps enable interpretable insights into data-source contributions and temporal dynamics, showing fundamental data as the strongest predictor, with market and pricing channels providing complementary signals. The approach yields reliable PD term-structure predictions across 3 months to 3 years and demonstrates robustness and interpretability, offering a scalable framework for mid-cap credit risk with potential for extension to unstructured data sources.

Abstract

In this paper, we study mid-cap companies, i.e. publicly traded companies with less than US $10 billion in market capitalisation. Using a large dataset of US mid-cap companies observed over 30 years, we look to predict the default probability term structure over the medium term and understand which data sources (i.e. fundamental, market or pricing data) contribute most to the default risk. Whereas existing methods typically require that data from different time periods are first aggregated and turned into cross-sectional features, we frame the problem as a multi-label time-series classification problem. We adapt transformer models, a state-of-the-art deep learning model emanating from the natural language processing domain, to the credit risk modelling setting. We also interpret the predictions of these models using attention heat maps. To optimise the model further, we present a custom loss function for multi-label classification and a novel multi-channel architecture with differential training that gives the model the ability to use all input data efficiently. Our results show the proposed deep learning architecture's superior performance, resulting in a 13% improvement in AUC (Area Under the receiver operating characteristic Curve) over traditional models. We also demonstrate how to produce an importance ranking for the different data sources and the temporal relationships using a Shapley approach specific to these models.
Paper Structure (23 sections, 4 equations, 6 figures, 6 tables)

This paper contains 23 sections, 4 equations, 6 figures, 6 tables.

Figures (6)

  • Figure 1: Data processing
  • Figure 2: Transformer Encoder architecture and representation
  • Figure 3: TCN model and multimodal architecture
  • Figure 4: AUC performance over different forecast horizons, for each data channel
  • Figure 5: Shapley analysis of channel importance
  • ...and 1 more figures