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
In Week 3 of July 2017, the S&P 500 continued to set new all time highs, with the newest peak closing value of 2473.83 set on Wednesday, 19 July 2017.
No real surprise there, right? With investors apparently focused on 2018-Q1, the S&P 500 is behaving pretty much as our dividend futures-based forecasting model anticipated.
Coming into the fourth week of July 2017, we anticipate that our dividend forecasting model will be affected by the echoes of past volatility in stock prices during this week and the next, where we expect that our model's projections will fall on the high side of the actual trajectory of the S&P 500. This is an artifact of our model's use of historic stock prices as the base reference points from which we project future stock prices, where we've found that simply "connecting the dots" of the projections on either side of the period affected by the volatility echoes has worked well as a tool to correct the effect. Because of the short duration of the upcoming echo, we'll leave that as an exercise for you!
To help save time and effort, you'll only want to do that with the projections associated with how far forward in time investors are currently focusing their attention. While you can use our alternative futures chart to help determine which point of time in the future investors are focusing upon, we're test driving the CME Group's FedWatch Tool for that purpose.
Here, you will be looking for the timing of when investors are betting real money that the Fed will change its Federal Funds Rate. Currently, the FedWatch tool is indicating the following probabilities of the Fed changing short term U.S. interest rates from their current range of 100-125 basis points (bps, or 1.00%-1.25%) at each of their meetings near the end of upcoming quarters:
Looking at these probabilities, we see that it is not until 2018-Q1 that investors will give the greatest likelihood that the Fed will act to change the Federal Funds Rate by increasing it by 25 bps, which would make that the future point of time to which investors are currently focusing their attention.
Expectations about the Fed's plans for short term U.S. interest rates is however just one of many factors that can affect how far into the future investors are looking today. New information about the business environment for U.S. companies can also drive investors to shift their forward-looking focus to different points of time in the future, which will be a factor throughout the current earnings season now underway, so it will to your advantage to also keep up on that kind of news.
Speaking of which, here are the potentially market-moving headlines that caught our attention during the past week.
For a short list of the week's positive and negative markets and economy news, Barry Ritholtz has you covered!
On an afternote, we incorrectly identified last week as Week 3 of July 2017, which we've since corrected in that previous post. This is an unfortunate consequence of our spending much of our time in the future, where we occasionally lose track of exactly where we are when we shift back to the present (it's timey-wimey, wibbly-wobbly stuff - just bear with us and we'll eventually get it sorted out!)
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.