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
US Outlook Improves
Prospects for the US economy and stock markets are improving, despite the wild daily gyrations on Wall Street.
The yield curve - measured as the gap between 10- and two-year Treasury yields - this week steepened to its most upward-sloping since autumn 2004. This matters because the curve is a great lead indicator of economic activity, with upward slopes signalling recovery and inversions signalling recessions. Research by Jonathan Wright of the US Federal Reserve suggests that current bond yields and the Fed funds rate point to there being a less than one-in-30 chance of recession in the next 12 months. This is consistent with the economy being in recession now, because the yield curve predicted that a year ago.
Further good news for investors is that holdings of US Treasury bonds by overseas central banks have risen sharply - by 2.5 per cent in January alone. This is a sign that global liquidity is improving - the counterpart of overseas central banks' increasing holdings of Treasury bonds is very often an increase in their supply of money.
This in turn matters because the ratio of these Fed custody holdings to the value of US shares (as measured by the Dow Jones Wilshire 5000 index) is a great lead indicator of subsequent annual returns on US stocks. High Fed custody holdings relative to share prices in 1988, 1991, 1995 and 2003 all led to good returns on the S&P 500. With this ratio now at its highest since early 2006, it should support the market, as it means there's lots of global liquidity chasing few US shares.
In the article, Chris presents a chart showing the correlation between the changing level of the Fed's custody holdings and the S&P 500. He also notes a darker cloud in that U.S. banks are tightening their lending requirements against business and commercial property at a record rate, but notes that this is not a leading indicator of stock market moves. As they say, RTWT!
As always, you can find the latest probability of recession in the U.S. twelve months from last Thursday graphically presented in Recession Probability Track feature in our right hand margin. Chris' description of what the recession probability track has shown over the past year is correct - the probability of recession peaked on 4 April 2007 at 50%, which is fully consistent with the economic turmoil we see developing today just about a year later.
Update 18 February 2008: The analysis below is flawed. While the analysis would be valid if we were using the correct total estimate for dividends per share for the first quarter of 2008, we erred in not incorporating the value of dividends already paid in the first quarter into our calculations, as these are not included in the dividend futures data that we did use. More details....
Now for what we see in the futures of the stock market today. The building peak of distress in the market has again shifted sooner and may well occur by the end of this month or early in March:
Interesting, the latest data presented in this chart would suggest that a second spike might occur in January 2009, but as we've seen over the past several days, it's rather pointless to hold to that given how fluid this measure has been over the past two weeks. Keeping with our new market prediction policy, we're just going to observe it and how it changes!
Labels: forecasting, recession forecast, SP 500
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.