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
As of the end of its 2020 fiscal year on 30 September 2020, U.S. government's total public debt outstanding stood at $27,026,921,935,432.41 ($27.027 trillion). One year earlier, it stood at $22,622,684,674,364.43 ($22.623 trillion). During the year in between, the total U.S. national debt rose by $4.404 trillion.
Earlier this year, we found the U.S. Federal Reserve had become the U.S. government's new sugar daddy. As of 30 September 2020, we find that the Federal Reserve directly holds over $4.445 trillion in U.S. Treasury securities, up $2.338 trillion from the $2.108 trillion it held a year earlier. Uncle Sam's new friendly neighborhood loan shark lent 47% of all the dollars the government borrowed during its 2020 fiscal year.
As a result, the Fed's share of all the money borrowed by the U.S. government increased from 1 out of every 8 dollars the government has borrowed to 1 out of every 6 dollars. If we just focused on the publicly-held portion of the national debt, the Fed's share would increase to 1 out of every 5 dollars borrowed.
In becoming the U.S. government's primary creditor, the Fed has widened its margin over Uncle Sam's former top lender, Social Security's Old Age and Survivors Insurance Trust Fund, which has only loaned the U.S. government 1 out every 10 dollars it has borrowed.
The following chart tallies the shares of money the U.S. government has borrowed from its major worldwide creditors. Please click here to access the full size version of the chart.
With the Fed having taken such a dominant lender role in financing the U.S. government's spending, the relative share of money borrowed from foreign entities has decreased. That share has fallen from 30% of the total public debt outstanding in 2019 to 26% in 2020. Japan has become the largest foreign creditor to the U.S. government, as China seeks to reduce its holdings of U.S. government-issued debt.
We had to wait until the U.S. Treasury Department issued its September 2020 monthly treasury statement some four days late on 16 October 2020 to get the latest debt holdings for Social Security and other trust funds operated by the U.S. government. The data for major foreign holders of U.S. government-issued debt is preliminary (or rather, only up-to-date through August 2020) and will be subject to revision over many months ahead.
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.