Wow. The Fed now has an unemployment rate target for asset purchases: 7 percent.
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
See if you can tell from the following chart exactly when Federal Reserve Chairman Ben Bernanke spooked the more timid among Wall Street's professional traders by moving the goalposts closer for ending QE 4.0, the Fed's purchases of up to $45 billion per month in U.S. Treasuries, which it began on 12 December 2012:
For the sake of keeping ourselves interested, we'll present the rest of our analysis in Q&A format....
2:44 PM EDT.
Sometime between 2:40 PM and 2:42 PM EDT.
Fed Chairman Ben Bernanke's press conference.
Via the New York Times' live blog of the event:
2:42 P.M. An Unemployment Target Rate
Returning to the New York Times' live blog of the event:
2:45 P.M. Bernanke Explains Unemployment Target
For what might be the first time, Ben S. Bernanke has made policy news at a news conference.
Mr. Bernanke announced an unemployment-rate target at which it might start to taper its asset purchases: 7 percent. Judging by the Fed's own projections, that would mean the taper would be coming toward the end of this year.
The purpose of the announcement is to reduce confusion, it seems. "It was thought it might be best for me to explain that," Mr. Bernanke said at the news conference.
- Annie Lowrey
Of course not. Bernanke's comments indicate that the Fed's Open Market Committee wanted it known that the Fed was moving the goalposts for triggering the tapering of QE 4.0. That is something that is projected to happen before the end of this year, which means that the Fed will start tapering off its QE 4.0 Treasury purchases much sooner than what investors had previously been told to expect.
Although investors have been focused on 2014-Q1 since early May 2013 in setting recent stock prices, if investors were to reset their focus earlier to 2013-Q4, for example, the S&P 500 would drop in value somewhere on the order of 45 to 50%, which is the big risk that we've been concerned about for some time.
That outcome would be universally perceived by all observers to be an indication that the Fed's decision to push up the timetable for beginning to taper off its QE 4.0 program was a huge mistake.
It appears that the Fed expects that the unemployment rate will fall to their new 7% goalpost sometime late in 2013. If investors give the Fed a lot of credibility on that projection, then it will happen.
QE 3.0 began on 13 September 2012, and consists of the Fed's purchases of $40 billion worth of mortgage-backed securities per month. From all indications, it appears this portion of the Fed's current quantitative easing programs will continue, indicating that the Fed cares a great deal about continuing its efforts to boost the U.S. housing industry, and house prices, at this time.
The Fed secretly believes that they're a bunch of pansies.
What they said they would do. Doesn't Chairman Bernanke have your full attention now?
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.