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) followed the trajectory associated with investors focusing on 2022-Q3 in the week ending the second quarter of 2022. Unfortunately for investors, that trajectory points downward, so the index ended the week much lower than it began and worse, ended up back in bear market territory.
Not that such an outcome is surprising in the current market environment. If you regularly follow our S&P 500 chaos series, you'll recall the following analysis:
We think investors will, once again, shift their forward-looking attention toward 2022-Q3, because what actions the Fed will take next as it scrambles to get ahead of inflation will hold the focus of investors on this quarter. We've updated the alternative futures chart to add a new redzone forecast range to indicate where stock prices will likely go during the next several weeks, also assuming no deterioration of expected dividends or outbreaks of noise in the market.
In the very short term, that redzone forecast range suggests a higher level for the index, but one that could be relatively short-lived. We peeked ahead at the dividend futures-based model's projections for 2022-Q3, and see that the redzone range continues to drop to roughly where stock prices are today.
Those observations are from 21 June 2022, before any of what we described went on to happen, which is visualized in this chart.
Next week, we'll feature a first look at the dividend futures-based model's projections for 2022-Q3, which will begin with investors focusing upon this quarter.
Until then, here's our recap of the past week's market moving headlines, in which we find the growing potential for recession is commanding the attention of investors.
The CME Group's FedWatch Tool is still projecting half point rate hikes for both July and September 2022 (2022-Q3) with quarter point rate hikes at six-week intervals after that through 2022-Q4 and 2023-Q1, topping out in a range between 3.50 and 3.75% in February 2023. After that, the tool now projects quarter point rate cuts in both March (2023-Q1) and May (2022-Q2), anticipating a recession requiring that action.
Speaking of which, the Atlanta Fed's GDPNow tool now projects real GDP will shrink by 2.1% for the just ended quarter of 2022-Q2, falling that much from last week's zero growth reading. U.S. Treasury Secretary Janet Yellen's "two quarters of negative growth as a good rule of thumb to indicate a recession" may have been met in the first half of 2022.
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.