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 story of what happened to the S&P 500 (Index: SPX) in the past is a simple one. After running into President Biden's wall of inflation the previous week, the index plunged into bear market territory. Through the end of the trading week ending 17 June 2022, the index was 23.4% below its 3 January 2022 record high peak.
From our perspective, after the May 2022 inflation report came in higher than expected, investors sent the S&P 500 lower in a new Lévy flight event, the seventh of 2022, as investors scrambled to shift their attention back toward 2022-Q2 from 2022-Q3. But with the expiration of 2022-Q2's dividend futures contracts on Friday, 17 June 2022, the market has effectively entered 2022-Q3, even though the calendar quarter won't click over for another two weeks.
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.
We can also confirm the bubble the Federal Reserve inflated for the S&P 500 through its coronavirus pandemic response has now fully deflated. We'll explore the data supporting that assessment later this week.
Here are the market-moving headlines in the week the Federal Reserve was forced to hike the Federal Funds rate by 0.75%, its largest rate hike since 1994.
After the Fed's 15 June 2022 three-quarter point rate hike, the CME Group's FedWatch Tool projects half point rate hike for both July and September 2022 (2022-Q3), then another half point rate hike in early November (2022-Q4). Beyond that the FedWatch tool anticipates three quarter point rate hies at six-week intervals from December (2022-Q4) and again in February 2023 (2023-Q1), topping out in the 3.75-4.00% range.
The Atlanta Fed's GDPNow tool turned even more pessimistic in the past week. Its forecast of real GDP growth of 0.0% for the U.S. in 2022-Q2 is down from last week's projection of 0.9% annualized growth. If that holds, it suggests the U.S. economy is in the midst of experiencing two consecutive quarters of real GDP shrinkage, which many people associate with the economy being in recession.
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.