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
Last week, we indicated how the Federal Reserve could avoid having a rout develop in the stock market (emphasis ours):
This analysis assumes that Bernanke's comments succeed in shifting the forward looking focus of investors to an earlier future, which would mark a shift in the expectations for the fundamentals driving the market. At this writing, it is too early to tell if such a fundamental shift has occurred, which is why we are presently classifying the market's reaction as a noise event. Depending upon how the Fed responds to the markets' reaction, it is still possible at this writing to arrest and reverse the decline in stock prices.
Now, we've gone into such basics in this article because we know that Federal Reserve Chairman Ben Bernanke and his successor are going to read it and might like to finally learn a little bit about how things like stock prices actually work. And then, maybe, do something that would shift the focus of investors back to the first quarter of 2014, in a way that ensures the Fed's credibility is not damaged.
So guess what other notable members of the Federal Reserve have been doing in the past week? Emphasis ours, again:
A top U.S. central bank official warned financial markets they’re reading the Federal Reserve wrong if they think a tightening in monetary policy has gotten closer.
"A rise in short-term rates is very likely to be a long way off" even as it's possible that the central bank may slow the pace of its bond-buying program later this year, Federal Reserve Bank of New York President William Dudley said Thursday.
The official noted a shift in market rates that's happened since the last gathering of the monetary-policy-setting Federal Open Market Committee is seen by observers as signaling rate rises could come "much earlier than previously thought." Mr. Dudley, who is at the core of Fed monetary policy decision making, said "let me emphasize that such an expectation would be quite out of sync with both FOMC statements and the expectations of most FOMC participants."
Has it worked? When combined with the unexpectedly bad GDP revision for the first quarter of 2013, which confirmed slower than expected growth for the U.S. economy in 2013, Dudley's statement appears to have been successful in redirecting investors toward the expectation that any drawdown in the Fed's net acquisition rate of U.S. Treasuries is further off in the future than they had been led to expect from Ben Bernanke's original comments that created the potential crisis. Our chart below shows how the Bernanke Noise Event has evolved:
At this juncture, it appears that the Fed has initially succeeded in arresting the decline caused by Fed Chairman Bernanke's poorly considered press conference comments. Reversing it by fully redirecting investors to focus back upon the first quarter of 2014 will require additional effort on their part, and without that ongoing effort, we wonder if a sustained split in focus might not take hold in the market.
We might observe the effect of such a split in having the change in the growth rate of stock prices fall consistently between the levels defined by the expected changed in the growth rates of dividends per share in our chart above, rather than closely paralleling the level associated with a specific future quarter as they more typically would behave.
That outcome would represent a large percentage of investors having set their expectations in accordance with future quarters in 2013, while another large percentage of investors are setting their forward-looking focus back upon the first quarter of 2014, which was the near universal future point of focus prior to investors developing concerns about the future for the Fed's QE programs.
We'll next update this chart in two weeks to see how things played out.
Labels: chaos, SP 500, stock market
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.