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 U.S. Department of Education has updated its statistics on the number of student loan defaults occurring within three years of a borrower beginning repayment. The latest data covers borrowers who began making payments on their student loans during the U.S. government's 2015 fiscal year, which ran from 1 October 2014 through 30 September 2015, who have subsequently stopped making scheduled payments for a prolonged period of time without making arrangements to either defer them or to seek relief from them during the following three years.
The following chart shows the number of student loan borrowers who have defaulted within three years after starting to make payments in each fiscal year from 2009 through 2015 according to the type of four year degree-granting institution they attended, covering proprietary (or for-profit) universities, public universities, and private (or non-profit) universities.
For student loan borrowers who attended four-year degree granting institutions and began making payments during the U.S. government's 2015 fiscal year, 531,653 went on to default on their student loan debt over the next three years. Of these, 51% attended public universities, 34% attended proprietary (or for-profit) institutions, and 15% attended private universities.
The next chart shows the percentage of student loan borrowers for each type of institution that began repaying their student loans, but went on to default on them within the following three years.
We find that although public universities account for the largest number of defaulting student loan borrowers, a larger percentage share of students who attend proprietary (or for-profit) institutions have consistently defaulted on their student loans.
The final chart reveals the average annual cost of college tuition and fees for each type of institution, which is based on data from the 2016-17 academic year, which is the closest we could get to 2015 for all three types of four year degree-granting institutions. The $9,670 value shown for public institutions applies for state residents eligible for in-state tuition rates, where the average public university tuition and fees for out-of-state residents is $24,820.
Since March 2010, when President Obama signed legislation putting the U.S. government into the student loan business, most of these defaults represent money borrowed from the U.S. government.
Today, about 90 percent of loans made to students and their families are from the federal government, which does not follow the same lending standards required of financial institutions. The federal government holds around $1.4 trillion in student loans on its books and is currently seeing a double digit delinquency and default rate.
10.3% of student loan borrowers who started making payments on their debt to the federal government in 2015 have defaulted. That figure has come down and stabilized over the last several years, but is still a double-digit problem for the demographic group with the lowest rate of unemployment in the U.S. economy. Meanwhile, many who are making payments on their student loans aren't getting very far in paying them down.
Just as alarming as the high number of defaults on federal student loans is that less than half of new borrowers are able to put a dent in their principal balance within three years of entering repayment.
Currently, the U.S. government makes it very difficult, if not nearly impossible for borrowers to have their student loan debts discharged through bankruptcy proceedings, which is pretty much what you would expect for any creditor who has the power to write the rules to benefit itself by forcing the repayment of any loan that it has either guaranteed or issued.
If it cannot be discharged in bankruptcy and the money borrowed is owed to the government, it isn't debt. It's taxes. The sooner that's fixed by transforming student loans back into debt, among other reforms, the better it will be for everyone involved.
U.S. Department of Education. Official Cohort Default Rates for Schools, by Institution Type. [PDF Documents: 2009-2011, 2012-2014, 2013-2015]. 26 September 2018. Accessed 13 October 2018.
College Board. Trends in Higher Education. Average Published Undergraduate Charges by Sector and by Carnegie Classification, 2017-18. [Online Document. 17 November 2017.
Labels: debt, education, personal finance, taxes
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.