After trawling through the stats on the many, many backtests that everyone in the community has developed, we at Quantopian have determined that a new series of template algorithms is warranted. We have the benefit of looking at community activity cross-sectionally and we have seen that there is a lot of strong development work on technical signals (mean reversal and momentum chiefly). Unsurprisingly, there are many fewer algorithms that have tapped into fundamental signals for their sources of predictive power. This algo is a great starting point for anyone looking to incorporate fundamentals-driven signals into their repertoire.
Debt to Total Assets
The ratio of a company’s debt to its total assets is a measure of the amount of leverage taken on by a company. Higher values (above 1) indicate that a company has more liabilities than assets (aka you owe more than you own), while lower values (below 1) indicate that a company has more equity than debt. In this template, we’ve taken advantage of this measure to test the idea that companies with relatively lower levels of Debt to Total Assets are likely to outperform companies with relatively higher levels of Debt to Total Assets. Read more here.
As we look to expand the set of algorithms receiving allocations over the next few months we expect to give preference to new ideas that take advantage of a broader range of fundamental factors.
To get started, clone this algorithm, improve it with your own ideas, and submit it to the Quantopian Daily Contest.
N.B. As implemented here, this algo doesn't fully meet all of the criteria for entry in the daily contest so we're leaving that as an "exercise for the reader".