Quant Mashup
Quantocracy is now on Bluesky and Threads. See the links in the header. - Mike
Research Review | 2 Sep 2022 | Trading Costs and Market Frictions [Capital Spectator]
The Avoidable Costs of Index Rebalancing Robert D. Arnott (Research Affiliates), et al. May 2022 Traditional capitalization-weighted indices generally add stocks with high valuation multiples after persistent outperformance and sell stocks at low valuation multiples after persistent
- 2 years ago, 2 Sep 2022, 09:35am -
Bold Asset Allocation [Allocate Smartly]
This is a test of Dr. Wouter Keller’s tactical strategy “Bold Asset Allocation” (BAA) from his paper Relative and Absolute Momentum in Times of Rising/Low Yields. Backtested results from 1970 follow. Results are net of transaction costs – see backtest assumptions. Learn about what we do and
- 2 years ago, 29 Aug 2022, 10:04am -
What’s wrong with Inverse ETFs? [Factor Research]
Inverse ETFs come with significant risk disclosure Analyzing the performance of these products justifies the warnings There is a significant difference between performance of inverse ETFs & the inverse underlying indices INTRODUCTION In May 2022, Allianz, the large German insurance company,
- 2 years ago, 29 Aug 2022, 10:03am -
Don't append rows to a pandas DataFrame [Wrighters.io]
Most pandas users encounter a situation where choosing to append rows to a pandas DataFrame seems like a good idea. A quick search of the API (or your favorite search engine) reveals that pandas has an append method in DataFrame. You may be tempted to use it. In this article I’ll show you why you
- 2 years ago, 29 Aug 2022, 12:13am -
Are There Intraday and Overnight Seasonality Effects in China? [Quantpedia]
At the moment, there is a lot of attention surrounding overnight anomalies in various types of financial markets. While such effects have been well documented in research, especially in US equities and derivatives, there are other asset classes that are not as well addressed. We previously compiled
- 2 years ago, 29 Aug 2022, 12:13am -
Computation of Theory-Implied Correlation Matrices [Portfolio Optimizer]
In this short post, I will provide an overview of the TIC algorithm1 introduced by Marcos Lopez de Prado in his paper Estimation of Theory-Implied Correlation Matrices2, which aims to compute a forward-looking asset correlation matrix blending both empirical and theoretical inputs. I will also
- 2 years ago, 24 Aug 2022, 11:13pm -
Probabilistic programming in finance: a robust Sharpe ratio estimate [Artifact Research]
In this post, we will develop a time-varying, probabilistic extension of the Sharpe ratio as a widely used performance metric for financial assets. In particular, we devise a Bayesian regime-switching model to capture different market conditions and infer the full distribution the Sharpe ratio as it
- 2 years ago, 23 Aug 2022, 09:57pm -
Forecasting Market Indices Using Stacked Autoencoders and LSTM [Jonathan Kinlay]
The stem paper for this post is: Bao W, Yue J, Rao Y (2017) A deep learning framework for financial time series using stacked autoencoders and long-short term memory. PLoS ONE 12(7): e0180944. https://doi.org/10.1371/journal.pone.0180944 The chief claim by the researchers is that 90% to 95% 1-day
- 2 years ago, 23 Aug 2022, 09:57pm -
Long Volatility versus Tactical Asset Allocation [Factor Research]
Long volatility strategies are attractive diversifiers, but complex and not easily accessible Tactical asset allocation for equities may be considered as an alternative There is no clear winner between these two options INTRODUCTION Risk management in portfolio construction is primarily achieved via
- 2 years ago, 23 Aug 2022, 09:56pm -
Is Relative Sentiment an Anomaly? [Alpha Architect]
Relative sentiment is an indicator that measures the positions, flows, and attitudes of institutional investors compared to those of individual investors–where institutions typically consist of large asset managers, insurance companies, pension funds, and endowments. In some instances,
- 2 years ago, 23 Aug 2022, 09:56pm -
Value and momentum yes, size and CAPM no [Klement on Investing]
In recent weeks, I have probably OD’ed my readers with philosophical and highbrow topics. Whether it was my Hitchhiker’s Guide to Investment Research or yesterday’s post on the Fiscal Theory of the Price Level. Since this is my last post before my summer break, I wanted to bring it down to
- 2 years ago, 19 Aug 2022, 12:20am -
Alpha from Short-Term Signals [Alpha Architect]
In “Your Complete Guide to Factor-Based Investing” Andrew Berkin and I provided six criteria that had to be met in order to determine which exhibits in the “factor zoo” are worthy of investment. For a factor to be considered, it must meet all of the following tests. To start, it must provide
- 2 years ago, 19 Aug 2022, 12:19am -
Geometric Brownian Motion Simulation with Python [Quant Start]
Generating synthetic data is an extremely useful technique in quantitative finance. It provides the ability to assess behaviour on models using data with known behaviours. This has a myriad of applications, such as testing backtesting simulators for correct functional behaiour as well as allowing
- 2 years ago, 17 Aug 2022, 08:53pm -
Protected equity fund: Split your portfolio to better fit your hedging instruments [DileQuante]
Imagine you are an European insurer. One of your funds is an equity portfolio of EMU stocks. Under Solvency II framework, you might want to reduce your Solvency Capital Requirement (SCR) thanks to the use of derivatives to hedge some of your equity risk. However, due to your size, the only
- 2 years ago, 17 Aug 2022, 08:52pm -
100-Years of the United States Dollar Factor [Quantpedia]
Finding high-quality data with a long history can be challenging. We have already examined How To Extend Historical Daily Bond Data To 100 years, How To Extend Daily Commodities Data To 100 years, and How To Build a Multi-Asset Trend-Following Strategy With a 100-year Daily History. Following the
- 2 years ago, 16 Aug 2022, 10:15am -
Outperformance Ain’t Alpha [Factor Research]
Outperformance and alpha are not the same One is the difference from a benchmark, the other is the unexplained return A contribution analysis helps understanding the return drivers INTRODUCTION Almost 90% of US drivers rate themselves safer and more skillful than average. Obviously, such perceptions
- 2 years ago, 16 Aug 2022, 10:14am -
Correlation and Correlation Structure (6) – Distance Correlation [Eran Raviv]
While linear correlation (aka Pearson correlation) is by far the most common type of dependence measure there are few arguably better ways to characterize\estimate the degree of dependence between variables. This is a fascinating topic I keep coming back to. There is so much for a typical geek to
- 2 years ago, 15 Aug 2022, 11:32pm -
Three Strategies for Trading the Donchian Channel in Python [Raposa Trade]
In the 1970's, Richard Donchian began the trend following trend by introducing a simple breakout trading system that would make him millions over the following decades. This system was predicated on an indicator that came to bear his name the Donchian Channel. We're going to show you how
- 2 years ago, 15 Aug 2022, 11:31pm -
Mining Credit Card Data for Stock Returns [Alpha Architect]
In this article, the authors explore an alternative measure of consumer demand from a unique dataset of individual credit and debit card daily transactions ( available one week after the transaction was made on average) from January 2013 to December 2019. They ask the following: Can more timely
- 2 years ago, 15 Aug 2022, 11:31pm -
Log-normal Stochastic Volatility Model [Artur Sepp]
I am introducing my most recent research on log-normal stochastic volatility model with applications to assets with positive implied volatility skews, such as VIX index, short index ETFs, cryptocurrencies, and some commodities. Together with Parviz Rakhmonov, we have extended my early work on the
- 2 years ago, 11 Aug 2022, 11:02am -
Treasury Bonds: Buy and Hold or Trend Follow? [Alpha Architect]
We were recently asked what we thought about bonds as an investment. A lot of this was inspired by my comments on bonds via a discussion on how I personally invest. I’ll repost what I said on bonds below: What are your thoughts on bonds and commodities? In general, I’m not a fan of corporate
- 2 years ago, 10 Aug 2022, 10:32pm -
What Drives Momentum and Reversal? [Alpha Architect]
What are the research questions? Theories abound in the financial literature explaining the drivers of momentum and reversal in one way or another. Not surprisingly, most portray the role of public and private information as key to the underlying relationships and weigh the type of information
- 2 years ago, 10 Aug 2022, 10:22am -
Revisiting the Performance of TAA ETFs [Factor Research]
There has been a boom in launching tactical asset allocation ETFs However, the recent track record of these has been poor Declining stock and bond markets have created a challenging environment for these INTRODUCTION Most investment strategies become popular through short rather than long periods,
- 2 years ago, 10 Aug 2022, 10:21am -
Research Review | 5 August 2022 | Multi-Factor Strategies [Capital Spectator]
Combining Factors Christoph Reschenhofer (Vienna University of Economics and Business) July 2022 While the academic literature primarily investigates factor exposures based on covariances (i.e. beta exposure), most practitioners apply characteristics-based scorings to obtain factor portfolios. It
- 2 years ago, 10 Aug 2022, 10:21am -
Crashes in safe asset markets [SR SV]
A new theoretical paper illustrates the logic behind runs and crashes in modern safe asset markets. Safe assets are characterized by stable value and high liquidity. In times of distress “flight for safety” increases demand for these assets, while “dash for cash” increases supply. However,
- 2 years ago, 10 Aug 2022, 10:21am -
Avoiding Momentum Crashes [Alpha Architect]
In our book “Your Complete Guide to Factor-Based Investing,” Andrew Berkin and I presented the evidence demonstrating that momentum, both cross-sectional (CSMOM) and time-series (TSMOM), has provided a premium that has been found to be persistent across time and economic regimes, pervasive
- 2 years ago, 4 Aug 2022, 09:19pm -
Avoiding Volatile Trades [Alvarez Quant Trading]
In my last blog post, Using Historical Volatility for Parameter Adjustment, I tested using historical volatility to determine trade rules. While reading the July 2022 Technical Analysis of Stocks & Commodities, I came across an article, “Is It Too Volatile To Trade?” by Perry Kaufman. I
- 2 years ago, 3 Aug 2022, 08:56pm -
Trend Following Says Commodities...But Nothing Else! [Alpha Architect]
Just recently we posted the trend-following weights for our Robust Asset Allocation model. Something interesting happened — the model suggested zero exposure to every asset, except commodities(1) source: https://alphaarchitect.com/indexes/trend/#trendasset My knee-jerk reaction was, “Wow, never
- 2 years ago, 3 Aug 2022, 08:56pm -
How heavy tails destabilize Markowitz portfolio selection [Artifact Research]
This is the forth and final post of a short series of posts on extreme events in financial time series. In the first post, we have introduced power-law theory to describe and extrapolate the chance of extreme price movements of the S&P500 index. In the second post, we took a closer look at how
- 2 years ago, 3 Aug 2022, 10:38am -
The Effective Number of Bets: Measuring Portfolio Diversification [Portfolio Optimizer]
Many different measures of portfolio diversification have been developed in the financial literature, from asset weights-based diversification measures like the Herfindahl Index1 to risk-based diversification measures like the Diversification Ratio of Choueifaty and Coignard2 to other more complex
- 2 years ago, 2 Aug 2022, 10:20am -
Slava Ukraini! Latest from Quantocracy contributor in Ukraine: Modeling Dynamics of Entire Implied Volatility Surface [Only VIX]
There is a very cool webinar coming up next week that I suggest everyone to register and attend link Daniel Bloch, also often listed as Daniel Alexandre Bloch has contributed a lot of research on using ML for options pricing. Also Mr Block published a very thorough free textbook options pricing that
- 2 years ago, 1 Aug 2022, 12:18pm -
Why GARCH models fail out-of-sample [Artifact Research]
This is the third post of a short series of posts on extreme events in financial time series. In the first post, we have introduced power-law theory to describe and extrapolate the chance of extreme price movements of the S&P500 index. In the second post, we took a closer look at how statistical
- 2 years ago, 1 Aug 2022, 12:18pm -
Do Stocks Efficiently Predict Recessions? [Alpha Architect]
What are the Research Questions? There is abundant literature on the relationship between the business cycle and future stock returns. The traditional view is that stocks are rationally priced to immediately reflect investors’ expectations about future economic activity and that expected excess
- 2 years ago, 1 Aug 2022, 11:57am -
Practical Implementation of Strategic Allocation Bets with Black-Litterman [DileQuante]
As a portfolio manager or as a portfolio construction analyst, the most usual way to manage a fund is to elaborate a Strategic Asset Allocation (a.k.a. “SAA”), that is reviewed on a mid or low frequency, on which PM or researchers add their tactical views, i.e. a Tactical Asset Allocation
- 2 years ago, 30 Jul 2022, 12:22pm -
Hedging long only portfolios using Structural Entropy [Pravin Bezwada]
This article aims is to evaluate/demonstrate the effectiveness of hedging a long only portfolio of US equities with a short position in Russell 2000 (I used IWM ETF since I don’t have rolling future prices) using an extended version structural entropy indicator. I first read about structural
- 2 years ago, 28 Jul 2022, 11:31pm -
The Expected Returns to ESG-Excluded Stocks [Alpha Architect]
As Sam Adams and I explained in our new book, “Your Essential Guide to Sustainable Investing,” while sustainable investing continues to gain in popularity, economic theory suggests that if a large enough proportion of investors choose to favor companies with high sustainability ratings (green
- 2 years ago, 28 Jul 2022, 11:30pm -
Copulas and trading strategies [SR SV]
Reliance on linear correlation coefficients and joint normal distribution of returns in multi-asset trading strategies can be badly misleading. Such conventions often overestimate diversification benefits and underestimate drawdowns in times of market stress. Copulas can describe the joint
- 2 years ago, 22 Jul 2022, 11:27am -
Relative Sentiment and Machine Learning for Tactical Asset Allocation: Out-of-Sample Results [Alpha Architect]
In our last installment, we reviewed the performance–across four regions–of a machine-learning-based Sentix relative sentiment model for tactical asset allocation. The regions included: the USA, Europe, Japan, and Asia ex-Japan (referred to as USA, EUR, JPN, and AEJ, respectively, in the charts
- 2 years ago, 22 Jul 2022, 11:26am -
Short Sellers Are Informed Investors [Alpha Architect]
Short sellers play a valuable role in keeping market prices efficient by preventing overpricing and the formation of price bubbles in financial markets. Market efficiency is important because an efficient market allocates capital efficiently. If short sellers were inhibited from expressing their
- 2 years ago, 22 Jul 2022, 11:25am -
Slava Ukraini! Latest from Quantocracy contributor in Ukraine: Trading Signals In VIX Futures [Only VIX]
Marco Avellaneda has contributed tremendously to financial mathematics, and to volatility trading in particular, has passed away earlier this year. Here I will review one of his last papers on trading VIX futures. I think most readers of this blog have modeled VIX futures understand both the risks
- 2 years ago, 18 Jul 2022, 11:41pm -
Correlation Matrix Stress Testing: Shrinkage Toward the Lower and Upper Bounds of a Correlation Matrix [Portfolio Optimizer]
I previously described on this blog an intuitive way of performing stress tests on a correlation matrix, which consists in shrinking a baseline correlation matrix toward an equicorrelation matrix12. A limitation of this method, though, is that it alters all the correlation coefficients of the
- 2 years ago, 18 Jul 2022, 11:39pm -
Evaluating Inflation Hedges [Factor Research]
Despite being different metrics, CPI and breakeven inflation rates exhibited the same trends since 2003 The securities with high betas to inflation come from diverse sectors, not just from energy and commodities Portfolios often feature hidden inflation exposure that should be revealed via factor
- 2 years ago, 18 Jul 2022, 11:39pm -
Can We Measure Inflation with Twitter [Alpha Architect]
Twitter is an interesting dataset for researchers interested in consumer beliefs. (200 million monthly active users worldwide (Elon Musk may disagree!) and about 10 million active users in Italy in 2019 (AGCOM 2020)). Inflation expectations are at the heart of any consumption and investment decision
- 2 years ago, 18 Jul 2022, 11:38pm -
Effective Allocation Measure with Entropy Application for Correlated Crypto Assets [Quant at Risk]
Surprisingly, in the literature there are only few effective formulae for asset allocation. They are based on the asset types and, in theory, they should define investors’ risk appetite. For instance, a large exposure in stocks should define aggressive investment style in comparison to investing
- 2 years ago, 14 Jul 2022, 11:26pm -
Momentum Everywhere, Including in Factors [Alpha Architect]
Empirical research, including the 2017 paper “A Century of Evidence on Trend-Following Investing,” has found momentum to be a persistent and pervasive factor in returns of not only stocks but other asset classes as well, including bonds, commodities, and currencies. Recent empirical research on
- 2 years ago, 14 Jul 2022, 11:25pm -
The Worst One-Day Shocks and Biggest Geopolitical Events of the Past Century [Quantpedia]
We dedicated several articles to how we created 100-year history for bonds, stocks, and commodities. Now we analyze the 50 worst one-day shocks and the following days in each of the abovementioned asset classes. In addition to that, we also look at how the Multi-Asset Trend-Following strategy
- 2 years ago, 11 Jul 2022, 09:40pm -
Crypto Tokens: Does Security Selection Matter? [Factor Research]
More than 80% of cryptocurrency tokens trade below their first trading price Tokens are diverse in their functions, but all types have been losing money consistently Token financing seems to be more beneficial for the issuer than investors INTRODUCTION A falling stock market is not bad for everyone.
- 2 years ago, 11 Jul 2022, 09:39pm -
An Investor’s Guide to Crypto [Alpha Architect]
With a capitalization of $1.3 trillion, cryptocurrencies are now (2022) roughly 50% of the value of US dollars and coins. What was once a fad, has now become prominent and increasingly diverse from an investor’s point of view. In response, this article discusses five key features and concepts
- 2 years ago, 11 Jul 2022, 09:39pm -
Trend following: combining market and macro information [SR SV]
Classic trend following is based on market prices or returns. Market trends are relatively cheap to produce, popular, and plausibly generate value in the presence of behavioral biases and rational herding. Macro trends track relevant states of the economy based on fundamental data. They are more
- 2 years ago, 11 Jul 2022, 09:38pm -
Research Review | 8 July 2022 | Factor Investing [Capital Spectator]
Investing in Deflation, Inflation, and Stagflation Regimes Guido Baltussen (Erasmus University Rotterdam), et al. July 2022 We examine asset class and factor premiums across inflationary regimes. As periods of high inflation and deflation are relatively uncommon in recent history, we use a deep
- 2 years ago, 8 Jul 2022, 09:32pm -