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
Before we get into our summary of the week that was for the S&P 500, in our previous edition, we featured a quiz where we challenged our readers to interpret our chart showing the actual trajectory of stock prices against the backdrop of the alternative trajectories of the future path it could take.
As part of that quiz, we asked one question that we had to phrase very specifically, which we'll highlight in the following quote (we'll also add the answer to the "previous question" in parentheses):
If investors were to maintain their forward-looking focus on the period of time you identified as your answer to the previous question (2016-Q4), and assuming that the projected future doesn't change and that there is no sudden onset of a noise event, would you expect the S&P 500 to rise or to fall with respect to its value on 19 February 2016 at the end of the first quarter of 2016?
Why did we have to phrase that question so specifically? As you'll see in the following chart, which we've animated to help visualize the changes that have taken place over the last week, the future itself has changed. The easiest way to see it is to simply look at the alternative trajectories on the right hand side of the chart (corresponding to the future date of 1 April 2016):
The answer to the question is still the same (lower). However, we couldn't pass up a good opportunity to demonstrate the extent to which the recent evolution of stock prices can influence the likely future trajectories of stock prices.
But as you can see in the animated chart, there was one rather spectacular change in the previous week that had absolutely no impact on the actual trajectory stock prices when it happened, because investors were focusing on a much more distant future (2016-Q4) when it did.
That change is seen in the likely trajectory of stock prices associated with investors focusing on the current quarter of 2016-Q1, the end of which is still in the future. What happened is that on Tuesday, 23 February 2016, the dividend futures for the S&P 500 2016-Q1 (WCB: DVMR) suddenly increased from $11.62 to $11.95 per share. Meanwhile, there was no similar change in any of the other dividend futures for 2016-Q2 (WCB: DVJN), 2016-Q3 (WCB: DVST) and 2016-Q4 (WCB: DVDE).
That's an important thing to note, because as you can also see in the animated chart above, the actual trajectory of stock prices tracked closely along with the future defined by the expectations for dividends in 2016-Q4 from the previous week through Thursday, 25 February 2016, before breaking toward the nearer term future of 2016-Q3 on Friday, 26 February 2016.
Even though it didn't affect the actual trajectory of stock prices in the fourth week of February 2016, the change in expectations for dividends in the current quarter of 2016-Q1 has produced two positive benefits. The first benefit is that the risk of a large downward move in the S&P has been greatly reduced. The second benefit is that the market should be considerably less volatile than it was in the first half of 2016-Q1 - investors shifting their forward-looking focus from one point of time in the future to another won't have the same impact that it did earlier in the quarter.
That doesn't mean that stock prices will continue to be as apparently steady as they've been. As for what to reasonably expect in the week ahead, we'll let the chart do the talking, although we'll caution that the week ahead has the potential to be noisier than normal.
Speaking of which, here are the main market driving news events of the fourth week of February 2016.
On a comical note, Friday, 26 February 2016 was also the day when San Francisco Fed president John Williams intentionally made the following statements:
"Although it’s understandable to want to communicate a comprehensive view of monetary policy with all of its incumbent uncertainties, the public has only so much bandwidth dedicated to central bank messaging," Williams said in remarks prepared for delivery Friday. "So, like a sledgehammer, strongly worded forward guidance can be a powerful tool when it’s needed."
Williams stopped short of advocating forward guidance in all instances, adding that "like a sledgehammer, care needs to be taken when and where it is used."
Combine those thoughts with James Bullard's comments earlier in the week acknowledging the Fed's role in sparking market turmoil and also with the knowledge that we actually use the Fed's forward guidance to check the calibration of our futures-based model for projecting the alternative future trajectories of stock prices, and hopefully you'll understand why we found the "sledgehammer" comment to be so funny, coming as it did from one of the Fed's own minions.
For more insight into the nature of forward guidance, we can recommend James Hamilton's well-versed and timely discussion of recent research on the topic at Econbrowser.
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.