Exploiting Supply Chain Interdependencies for Stock Return Prediction: A Full-State Graph Convolutional LSTM
Chang Liu
TL;DR
The paper tackles stock return prediction by incorporating inter-firm value-chain structure through a Full-State Graph Convolutional LSTM (FS-GCLSTM). It advances the method by applying graph convolutions to all LSTM inputs (current features, previous hidden, and cell states), enabling spatial information from supplier–customer networks to influence temporal updates. Evaluated on Eurostoxx 600 and S&P 500 with LSEG value-chain data, FS-GCLSTM achieves superior portfolio-level performance (higher annualized returns, Sharpe, and Sortino) despite not always having the lowest traditional prediction errors, with gains amplified in denser networks. The work demonstrates the practical value of merging value-chain data with temporal graph networks for investment decision-making and outlines avenues for richer, multi-modal graph modeling.
Abstract
Stock return prediction is fundamental to financial decision-making, yet traditional time series models fail to capture the complex interdependencies between companies in modern markets. We propose the Full-State Graph Convolutional LSTM (FS-GCLSTM), a novel temporal graph neural network that incorporates value-chain relationships to enhance stock return forecasting. Our approach features two key innovations: First, we represent inter-firm dependencies through value-chain networks, where nodes correspond to companies and edges capture supplier-customer relationships, enabling the model to leverage information beyond historical price data. Second, FS-GCLSTM applies graph convolutions to all LSTM components - current input features, previous hidden states, and cell states - ensuring that spatial information from the value-chain network influences every aspect of the temporal update mechanism. We evaluate FS-GCLSTM on Eurostoxx 600 and S&P 500 datasets using LSEG value-chain data. While not achieving the lowest traditional prediction errors, FS-GCLSTM consistently delivers superior portfolio performance, attaining the highest annualized returns, Sharpe ratios, and Sortino ratios across both markets. Performance gains are more pronounced in the denser Eurostoxx 600 network, and robustness tests confirm stability across different input sequence lengths, demonstrating the practical value of integrating value-chain data with temporal graph neural networks.
