false

Unraveling the Trade-off between Sustainability and Returns: A Multivariate Utility Analysis

Unraveling the Trade-off between Sustainability and Returns: A Multivariate Utility Analysis ArXiv ID: 2307.12161 “View on arXiv” Authors: Unknown Abstract This paper proposes an expected multivariate utility analysis for ESG investors in which green stocks, brown stocks, and a market index are modeled in a one-factor, CAPM-type structure. This setting allows investors to accommodate their preferences for green investments according to proper risk aversion levels. We find closed-form solutions for optimal allocations, wealth and value functions. As by-products, we first demonstrate that investors do not need to reduce their pecuniary satisfaction in order to increase green investments. Secondly, we propose a parameterization to capture investors’ preferences for green assets over brown or market assets, independent of performance. The paper uses the RepRisk Rating of U.S. stocks from 2010 to 2020 to select companies that are representative of various ESG ratings. Our empirical analysis reveals drastic increases in wealth allocation toward high-rated ESG stocks for ESG-sensitive investors; this holds even as the overall level of pecuniary satisfaction is kept unchanged. ...

July 22, 2023 · 2 min · Research Team

An Adaptive Dual-level Reinforcement Learning Approach for Optimal Trade Execution

An Adaptive Dual-level Reinforcement Learning Approach for Optimal Trade Execution ArXiv ID: 2307.10649 “View on arXiv” Authors: Unknown Abstract The purpose of this research is to devise a tactic that can closely track the daily cumulative volume-weighted average price (VWAP) using reinforcement learning. Previous studies often choose a relatively short trading horizon to implement their models, making it difficult to accurately track the daily cumulative VWAP since the variations of financial data are often insignificant within the short trading horizon. In this paper, we aim to develop a strategy that can accurately track the daily cumulative VWAP while minimizing the deviation from the VWAP. We propose a method that leverages the U-shaped pattern of intraday stock trade volumes and use Proximal Policy Optimization (PPO) as the learning algorithm. Our method follows a dual-level approach: a Transformer model that captures the overall(global) distribution of daily volumes in a U-shape, and a LSTM model that handles the distribution of orders within smaller(local) time intervals. The results from our experiments suggest that this dual-level architecture improves the accuracy of approximating the cumulative VWAP, when compared to previous reinforcement learning-based models. ...

July 20, 2023 · 2 min · Research Team

Fast and Furious: A High-Frequency Analysis of Robinhood Users' Trading Behavior

Fast and Furious: A High-Frequency Analysis of Robinhood Users’ Trading Behavior ArXiv ID: 2307.11012 “View on arXiv” Authors: Unknown Abstract We analyze Robinhood (RH) investors’ trading reactions to intraday hourly and overnight price changes. Contrasting with recent studies focusing on daily behaviors, we find that RH users strongly favor big losers over big gainers. We also uncover that they react rapidly, typically within an hour, when acquiring stocks that exhibit extreme negative returns. Further analyses suggest greater (lower) attention to overnight (intraday) movements and exacerbated behaviors post-COVID-19 announcement. Moreover, trading attitudes significantly vary across firm size and industry, with a more contrarian strategy towards larger-cap firms and a heightened activity on energy and consumer discretionary stocks. ...

July 20, 2023 · 2 min · Research Team

Estimation of an Order Book Dependent Hawkes Process for Large Datasets

Estimation of an Order Book Dependent Hawkes Process for Large Datasets ArXiv ID: 2307.09077 “View on arXiv” Authors: Unknown Abstract A point process for event arrivals in high frequency trading is presented. The intensity is the product of a Hawkes process and high dimensional functions of covariates derived from the order book. Conditions for stationarity of the process are stated. An algorithm is presented to estimate the model even in the presence of billions of data points, possibly mapping covariates into a high dimensional space. The large sample size can be common for high frequency data applications using multiple liquid instruments. Convergence of the algorithm is shown, consistency results under weak conditions is established, and a test statistic to assess out of sample performance of different model specifications is suggested. The methodology is applied to the study of four stocks that trade on the New York Stock Exchange (NYSE). The out of sample testing procedure suggests that capturing the nonlinearity of the order book information adds value to the self exciting nature of high frequency trading events. ...

July 18, 2023 · 2 min · Research Team

Diversifying an Index

Diversifying an Index ArXiv ID: 2311.10713 “View on arXiv” Authors: Unknown Abstract In July 2023, Nasdaq announced a `Special Rebalance’ of the Nasdaq-100 index to reduce the index weights of its large constituents. A rebalance as suggested currently by Nasdaq index methodology may have several undesirable effects. These effects can be avoided by a different, but simple rebalancing strategy. Such rebalancing is easily computable and guarantees (a) that the maximum overall index weight does not increase through the rebalancing and (b) that the order of index weights is preserved. ...

July 16, 2023 · 1 min · Research Team

Contrasting the efficiency of stock price prediction models using various types of LSTM models aided with sentiment analysis

Contrasting the efficiency of stock price prediction models using various types of LSTM models aided with sentiment analysis ArXiv ID: 2307.07868 “View on arXiv” Authors: Unknown Abstract Our research aims to find the best model that uses companies projections and sector performances and how the given company fares accordingly to correctly predict equity share prices for both short and long term goals. Keywords: Equity prediction, Sector performance, Fundamental analysis, Projection modeling, Equities ...

July 15, 2023 · 1 min · Research Team

Evaluation of Deep Reinforcement Learning Algorithms for Portfolio Optimisation

Evaluation of Deep Reinforcement Learning Algorithms for Portfolio Optimisation ArXiv ID: 2307.07694 “View on arXiv” Authors: Unknown Abstract We evaluate benchmark deep reinforcement learning algorithms on the task of portfolio optimisation using simulated data. The simulator to generate the data is based on correlated geometric Brownian motion with the Bertsimas-Lo market impact model. Using the Kelly criterion (log utility) as the objective, we can analytically derive the optimal policy without market impact as an upper bound to measure performance when including market impact. We find that the off-policy algorithms DDPG, TD3 and SAC are unable to learn the right $Q$-function due to the noisy rewards and therefore perform poorly. The on-policy algorithms PPO and A2C, with the use of generalised advantage estimation, are able to deal with the noise and derive a close to optimal policy. The clipping variant of PPO was found to be important in preventing the policy from deviating from the optimal once converged. In a more challenging environment where we have regime changes in the GBM parameters, we find that PPO, combined with a hidden Markov model to learn and predict the regime context, is able to learn different policies adapted to each regime. Overall, we find that the sample complexity of these algorithms is too high for applications using real data, requiring more than 2m steps to learn a good policy in the simplest setting, which is equivalent to almost 8,000 years of daily prices. ...

July 15, 2023 · 2 min · Research Team

Generative Meta-Learning Robust Quality-Diversity Portfolio

Generative Meta-Learning Robust Quality-Diversity Portfolio ArXiv ID: 2307.07811 “View on arXiv” Authors: Unknown Abstract This paper proposes a novel meta-learning approach to optimize a robust portfolio ensemble. The method uses a deep generative model to generate diverse and high-quality sub-portfolios combined to form the ensemble portfolio. The generative model consists of a convolutional layer, a stateful LSTM module, and a dense network. During training, the model takes a randomly sampled batch of Gaussian noise and outputs a population of solutions, which are then evaluated using the objective function of the problem. The weights of the model are updated using a gradient-based optimizer. The convolutional layer transforms the noise into a desired distribution in latent space, while the LSTM module adds dependence between generations. The dense network decodes the population of solutions. The proposed method balances maximizing the performance of the sub-portfolios with minimizing their maximum correlation, resulting in a robust ensemble portfolio against systematic shocks. The approach was effective in experiments where stochastic rewards were present. Moreover, the results (Fig. 1) demonstrated that the ensemble portfolio obtained by taking the average of the generated sub-portfolio weights was robust and generalized well. The proposed method can be applied to problems where diversity is desired among co-optimized solutions for a robust ensemble. The source-codes and the dataset are in the supplementary material. ...

July 15, 2023 · 2 min · Research Team

DoubleAdapt: A Meta-learning Approach to Incremental Learning for Stock Trend Forecasting

DoubleAdapt: A Meta-learning Approach to Incremental Learning for Stock Trend Forecasting ArXiv ID: 2306.09862 “View on arXiv” Authors: Unknown Abstract Stock trend forecasting is a fundamental task of quantitative investment where precise predictions of price trends are indispensable. As an online service, stock data continuously arrive over time. It is practical and efficient to incrementally update the forecast model with the latest data which may reveal some new patterns recurring in the future stock market. However, incremental learning for stock trend forecasting still remains under-explored due to the challenge of distribution shifts (a.k.a. concept drifts). With the stock market dynamically evolving, the distribution of future data can slightly or significantly differ from incremental data, hindering the effectiveness of incremental updates. To address this challenge, we propose DoubleAdapt, an end-to-end framework with two adapters, which can effectively adapt the data and the model to mitigate the effects of distribution shifts. Our key insight is to automatically learn how to adapt stock data into a locally stationary distribution in favor of profitable updates. Complemented by data adaptation, we can confidently adapt the model parameters under mitigated distribution shifts. We cast each incremental learning task as a meta-learning task and automatically optimize the adapters for desirable data adaptation and parameter initialization. Experiments on real-world stock datasets demonstrate that DoubleAdapt achieves state-of-the-art predictive performance and shows considerable efficiency. ...

June 16, 2023 · 2 min · Research Team

The Chebyshev Polynomials Of The First Kind For Analysis Rates Shares Of Enterprises

The Chebyshev Polynomials Of The First Kind For Analysis Rates Shares Of Enterprises ArXiv ID: 2307.08465 “View on arXiv” Authors: Unknown Abstract Chebyshev polynomials of the first kind have long been used to approximate experimental data in solving various technical problems. Within the framework of this study, the dynamics of shares of eight Czech enterprises was analyzed by the Chebyshev polynomial decomposition: CEZ A.S. (CEZP), Colt CZ Group SE (CZG), Erste Bank (ERST), Komercni Banka (BKOM), Moneta Money Bank A.S. (MONET), Photon (PENP), Vienna insurance group (VIGR) in 2021. An investor, when making a decision to purchase a security , is guided largely by an heuristic approach . And variance and correlation are not observed by human senses. The vectors of decomposition of time series of exchange values of securities allow analyzing the dynamics of exchange values of securities more effectively if their dynamics does not correspond to the normal distribution law. The proposed model allows analyzing the dynamics of the exchange value of a securities portfolio without calculating variance and correlation. This model can be useful if the dynamics of the exchange values of securities does not obey, due to certain circumstances, the normal law of distribution. ...

June 16, 2023 · 2 min · Research Team