Causality-driven multivariate stock movement forecasting

  • 0Department of Electronics and Informatics (ETRO), Vrije Universiteit Brussel (VUB), Brussels, Belgium.

|

|

Summary

This summary is machine-generated.

This study reveals that financial news sentiment significantly impacts international stock markets. Dynamic Transfer Entropy (DTE) accurately captures this information flow, improving stock forecasting accuracy.

Area Of Science

  • Quantitative Finance
  • Computational Linguistics
  • Time Series Analysis

Background

  • Understanding the interdependence between financial news sentiment and international stock market dynamics is crucial for accurate forecasting.
  • Existing methods often fail to capture the complex causality and information flow between news sentiment and market behavior.

Purpose Of The Study

  • To investigate the interdependence between international stock markets and financial news sentiment for improved stock forecasting.
  • To introduce Dynamic Transfer Entropy (DTE) as a novel method for analyzing information flow propagation between sentiment and market dynamics.
  • To demonstrate the superiority of a DTE-informed Temporal Fusion Transformer (TFT) model for stock price and return forecasting.

Main Methods

  • Utilized FinBERT for textual analysis of financial news to generate sentiment time series.
  • Employed Transfer Entropy and heat maps to analyze net information flows.
  • Calculated Dynamic Transfer Entropy (DTE) time series as covariates for stock price forecasting.
  • Implemented Temporal Fusion Transformers (TFT) for stock market forecasting using DTE-derived information.

Main Results

  • The proposed DTE-based causality method, integrated with TFT, demonstrated superior accuracy in stock price and return forecasting.
  • Dynamic Transfer Entropy effectively identified critical information propagation paths, including market spikes and sudden jumps.
  • The model successfully incorporated intra- and inter-market correlations and information flow interactions.

Conclusions

  • Financial news sentiment exhibits a significant causal relationship with international stock market movements.
  • Dynamic Transfer Entropy is a powerful tool for uncovering complex information flow dynamics in financial time series.
  • The combined DTE and TFT approach offers a robust and accurate method for stock market forecasting.

Related Concept Videos

Correlation and Causation 01:27

37.6K

Statistical tests can calculate whether there is a relationship, or correlation, between independent and dependent variables. An indirect relationship of the variables signifies a correlation, while a direct relationship shows causation. If it is determined that no connection exists between the variables, then the correlation is a coincidence.
Correlation versus Causation
If the dependent variable increases or decreases when the independent variable increases, there is a positive or negative...

Causality in Epidemiology 01:21

397

Causality or causation is a fundamental concept in epidemiology, vital for understanding the relationships between various factors and health outcomes. Despite its importance, there's no single, universally accepted definition of causality within the discipline. Drawing from a systematic review, causality in epidemiology encompasses several definitions, including production, necessary and sufficient, sufficient-component, counterfactual, and probabilistic models. Each has its strengths and...

Correlation and Regression 00:53

1.2K

In statistics, correlation describes the degree of association between two variables. In the subfield of linear regression, correlation is mathematically expressed by the correlation coefficient, which describes the strength and direction of the relationship between two variables. The coefficient is symbolically represented by 'r' and ranges from -1 to +1. A positive value indicates a positive correlation where the two variables move in the same direction. A negative value suggests a...

Prediction Intervals 01:03

2.3K

The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y. 

Microsoft Excel: Regression Analysis 01:18

588

Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...

Multiple Regression 01:25

3.0K

Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...