to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
The April 2021 jobs report was disappointing, to say the least. Instead of reporting that at least one million Americans had returned to work in April 2021 with the lifting of state and local government lockdowns in high population states, the U.S. Bureau of Labor Statistics reported number of additional working Americans rose by about one-fourth of that widely expected number. Which of course meant that stock prices rose on the disappointment!
It's somewhat counterintuitive, but stock prices rose on the much worse than expected news because it means the Federal Reserve will keep its "super-easy" monetary policies in effect for longer. Prior to the report, stock prices kept running toward the lower end of the redzone forecast range on our alternative futures chart, mainly because the expectation of rising inflation would mean the Fed would be forced to move away from its super-easy policies much sooner than they would want to rein in rapidly escalating prices.
This is also a good time to review the full forecast performance of our latest redzone forecast. Our need to provide these forecasts is driven by the dividend futures-based model's use of historic stock prices as the base reference points from which it projects future stock prices. When those historic prices involve high levels of volatility, the echo of that volatility affects the model's projections.
To get around that seeming limitation, we identify the period in which the volatility echo affects the model's projections and pick points on opposite sides of it, one before it begins and one after it ends. We then connect the dots with a straight line and draw in a red-shaded range on either side of it to reflect the amount of 'typical' volatility we expect to see.
The trick in doing all this is to pick the right starting and ending points. For the nearly-just-completed redzone forecast range, we anchored a point associated with the expectations for 2020-Q2 in the "before" range, and selected a point associated with the expectations for 2020-Q4 on the future end of the forecast range. In terms of the dividend futures-based model, we assumed investors would begin the forecast range being by focusing on the current quarter of 2021-Q2 in setting stock prices, then would shift their forward-looking focus out to the more distant future of 2021-Q4 some eleven weeks later.
As we mentioned several weeks ago however, it became clear investors were holding their forward-looking focus on 2020-Q2 rather than shifting it. In the following animated chart, we compare what our results were during the eleven week period of the redzone forecast range, and what our results would have been if we had assumed investors would keep their attention only on 2021-Q2 instead:
This is one of the longest periods in which we've attempted to push the limits of what we can do in forecasting stock prices. With our original assumption that investors would start the redzone forecast period focused on 2021-Q2 and shift that focus to 2021-Q4 by its end, 85% of the S&P 500's daily closing values fall within the range, and 15% fall below it. As our redzone forecasts go, this latest example is one of the worst we've done.
But the alternate hypothesis of investors focusing only on the expectations associated with 2021-Q2 in setting current day stock prices would have seen the S&P 500 fall within its projected range on 95% of the trading days, with just 5% falling below the range.
Looking forward, we think the trajectory of the S&P 500 is likely to undershoot the dividend futures-based model's standard projections in the weeks ahead, mainly because the spector of inflation has been let loose. Even if the Federal Reserve keeps its "super-easy" policies, the longer that situation continues, the more expectations among investors will grow that the Fed will be forced to change course.
Which brings us to our summary of the major market-moving news of the week that was, where you'll find exactly where we found the Fed's current policies described as "super-easy"!
What was positive and negative in the past week's markets and economics news? Barry Ritholtz outlines how he read the week's market news over at The Big Picture!
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.