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
Trust. How can Wall Street firms regain the trust they lost from the long list of scandals that have arisen in recent years without any effective response from President Obama's Justice Department? Better yet, how can the U.S. government regain the trust it has lost as a consequence of its unwillingness to pursue clear indications of fraud where high ranking politicos with close connections to the government that is supposed to be on the investors' side in such cases might be involved?
In the wake of scandals like MF Global, where literally millions of dollars in the company's investors' accounts were drained without the consent of the account holders at the discretion of prominent Democratic party fundraiser and former governor of New Jersey John Corzine, the lack of an effective response to date from President Obama's Securities and Exchange Commission, Federal Bureau of Investigation, or other federal law enforcement agency to the known facts of the scandal has done little to restore the trust of investors.
Worse, it seems like the wrongdoers are being given a free pass - a get out of jail free card - provided they have certain political connections. Under those kind of conditions, there's no way that anyone can reasonably trust the system in which Wall Street is trying to work today.
That has consequences, as the real needs of millions of people cannot be met efficiently if that system cannot be trusted, as potential investors either hold back or have to devote significant efforts to scrutinizing the firms with whom they do business to ensure the integrity of their investments are not at risk of being lost to fraud or other bad behavior. Markets, whether on Wall Street or Main Street, need trust to work, and a high level of trust among nearly all participants to really reach their full potential.
So what if, instead of relying upon the whims of a government that appears to take political affiliations into account in determining whether or not it might pursue criminal prosecutions, we used a market mechanism instead to protect investors from fraud? Chris Whalen recently discussed an old idea that we find especially intriguing:
Equity receivers have been around for a long time and have been very effective at combating fraud in their limited applications in recent history. We believe that taking steps now to make their role and visibility more prominent will go a very long way toward rebuilding the trust that Wall Street needs to reach its potential.
The alternative would be to continue weighting down the markets with more and more regulations that keep it far away from being able to achieve its potential, but somehow, never seem to affect the money-making schemes or personal pocketbooks of the crooked and politically-connected.
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.