Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (1,106)

Search Parameters:
Keywords = financial forecasts

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
20 pages, 1566 KB  
Article
An AI-Driven Management Information System for Employee Attrition Prediction: Enhancing Human Agency Through XGBoost and Explainable AI
by Md Eahia Ansari, Md Tanvir Rahman Tarafder, Abir Chowdhury, Nur Nahar Rimi, Nipa Akter and Khandakar Rabbi Ahmed
Computers 2026, 15(7), 400; https://doi.org/10.3390/computers15070400 (registering DOI) - 23 Jun 2026
Abstract
Employee attrition is a significant organizational challenge associated with substantial financial costs and the erosion of institutional knowledge. This study presents an AI-based Management Information System (MIS) that integrates machine learning (ML) models to forecast employee turnover and support technical interpretability for HR [...] Read more.
Employee attrition is a significant organizational challenge associated with substantial financial costs and the erosion of institutional knowledge. This study presents an AI-based Management Information System (MIS) that integrates machine learning (ML) models to forecast employee turnover and support technical interpretability for HR decision-making. Using the IBM HR Analytics Dataset comprising 1480 employee records with 38 features, we implemented a rigorous preprocessing pipeline—including Synthetic Minority Over-sampling Technique (SMOTE) applied exclusively within training folds to prevent data leakage, one-hot encoding, Z-score normalization, and mean-value imputation. Four ML classifiers—Logistic Regression (LR), Random Forest (RF), Multi-Layer Perceptron (MLP), and XGBoost—were evaluated under a stratified 80/20 split with 5-fold cross-validation. XGBoost achieved the highest performance, attaining an accuracy of 87.83%, a ROC-AUC of 0.94, a PR-AUC of 0.96, and an F1-score of 93.04%, attributed to its sequential boosting mechanism and built-in L1/L2 regularization. Beyond predictive performance, the system incorporates SHapley Additive exPlanations (SHAP) to deliver feature-level transparency, enabling HR professionals to engage in proactive, informed retention interventions while retaining full decision-making authority. Within-dataset comparisons confirm that the proposed framework outperforms prior methods evaluated on the same benchmark; cross-study accuracy comparisons are reported as contextual reference only, given differences in datasets and experimental protocols. The system facilitates human oversight by positioning AI as a decision-support collaborator rather than an autonomous replacement in workforce management. Future work will address real-time deployment, controlled user studies with HR practitioners, and validation with actual organizational HR data. Full article
(This article belongs to the Special Issue Deep Learning and Explainable Artificial Intelligence (2nd Edition))
Show Figures

Figure 1

38 pages, 3294 KB  
Article
Predicting Stock Volatility Using Multidimensional Financial Risk: Evidence from Machine Learning and Hybrid GARCH–Deep Learning Models
by Yara Ibrahim, Khaled Hussainey and Taghred Mokhtar Sayed Moawad
J. Risk Financial Manag. 2026, 19(6), 444; https://doi.org/10.3390/jrfm19060444 (registering DOI) - 19 Jun 2026
Viewed by 260
Abstract
This study investigates the determinants and predictability of stock return volatility by integrating firm-specific financial characteristics with advanced econometric and volatility modeling techniques. Using an unbalanced panel dataset comprising 1596 firms and 19,752 firm-year observations from MENA stock markets over the period 2010–2024, [...] Read more.
This study investigates the determinants and predictability of stock return volatility by integrating firm-specific financial characteristics with advanced econometric and volatility modeling techniques. Using an unbalanced panel dataset comprising 1596 firms and 19,752 firm-year observations from MENA stock markets over the period 2010–2024, the analysis employs fixed-effects panel regression models, conditional volatility models, and machine learning-based forecasting approaches. Following extensive diagnostic testing, including tests for heteroskedasticity, serial correlation, cross-sectional dependence, and model specification, a two-way fixed-effects model with Driscoll–Kraay standard errors is adopted as the preferred estimation framework. The results indicate that liquidity ratio, cash ratio, sales growth, firm age, lagged volatility, and lagged returns are significant determinants of stock return volatility, whereas leverage, tangibility, board independence, firm size, Tobin’s Q, and profitability do not exhibit statistically significant effects after controlling for firm-specific and time-specific heterogeneity. The volatility analysis reveals substantial persistence in stock return volatility, with the EGARCH-t specification providing the best fit among the competing GARCH-family models according to the Akaike Information Criterion. The estimated asymmetry parameters indicate that volatility responds differently to positive and negative shocks, supporting the presence of asymmetric volatility dynamics and the suitability of asymmetric volatility models. The forecasting analysis shows that advanced machine learning and deep learning models achieve competitive predictive performance; however, differences in predictive accuracy across models are generally modest. Full article
Show Figures

Figure 1

42 pages, 15288 KB  
Article
A Hybrid Model for Stock Index Forecasting Integrating Adaptive Frequency-Domain Decomposition and Enhanced Transformer Encoder
by Hairong Zheng, Xiaozheng Zeng, Guoyu Hu and Tingting Zhang
Mathematics 2026, 14(12), 2202; https://doi.org/10.3390/math14122202 - 18 Jun 2026
Viewed by 200
Abstract
Stock index price series are composed of superimposed multi-frequency components, including long-term trends, cyclical fluctuations, and stochastic noise. Effectively decoupling these heterogeneous components and modeling them separately is key to improving forecasting accuracy. Existing methods under the “decomposition–prediction” paradigm mostly employ fixed-scale decomposition, [...] Read more.
Stock index price series are composed of superimposed multi-frequency components, including long-term trends, cyclical fluctuations, and stochastic noise. Effectively decoupling these heterogeneous components and modeling them separately is key to improving forecasting accuracy. Existing methods under the “decomposition–prediction” paradigm mostly employ fixed-scale decomposition, and the forecasting models are not specifically adapted to the non-stationary and high-noise characteristics of financial data, resulting in limitations in adaptivity and local dynamic capture. This paper proposes a frequency-aware adaptive multi-scale decomposition Transformer hybrid model (FAMS-Transformer). At the decomposition level, the fast Fourier transform is used to dynamically identify dominant cycles, thereby adaptively decoupling trends and fluctuations, overcoming the limitations of fixed-scale decomposition. At the forecasting level, a lightweight depthwise separable convolution is embedded between the self-attention and feedforward network of the Transformer encoder, enhancing the model’s ability to capture local temporal dynamics and achieving collaborative modeling of global dependencies and local information. Comparative experiments with 15 baseline models including LSTM, Transformer, TimesNet, and FreTS on three representative Chinese market indices—Shanghai Composite Index, Shenzhen Component Index, and Small and Medium Enterprises 100 Index—across four prediction horizons from one step to 15 steps demonstrate that FAMS-Transformer achieves the best forecasting accuracy in all scenarios. The coefficient of determination for 15-step prediction remains stably between 0.730 and 0.928. Moreover, the model still performs well on the S & P 500 dataset. Ablation studies and significance tests further validate the effectiveness of each core module and the statistical significance of the performance improvements. Full article
Show Figures

Figure 1

31 pages, 1950 KB  
Article
Dynamic Connectedness and Spillover-Based Machine Learning for Energy-Market Risk Identification: Evidence from U.S. Energy Markets
by Junlong Ti, Hsing Hung Chen and Yinchenyi Feng
Energies 2026, 19(12), 2895; https://doi.org/10.3390/en19122895 - 18 Jun 2026
Viewed by 103
Abstract
Cross-market risk transmission in U.S. energy markets has become increasingly complex as fossil fuel prices, electricity markets, and clean energy financial exposure respond differently to stress episodes. Identifying whether dynamic spillover information contains forward-looking diagnostic value is therefore important for energy market risk [...] Read more.
Cross-market risk transmission in U.S. energy markets has become increasingly complex as fossil fuel prices, electricity markets, and clean energy financial exposure respond differently to stress episodes. Identifying whether dynamic spillover information contains forward-looking diagnostic value is therefore important for energy market risk monitoring. This study examines a daily six-market U.S. energy return panel covering WTI crude oil, Henry Hub natural gas, Brent crude oil, RBOB gasoline, PJM West electricity, and CELS clean-energy equity exposure from 2016 to 2025. We first estimate time-varying total, directional, and net connectedness using a TVP-VAR-DY framework and then transform the resulting connectedness measures into spillover-based features for supervised high-DSV20-state classification. The results show that energy-market connectedness is clearly time-varying, with crude oil benchmarks occupying central positions and market-level net spillover roles changing across market conditions. Under the retained label-80 Random Forest specification, connectedness-based features provide moderate diagnostic value for identifying future high-DSV20 states. Net WTI, Net Henry Hub, and Net CELS are the most informative spillover-role variables. Additional validation checks indicate that the evidence is best interpreted as support for diagnostic risk monitoring rather than as a high-accuracy forecasting system. The findings highlight the usefulness of dynamic connectedness measures as transparent inputs for energy-market risk assessment. Full article
(This article belongs to the Special Issue Energy Transition and Economic Growth)
17 pages, 2142 KB  
Article
A State-Conditional Probabilistic Framework for Financial Instability Measurement and Sustainable Risk Management
by Jiyoung Jeon, DaeHyuk You, HyungGun Song, SangHoe Kim, TaeYoon Kim, Hee Soo Lee and Kyong Joo Oh
Sustainability 2026, 18(12), 6257; https://doi.org/10.3390/su18126257 - 17 Jun 2026
Viewed by 251
Abstract
Financial instability is traditionally measured using indicators such as volatility levels, financial stress indices, or forecast errors, limiting the ability to capture the state-conditional and distributional properties of market dynamics. In this study, financial instability is reformulated as deviations from the conditional return [...] Read more.
Financial instability is traditionally measured using indicators such as volatility levels, financial stress indices, or forecast errors, limiting the ability to capture the state-conditional and distributional properties of market dynamics. In this study, financial instability is reformulated as deviations from the conditional return distribution under the prevailing macro-financial state. To operationalize this formulation, a latent macro-financial state is estimated using a Dynamic Factor Model and integrated with KOSPI returns through an AI-based conditional density modeling framework consisting of a Conditional Time Variational Autoencoder combined with a state-conditional spline-flow density. Financial instability is then measured as the negative log-likelihood of the observed return under the estimated conditional density. The resulting index aligns with established benchmarks such as the CBOE Volatility Index and the South Korea Financial Instability Index, while capturing state-dependent distributional abnormalities that are not fully reflected in conventional volatility-based measures. It exhibits heightened sensitivity to periods of acute financial stress and identifies state-dependent anomalies that remain largely undetected by existing indicators. The proposed framework establishes a probabilistic and distribution-aware interpretation of financial instability, providing an interpretable foundation for sustainable financial risk management and long-term financial resilience beyond traditional volatility-based approaches. Full article
Show Figures

Figure 1

34 pages, 1521 KB  
Review
Learning Rare Events: Deep Learning Approaches to Extreme Price Prediction
by Mark Sinclair, Andrew J. Shepley and Farshid Hajati
Forecasting 2026, 8(3), 52; https://doi.org/10.3390/forecast8030052 - 17 Jun 2026
Viewed by 242
Abstract
Price spikes are rare but economically significant events observed across electricity, financial, commodity, and cryptocurrency markets. Their abrupt magnitude, heavy-tailed distributions, and severe class imbalance make them difficult to forecast using conventional time-series methods. This systematic literature review, conducted in accordance with the [...] Read more.
Price spikes are rare but economically significant events observed across electricity, financial, commodity, and cryptocurrency markets. Their abrupt magnitude, heavy-tailed distributions, and severe class imbalance make them difficult to forecast using conventional time-series methods. This systematic literature review, conducted in accordance with the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) framework, synthesises recent deep learning approaches to forward-looking price-spike prediction and classification. Searches of Scopus, Web of Science, and IEEE Xplore identified studies published between 2020 and 2026. Following screening and full-text eligibility assessment of approximately 300 studies, only 20 met the inclusion criteria and were included in the final synthesis, comprising 19 peer-reviewed papers and one doctoral thesis. The review develops a structured taxonomy spanning spike definitions, task formulations, model architectures, input design, and evaluation practices. A central finding is that predictive performance is driven more by problem formulation, label construction, and evaluation design than by model architecture. While architectures have diversified to include recurrent networks, transformers, graph neural networks, and hybrid frameworks, improvements are often attributable to differences in how the prediction problem is defined rather than the models themselves. Key limitations stem from inconsistent spike definitions and insufficient treatment of class imbalance, leading to a misalignment between modelling objectives and evaluation practices, further exacerbated by the absence of standardised benchmarks. These issues hinder comparability and can lead to overstated model performance by masking poor detection of rare but economically critical spike events. The review therefore identifies clear directions for future research, including standardised spike labelling, adoption of rare-event-appropriate evaluation frameworks, and problem formulations that explicitly target extreme-event prediction. Full article
Show Figures

Figure 1

40 pages, 2463 KB  
Article
SDE-Constrained Lévy-Driven Neural SDEs for Predictability-Aware Exchange Rate Forecasting
by N’Adoi Aboagye and Saralees Nadarajah
J. Risk Financial Manag. 2026, 19(6), 432; https://doi.org/10.3390/jrfm19060432 - 16 Jun 2026
Viewed by 209
Abstract
Exchange-rate forecasting requires modelling non-stationary dynamics, heavy-tailed shocks, and complex temporal dependencies. However, forecasting performance in emerging-market currencies is fundamentally constrained by intrinsic dynamical instability, while most existing approaches are evaluated primarily through predictive accuracy rather than the predictability limits of the underlying [...] Read more.
Exchange-rate forecasting requires modelling non-stationary dynamics, heavy-tailed shocks, and complex temporal dependencies. However, forecasting performance in emerging-market currencies is fundamentally constrained by intrinsic dynamical instability, while most existing approaches are evaluated primarily through predictive accuracy rather than the predictability limits of the underlying system. This paper develops a predictability-aware framework that combines nonlinear dynamical diagnostics with a Lévy-driven neural stochastic differential equation model. Drift and diffusion are parameterized by neural networks and driven by α-stable Lévy motion, enabling the representation of non-Gaussian fluctuations, abrupt shocks, and regime changes. To learn under discontinuous dynamics, we introduce a structurally constrained training objective based on a strong-form discretization of the underlying SDE. To characterise intrinsic predictability, we employ phase-space reconstruction and maximal Lyapunov exponent estimation. These diagnostics are interpreted as finite-sample measures of trajectory divergence and effective instability in a stochastic system, rather than evidence of low-dimensional deterministic chaos—a distinction motivated by well-documented limitations of chaos testing in financial data. Experiments on multiple West African currency pairs demonstrate competitive short-horizon forecasting performance relative to econometric and neural baselines while providing a principled framework for analysing predictability degradation under heavy-tailed stochastic dynamics. Across currencies and model classes, forecasting accuracy deteriorates beyond horizons comparable to the estimated Lyapunov time, suggesting that forecast degradation reflects intrinsic dynamical instability rather than model-specific limitations. The results support the view that reliable exchange-rate prediction is fundamentally a short-horizon problem and illustrate how stochastic dynamical modelling and predictability diagnostics can be combined to characterise forecasting limits in heavy-tailed financial systems. Full article
(This article belongs to the Section Mathematics and Finance)
Show Figures

Figure 1

29 pages, 10596 KB  
Article
Tail Dependence Structure and Risk Spillover Effects Among Climate Policy Uncertainty, Investor Sentiment, and Financial Risk—From the Perspective of Machine Learning
by Xinyang Zhao and Haifeng Pan
Sustainability 2026, 18(12), 6159; https://doi.org/10.3390/su18126159 - 15 Jun 2026
Viewed by 293
Abstract
Against the backdrop of intensifying global climate change, climate policy uncertainty (CPU) and investor sentiment have become critical factors influencing the stability of financial markets. In this study, a quantitative index of investor sentiment is constructed using stock trading volume, turnover rate, price-to-earnings [...] Read more.
Against the backdrop of intensifying global climate change, climate policy uncertainty (CPU) and investor sentiment have become critical factors influencing the stability of financial markets. In this study, a quantitative index of investor sentiment is constructed using stock trading volume, turnover rate, price-to-earnings ratio, circulating market value, and the consumer confidence index. The QVAR-DY model is employed to analyze the risk contagion mechanisms among CPU, investor sentiment, and China’s financial sub-markets across different quantiles. Furthermore, five machine learning models—LSTM, BiLSTM, CNN, XGBoost, and LightGBM—are used to forecast risk spillover indices, and their performance is compared with three benchmark models (ARIMA, Persistence, and HistMean) to systematically evaluate the advantages of machine learning models in capturing tail risk spillover effects. The findings reveal significant cross-market risk contagion in financial markets, characterized by asymmetry. The level of risk spillover under extreme conditions is substantially higher than under normal conditions, indicating high sensitivity to extreme events and major policies. CPU exhibits the most pronounced spillover effect on the money market, while investor sentiment has the greatest impact on the stock market. The stock, real estate, and commodity markets act simultaneously as sources of risk and receivers of shocks. In terms of forecasting performance, LightGBM performs best under normal conditions, whereas LSTM achieves the highest prediction accuracy under extreme conditions. Full article
Show Figures

Figure 1

49 pages, 3449 KB  
Article
Regime-Aware Stock Index Forecasting Under Latent Market States: A Hybrid Statistical Learning Framework with Cross-Market Validation
by Chunxia Tian, Roengchai Tansuchat and Songsak Sriboonchitta
Forecasting 2026, 8(3), 50; https://doi.org/10.3390/forecast8030050 - 12 Jun 2026
Viewed by 168
Abstract
This study proposes a hybrid forecasting framework that integrates Kalman Filtering (KF), Markov Switching (MS), and nonlinear recurrent learning for stock-index prediction. The KF component smooths short-term price noise, the MS model identifies latent return–volatility regimes, and the LSTM/GRU components learn nonlinear temporal [...] Read more.
This study proposes a hybrid forecasting framework that integrates Kalman Filtering (KF), Markov Switching (MS), and nonlinear recurrent learning for stock-index prediction. The KF component smooths short-term price noise, the MS model identifies latent return–volatility regimes, and the LSTM/GRU components learn nonlinear temporal patterns from regime-conditioned information. The framework is evaluated using the CSI 300, S&P 500, and Nikkei 225 indices through forecasting-accuracy measures, Bootstrap Diebold–Mariano tests with Modified Bayes Factor evidence, out-of-sample trading simulations, and robustness checks. The empirical results show that regime conditioning is the primary source of forecasting and economic improvement. KF–MS–LSTM performs best for the CSI 300 and Standard MS performs strongest for the S&P 500, while KF–MS–LSTM and KF–MS–GRU are more competitive for the Nikkei 225. In contrast, models without regime information, including pure LSTM/GRU and the standalone Transformer, generally exhibit weaker forecasting and trading performance. The findings suggest that latent market-state information is more important than neural-network complexity alone for robust financial forecasting, while the incremental value of Kalman filtering and recurrent learning remains market dependent. Overall, the results support regime-aware forecasting as an interpretable and economically meaningful approach for stock-index prediction under heterogeneous market environments. Full article
Show Figures

Figure 1

22 pages, 3546 KB  
Article
India’s Macroeconomic Response to Global Shocks: Evidence from Oil Prices, Financial Crisis and COVID-19
by Nikhil Bhardwaj, Ivana Miklošević and Nalinee Chauhan
Econometrics 2026, 14(2), 26; https://doi.org/10.3390/econometrics14020026 - 12 Jun 2026
Viewed by 262
Abstract
In past decades, the macroeconomic stability of India has been tested repeatedly by major global disruptions, including oil price shocks, the 2008 global financial crisis and the COVID-19 pandemic. Analysing how macroeconomic variables respond to these shocks is essential for evaluating external vulnerability [...] Read more.
In past decades, the macroeconomic stability of India has been tested repeatedly by major global disruptions, including oil price shocks, the 2008 global financial crisis and the COVID-19 pandemic. Analysing how macroeconomic variables respond to these shocks is essential for evaluating external vulnerability and policy resilience in emerging economies. Our study provides a comprehensive empirical investigation of the dynamic responses of wholesale price inflation, industrial output, oil prices and exchange rates in India by employing monthly data from January 1993 to December 2024. To examine long-run equilibrium relationships along with short-run adjustment dynamics, the present study employs co-integration analysis within a Vector Error Correction Model (VECM) framework. Further, we applied impulse response functions and forecast error variance decomposition to track volatility spillover mechanisms. Quantile regression and ARCH–GARCH models were further estimated to account for distributional heterogeneity and time-varying volatility. The findings of our study suggested stable long-run linkages among the selected variables, where oil price shocks emerged as a key external source of macroeconomic fluctuations. Short-run dynamics suggested that shocks in oil prices are transmitted primarily through inflation and exchange rate channels and then affect industrial output. Distributional estimates revealed the effects were stronger during stress periods, indicating tail risks that were not captured by the mean-based models. Lastly, volatility analysis confirmed persistent clustering, especially during phases of crisis. Overall, the findings suggest that India’s macroeconomic system remains externally sensitive, with adjustment mechanisms that operate gradually but come under strain during global disruptions. These results underscore the importance of energy risk management and crisis-responsive macroeconomic stabilisation policies. Full article
Show Figures

Figure 1

15 pages, 1248 KB  
Article
Chaos and Predictability in Cryptocurrencies
by Salim Lahmiri and Stelios Bekiros
Forecasting 2026, 8(3), 48; https://doi.org/10.3390/forecast8030048 - 12 Jun 2026
Viewed by 259
Abstract
Background: Lyapunov exponent has been used in many science and engineering problems to quantify chaos in systems and understand their nonlinear dynamics. In financial engineering and forecasting, evaluation of chaos in financial data helps determine whether the data are predictable and if profits [...] Read more.
Background: Lyapunov exponent has been used in many science and engineering problems to quantify chaos in systems and understand their nonlinear dynamics. In financial engineering and forecasting, evaluation of chaos in financial data helps determine whether the data are predictable and if profits can be generated. The purpose of this study is to examine presence of chaos in cryptocurrency markets. Methods: To examine chaos, Lyapunov exponent is computed from a set of 50 cryptocurrencies and statistical one-sided and two-sided Student-t tests are performed to check if on average the computed Lyapunov exponents are equal, less, or larger than zero. Results: The statistical results reveal strong evidence that prices, returns, and trading volume changes are all chaotic; hence, they show nonlinear and deterministic characteristics. Conclusions: Prices, returns, and trading volume changes in cryptocurrencies could be predicted in the short run; for instance, on a daily basis. In this regard, active traders and investors may implement predictive systems to generate daily profits. Full article
Show Figures

Figure 1

28 pages, 4131 KB  
Article
Dynamic Feedbacks Among Physical Activity, Health Capital, and Household Financial Resilience: A Systems Analysis Using China Family Panel Studies
by Qingkai Dang, Wenwen Yu and Qiyuan Fan
Systems 2026, 14(6), 674; https://doi.org/10.3390/systems14060674 - 12 Jun 2026
Viewed by 234
Abstract
Physical inactivity and household financial fragility are often studied separately, yet households may respond to health and financial shocks through interrelated behavioral, health, and financial processes. This study examines whether physical activity, health capital, and household financial resilience are dynamically associated in China. [...] Read more.
Physical inactivity and household financial fragility are often studied separately, yet households may respond to health and financial shocks through interrelated behavioral, health, and financial processes. This study examines whether physical activity, health capital, and household financial resilience are dynamically associated in China. Using five waves of the China Family Panel Studies, we construct a household-wave panel and multidimensional indices of health capital and financial resilience. We apply lagged household fixed-effects models, dynamic mediation analysis, and panel vector autoregression with impulse response functions and forecast error variance decomposition. The results indicate that physical activity is positively associated with subsequent health capital, health capital positively predicts subsequent household financial resilience, and financial resilience has a smaller but statistically significant association with later physical activity. The mediation results are consistent with health capital serving as a partial transmission channel between physical activity and financial resilience. The PVAR results show persistent cross-variable responses, suggesting modest dynamic interdependence among the three components rather than definitive causal evidence of a strong self-reinforcing system. Heterogeneity analyses suggest that these associations are more pronounced among low-income, older-head, and chronic-risk households. These findings extend health-capital and household finance research by showing that health behavior and financial resilience can be examined as jointly evolving household-level processes. The results suggest that integrated approaches to physical activity promotion and household financial protection may be worth further policy experimentation and evaluation, especially for vulnerable households. Full article
Show Figures

Figure 1

27 pages, 1157 KB  
Article
How Much Risk in U.S. Government Bond Markets Is Transmitted to Their Canadian Counterparts?
by Bruno Feunou, Jean-Sébastien Fontaine and Robert Hill
Risks 2026, 14(6), 133; https://doi.org/10.3390/risks14060133 - 12 Jun 2026
Viewed by 350
Abstract
We address this question by jointly modeling the distributional dynamics of the U.S. and Canadian term premia. Our approach combines a flexible marginal specification—the Skewed Generalized Error Distribution—with a flexible bivariate copula (BB7) to capture evolving cross-market dependence. We illustrate the usefulness of [...] Read more.
We address this question by jointly modeling the distributional dynamics of the U.S. and Canadian term premia. Our approach combines a flexible marginal specification—the Skewed Generalized Error Distribution—with a flexible bivariate copula (BB7) to capture evolving cross-market dependence. We illustrate the usefulness of this framework by examining December 2024, a period marked by a sharp rise in the U.S. term premium, and track how the forecasted joint distributions evolved throughout this episode. We document a striking change in conditional tail dependence between U.S. and Canadian term premia over this period. While term premia serve as a motivating application, our framework is applicable to a broad class of asset prices and macro-financial variables. Full article
Show Figures

Figure 1

47 pages, 33215 KB  
Article
Market-Based Risk Dynamics in Eco-Resource Financial Sectors and Energy Finance: Evidence from Conventional and Islamic Real Estate Assets Using TVP-VAR and LSTM-NN
by Mahdi Ghaemi Asl
Sustainability 2026, 18(12), 5954; https://doi.org/10.3390/su18125954 - 10 Jun 2026
Viewed by 191
Abstract
This study examines whether conventional and Islamic real estate indices are associated with different patterns of financial connectedness and long-memory behavior in selected eco-resource sectors. The analysis focuses on four resource-related financial markets—water, food, agriculture and livestock, and reduced-energy sector exposure—and evaluates how [...] Read more.
This study examines whether conventional and Islamic real estate indices are associated with different patterns of financial connectedness and long-memory behavior in selected eco-resource sectors. The analysis focuses on four resource-related financial markets—water, food, agriculture and livestock, and reduced-energy sector exposure—and evaluates how the inclusion of different real estate indices changes the connectedness structure of this system. Bayesian Time-Varying Parameter Vector Autoregression (TVP-VAR) is used to estimate time-varying connectedness and spillover dynamics, while Long Short-Term Memory Neural Networks (LSTM-NN) are applied as a complementary tool to assess long-memory and forecasting-related patterns in the connectedness series. Compared with using either method alone, this design captures both the evolving network structure of market-based risk transmission and the persistence of connectedness patterns over time. Using market data from 20 September 2016 to 9 January 2026, the results show that conventional real estate indices are generally associated with stronger connectedness in the eco-resource financial network, suggesting greater potential for market-based risk transmission. In contrast, Islamic real estate indices exhibit comparatively lower connectedness and more persistent long-memory behavior in the examined sample. These findings indicate that real estate asset heterogeneity matters for understanding financial connectedness among selected sustainability-related sectors. The study contributes to sustainable finance by showing how conventional and Islamic real estate assets may play different roles in the financial connectedness of resource-related markets. Full article
(This article belongs to the Special Issue Advances in Climate and Energy Economics)
Show Figures

Figure 1

20 pages, 925 KB  
Article
Text-Enhanced Financial Volatility Prediction with Hawkes LSTM
by Jing Zhang, Jing Qi and Dabo Guo
Math. Comput. Appl. 2026, 31(3), 101; https://doi.org/10.3390/mca31030101 - 9 Jun 2026
Viewed by 206
Abstract
Volatility is a fundamental indicator for assessing the risk of financial assets. By integrating unstructured data, such as earnings call transcripts, the limitations of traditional time series data can be transcended, enabling collaborative forecasting from multiple data sources, enhancing the robustness of volatility [...] Read more.
Volatility is a fundamental indicator for assessing the risk of financial assets. By integrating unstructured data, such as earnings call transcripts, the limitations of traditional time series data can be transcended, enabling collaborative forecasting from multiple data sources, enhancing the robustness of volatility prediction, and improving the efficiency of risk management. Although current research has effectively utilized earnings call data to predict asset volatility, price trends, and stock correlations, it often overlooks the inherent challenges of integrating textual and time series data, as well as the self-exciting and clustering characteristics of financial events. While conventional Long Short-Term Memory (LSTM) networks excel in processing fused data, they lack the structural capacity to explicitly model event-driven temporal decay, often failing to differentiate the varying influence of historical shocks over time. To surmount this limitation, we have significantly enhanced the predictive model by focusing on extracting salient information and integrating temporal dependency modeling with dynamic state adjustment mechanisms. The core innovation is introducing the Hawkes process to explicitly capture the self-exciting effect of financial events, which is the key to modeling volatility clustering around earnings releases. The proposed Hawkes LSTM model introduces a decay gating module and a textual information knowledge enhancement module. The decay gating module is specifically designed to more effectively capture the temporal dependencies between events within an event sequence. This allows the model to focus more on recent significant events, with the influence of an event on subsequent events typically diminishing as the temporal interval between them increases. By integrating temporal dependency modeling, the model is enabled to utilize historical data in a more flexible manner. The dynamic state adjustment mechanism further enhances its capacity to capture dynamically changing characteristics. Together, these features provide a more robust and precise solution for volatility prediction. Experimental results on two real-world earnings call datasets show that this approach significantly outperforms existing benchmark models on most prediction horizons, achieving competitive and superior performance and verifying its effectiveness and robustness. Full article
(This article belongs to the Section Engineering)
Show Figures

Figure 1

Back to TopTop