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 a handful of congressional Republicans proved to be unprincipled in failing to follow through on their campaign promises to repeal and replace Obamacare, the name by which the Affordable Care Act is better known, that extremely flawed law will still be with us in 2018. Here in 2017, that means that millions of Americans will once again have to make a choice about what is really more affordable for them: paying for subsidized health insurance premiums or paying Obamacare's extra income tax, and they'll have to do it between now and 15 December 2017.
We can help! We've been proud to offer a unique tool that subsidy-eligible American consumers can use to help decide what the right choice is 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 in recent years after comparing how actually "affordable" the costs of 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. The New York Times described the personal finance problem that millions of Americans are facing back in 2016:
Clint Murphy let the deadline for getting health insurance by the new year pass without a second thought.
Mr. Murphy, an engineer in Sulphur Springs, Tex., estimates that under the Affordable Care Act, he will face a penalty of $1,800 for going uninsured in 2016. But in his view, paying that penalty is worth it if he can avoid buying an insurance policy that costs $2,900 or more. All he has to do is stay healthy.
"I don't see the logic behind that, and I’m just not going to do it," said Mr. Murphy, 45, who became uninsured in April after leaving a job with health benefits to pursue contract work. "The fine is still going to be cheaper."...
[...]
People, like Mr. Murphy, who earn too much to qualify for federal subsidies that defray the cost of coverage may be most likely to opt out. A recent analysis by the Kaiser Family Foundation found that more than seven million people who are eligible for exchange coverage would pay less in penalties than for the least expensive insurance available to them. More than half would not qualify for subsidies, the analysis found.
Our tool below will help you decide which option is more affordable for you in 2018. 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, please click here to access a working version of our tool.
For the 2018 calendar year, the default data we used in our tool is taken from approved health insurance premiums and the second lowest silver plan cost in the District of Columbia. The annual income is for a 27-year old minimum wage earner in Washington D.C. in 2017, assuming they are employed full time, year-round. As you can see from the results for that default data, if they can reasonably expect to remain healthy in 2018, they will be better off in choosing to pay the additional income tax rather than be burdened with the costly subsidized premiums of either the lowest cost "silver" health insurance plan or even the lowest cost "bronze" plan available to them.
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 Consumer Expenditure Survey report for 2012.
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 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.