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
Today, we're taking a preliminary look at just who owns all the debt issued by the U.S. federal government through 30 September 2012 - the end of the U.S. government's fiscal year. Our chart below visualizes what we found:
The information presented in our chart above is preliminary, as the U.S. Treasury typically revises its foreign entity debt ownership data in March of each year.
Overall, U.S. entities own just 65.8% of all debt issued by the U.S. federal government. Ranking the major U.S. entities from low to high, we find that:
Meanwhile, foreign entities own 34.2% of all U.S. government-issued debt, with the following nations' individuals and institutions representing the five biggest holders of that debt, again ranked from low to high:
All other nations hold approximately 15% of the U.S. outstanding national debt.
The Federal Reserve's various quantitative easing programs of recent years, where the U.S. government-chartered central bank has purchased large quantities of U.S. government-issued debt in its attempts to keep the U.S. government's spending elevated and the U.S. economy stimulated by lowering long-term interest rates, are especially interesting in the degree to which they've succeeded in offsetting the share of the U.S. national debt owned by foreign interests.
Here, the Fed boosted its holdings of U.S. Treasury securities from a low of $474 billion on 18 March 2009 when it launched QE 1.0 to a peak of $1.684 trillion on 21 December 2011, which fell back to $1.676 trillion by 26 September 2012 - just before the end of the U.S. government's 2012 fiscal year.
The Fed also boosted its holdings of other federal agency debt securities from $48 billion on 18 March 2009 to a peak value of $169 billion on 10 March 2010, which has slowly declined to $83 billion as of 26 September 2012. All told, the Federal Reserve held an additional $1.21 trillion of the U.S. national debt compared to what it did before it began its quantitative easing programs.
As a result, the U.S. Federal Reserve has gone from holding 4.7% of all U.S. government-issued debt as of 18 March 2009 to holding 10.8% of it as of the end of the U.S. government's Fiscal Year 2012. During the peak of the program, the Federal Reserve crowded out almost every other purchaser of U.S. government-issued debt.
Assuming that other U.S. entities would have been unable to accumulate more of the U.S. national debt than they did during this period and that the U.S. government would have spent as much money as it did, if not for the Federal Reserve's quantitative easing programs, the share of the U.S. national debt held by foreign entities would have increased to 41.7%, with the bulk of the foreign acquisitions going to China.
As it stands, a little over 1 out of every 3 dollars borrowed by the U.S. federal government is now owned by foreign interests.
U.S. Federal Reserve. U.S. Treasury securities held by the Federal Reserve: All Maturities. Accessed 14 January 2013.
U.S. Federal Reserve. Federal agency debt securities held by the Federal Reserve: All Maturities. Accessed 14 January 2013.
U.S. Treasury. Major Foreign Holders of Treasury Securities. Accessed 14 January 2013.
Labels: national debt
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.