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
Since the Affordable Care Act's health insurance "marketplaces" first went online back in October 2013, we've been proud to offer a unique tool that subsidy-eligible American consumers can use to make the right choice for themselves in shopping for health insurance with respect to their personal financial situation and their health.
That tool will tell you whether it makes more financial sense to buy health insurance through the Obamacare exchanges or to opt out and pay higher income taxes instead, depending upon whichever of these options is less costly for you.
That a choice that millions of Americans have made after performing similar calculations on their own, after comparing how actually "affordable" the Affordable Care Act's health insurance policies are with whatever additional tax they might otherwise have to pay after considering the state of their health.
One problem is that nearly half of the 10.5 million uninsured people eligible for ObamaCare are between the ages of 18 and 34—and young people tend to be healthy and unwilling to pay for pricey coverage they don’t need.
But propping up ObamaCare requires this group’s subsidizing the medical costs of the aging and ill. So far, no luck. It makes sense for healthy young people to pay a penalty rather than purchase the insurance. And in 2015 that’s what 6.6 million people did, according to the IRS. Next year the minimum penalty increases to $695 or 2.5% of income above $10,000, whichever is greater. In many cases, that’s still much cheaper than insurance.
At our company, CKE Restaurants, we offer eligible employees ObamaCare-compliant coverage. We used federal guidelines and set our employee monthly contribution for the least expensive Bronze plan at $1,116 a year, or about 25% of the annual premium. The company pays the rest, and the deductible is $5,500. But even when next year’s higher penalty kicks in—2.5% of income above $10,000—an employee would need to earn more than $50,000 a year for the penalty to exceed the premium.
Our tool below will help you decide which option is more affordable for you in 2016. You can obtain the relevant health insurance policy cost information you need from either the Healthcare.gov web site, or more reliably, from the independent and far more transparent Health Sherpa site.
Also, if you're accessing this tool on a site that republishes our RSS news feed, you'll want to click here to access a working version of our tool.
In building this tool, we've made a handful of assumptions. Here they are, along with links to our references for data:
Beyond this, we've assumed that for some people there may be a "gray area", who would only have a small incentive to not purchase health insurance, where any benefit in doing so is not very large with respect to their household income, and where the decision to buy or not buy should instead be based upon an assessment of what the buyer's actual health care needs for their household will be in the near term, rather than purely upon its cost with respect to the ObamaCare income tax.
Mathematically, we've defined that gray area as being equal to the difference between the penalty tax they might choose to pay or an amount equal to 3.1% of their income before taxes, which closely corresponds to the average expenditure of U.S. households for health insurance, according to the just-released Consumer Expenditure Survey report for 2012.
Here at Political Calculations, our policy is for our tools to always improve over time. This section of this indicates all the significant changes we have made to the text of this article and the code for this tool.
Materials on this website are published by Political Calculations to provide visitors with free information and insights regarding the incentives created by the laws and policies described. However, this website is not designed for the purpose of providing legal, medical or financial advice to individuals. Visitors should not rely upon information on this website as a substitute for personal legal, medical or financial advice. While we make every effort to provide accurate website information, laws can change and inaccuracies happen despite our best efforts. If you have an individual problem, you should seek advice from a licensed professional in your state, i.e., by a competent authority with specialized knowledge who can apply it to the particular circumstances of your case.
Labels: health, health care, insurance, personal finance, risk, tool
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.