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
The S&P 500 (Index: SPX) didn't implode during the third week of September 2019, as the results of the drone and missile attacks on Saudi Arabia's oil fields proved to be less disruptive to global oil supplies than initially feared. At the same time, the potential for an immediate escalation in the conflicts between Saudi and Iranian interests in the Middle East was avoided, which allowed oil prices to return to lower, but still elevated levels after spiking sharply upward on Monday, 16 September 2019 in the initial response to the attacks.
And then, there was the Fed. The Fed acted to cut short term interest rates in the U.S. by another quarter point on Wednesday, 18 September 2019, which prompted a negative spike in the U.S. stock market immediately after the announcement, which then quickly dissipated after top Fed officials hinted at the return of its quantitative easing programs in upcoming months.
So while there was more than one major fireworks show that could churn up stock prices during the week, the potential effect on the S&P 500 was largely suppressed. If it weren't for Friday, 20 September 2019 being a quad witching day, marking the end of multiple futures contracts and raising the probability of volatility from the all the associated trading activity, the overall change in the S&P 500 would have been suppressed to be within a point of where it closed the previous week. With the quad witching day however, the S&P 500 still ended the third week of September 2019 just 15.32 points lower than it closed the previous week.
Consequently, investors maintained their focus on the distant future quarter of 2020-Q1 in setting stock prices throughout the week, where stock prices ended the week just about exactly where our dividend futures-based model would put them with that particular focal point:
Sharp-eyed, regular readers will also recognize that we've removed the tan-shaded areas we added shortly after the 31 July 2019 - 5 August 2019 Lévy flight event, which began after the Fed shook investor expectations for future interest rate cuts.
That's because the model has continued to work well in anticipating future stock prices without adjustment, where the Fed's meeting this week provided us with the opportunity we needed to confirm its calibration. The trajectory of stock prices during this past week has proven to be well within the range of values we would expect if investors were closely focused on 2020-Q1, so the model is performing well in the current environment, as the flow of new information helps explain why they have kept their attention on that future quarter.
Speaking of the flow of new information, here are the headlines we tagged during the week that was for their market-moving potential:
Need a bigger picture on what happened in the third week of September 2019? Barry Ritholtz has you covered, providing a list of 6 positives and 6 negatives he found in the week's economics and market-related news.
The easy question for the weeks ahead is: "what will happen to stock prices if investors shift their attention to another point of time in the future?" The answer to that is a simple problem in quantum kinematics. The big money question is: "how long will investors be compelled to hold their attention on 2020-Q1 before they shift it to a different point of time in the future?"
And regardless of how you might answer that question, how would you set up your investing strategy to take advantage of any such shift when it might develop into an opportunity?
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.