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 second U.S. housing bubble has been inflating for just over a year now!
July 2012 marks the zero point for the inflation phase of the new housing bubble, with its expansion really beginning to take off in August 2012. And now, since we have the latest median household income data for the month of July 2013, we can show just how much it has inflated as it reached its first birthday!
Our chart above shows the data and trends for the non-inflation-adjusted twelve-month trailing averages of both median new home sale prices and median household income for each month since December 2000. In looking at the current trend, since July 2012, the median sales price of a newly constructed home in the United States has gone up by just over $25 for every $1 that median household income in the United States has increased.
That's almost 20% faster than the $21-to-$1 rate that the first U.S. housing bubble inflated on average from November 2001 through September 2005!
We'll close this edition of our ongoing series exploring the inflation of the second U.S. housing bubble by looking at the long-term view of what established equilibriums for median new home sale prices really look like in the United States, which is how we really know that what is going on in the U.S. housing market is really a bubble:
Since 1967, median new home sale prices in the U.S. have typically increased by anywhere from $3.37 to $4.09 for every $1 increase in median household income in the absence of any periods of bubble inflation or deflation in U.S. housing markets.
At its first anniversary, median new home sale prices in the second U.S. housing bubble are inflating at a rate that's over six to seven times greater than those typical levels!
But perhaps more telling about the now one-year-long escalation in median new home sale prices, is that the next time we feature an update about the second U.S. housing bubble, we're going to need to adjust the vertical scale of our charts so they can contain the newest data.
Sentier Research. Household Income Trends: July 2013. [PDF Document]. 2 September 2013. Accessed 2 September 2013. [Readers should note that we have converted all older inflation-adjusted values presented in this source to be in terms of their original, nominal values (a.k.a. "current U.S. dollars") for use in our charts, which means that we have a true apples-to-apples basis for pairing this data with the median new home sale price data reported by the U.S. Census Bureau.]
U.S. Census Bureau. Median and Average Sales Prices of New Homes Sold in the United States. [Excel Spreadsheet]. Accessed 2 September 2013.
We were among the first to declare that a second housing bubble was forming in the U.S. economy, and we were the first to back it up with an objective framework of analysis and data. Our ongoing analysis is chronicled below....
Labels: real estate
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.