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) continued its upward trajectory in trading week ending 21 July 2023. The index closed the week at 4536.34 with a week-over-week gain of 0.7%.
The main factors lifting the market during the week were positive bank earnings reports and additional data indicating tamer-than-previously expected inflation. Of these, the positive news for banks, particularly regional banks that reports earnings during the week, boosted the market because it indicates the negative factors that sunk Silicon Valley Bank, Signature Bank, and First Republic Bank earlier in the year are now relatively contained.
The news pointing to tamer-than-expected inflation was also positive, because it reduced the probability of another rate hike beyond the quarter point increase in the Federal Funds Rate expected to be announced at the end of the Fed's two-day meeting next week on Wednesday, 26 July 2023. In the previous edition of the S&P 500 chaos series, investors were giving a greater-than-50% probability of one more rate hike that would take place during 2023-Q4, which now appears off the table.
Investors however remain focused on 2023-Q4 after having set their forward-looking attention on that quarter in the previous week. The following update to the dividend futures-based model's alternative futures chart shows the level of the S&P 500 at the end of the third week of July 2023 is consistent with that forward time horizon.
The chart also shows we've fully exited the period of the redzone forecast range we first added to the chart in early April 2023. Longtime readers know we add these ranges to the alternative futures chart when we recognize the past volatility of stock prices, which the dividend futures model uses as the base reference points for projecting the future for the S&P 500 index, will affect the accuracy of its projections for a sustained period of time by more than a few percent.
Because this latest redzone forecast range spans such a long period of time and breaks across regular calendar quarters, we thought it might be interesting to show it all in one chart. The following chart covers the period from 30 March 2023, or shortly before the last redzone forecast range was first added to the alternative futures chart, through 21 July 2023, which extends several days past the end of the added forecast range. We've also animated the chart to show how the forecast range changed between the snapshot dates of 6 April 2023 and 21 July 2023.
Perhaps the most remarkable thing illustrated by the chart is how little the projected future level of the forecast range changed from the "before" to the "after" snapshot. Stock prices largely behaved as expected, within the range expected, over the 15 weeks covered by the redzone forecast range.
Let's wrap up both these charts with our summary of the past week's market moving headlines:
The CME Group's FedWatch Tool continues to project the Federal Reserve will hike the Federal Funds Rate by just a quarter point to a target range of 5.25-5.50% after it meets next week on 26 July (2023-Q3). Looking beyond that, the FedWatch Tool now says that's the peak for the Fed's series of rate hikes that began back in March 2022, where rates will hold at that level through January 2024. The tool then anticipates the Fed will swing into reverse and start cutting rates by a quarter point at six-to-twelve week intervals during 2024.
The Atlanta Fed's GDPNow tool estimate of the real GDP growth rate for current quarter of 2023-Q2 ticked up to +2.4% from the +2.3% growth rate projected a week earlier.
Image credit: Charging Bull Statue by Petr Kratochvil via PublicDomainPictures.net.
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.