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
Not long ago, we had the opportunity to buy Manchester United.
That's right. The soccer team. The one that Forbes estimates to be worth over 3.3 billion dollars, or if you prefer, the football team that Forbes estimates is worth over 2.2 billion pounds.
And we saw that we could buy it because it was on sale.
Specifically, we were looking to buy it in the first several months of this year, after we recognized that we could acquire the world's most successful and valuable sports franchise for a significant discount.
So we put a bid in to buy Manchester United (NYSE: MANU) for $13.25 per share, which we projected would be pretty close to the bottom that the stock price would hit before beginning to recover.
As you can see in the chart above, we were almost right on target. MANU dropped to a low value of $13.30 during trading on 22 March 2016, and that was as close as we got to buying the world's most popular sports team. As of the close of trading two months later, on Friday, 20 May 2016, it had bounced back to $16.80 per share - an increase of $3.50 per share, or a raw percentage gain of 26.3%.
But truth be told, we weren't being fully rational in making our investment decisions. Our main motivating factor in even considering the purchase was irrationally psychological in nature.
Specifically, we were looking to buy the Red Devils as a psychological hedge for the disappointment that we realized we would be likely facing by the end of the 2015-2016 season as our preferred team in the English Premier League struggled to find its footing.
And though Manchester United was struggling too at the time we began considering buying it, which is why its stock was on sale in the first place, we recognized that the team's deeper organizational strengths would likely carry it through. And that meant that we could offset at least a portion of the amount of any psychological loss we might have by the end of the season with real financial gains.
In the end, that strategy didn't work because we were a nickel below where Manchester United would find its bottom before turning around. It was however fun to think about, which we now describe as that time we almost bought Manchester United. As for our psychological accounts, we are happy to say that we have since been handsomely rewarded by developments in the battle for Lord Stanley's Cup.
Labels: business, investing, sports
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.