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
A dovish inflation report lifted the S&P 500 (Index: SPX) during the trading week ending on Friday, 14 July 2023. The index rose 2.4% from the previous week's close to end the week at 4505.42.
Inflation came in lower than expected, which increased the likelihood the Federal Reserve's series of rate hikes that began in March 2022 is now much nearer its end.
That news combined with improving expectations for future dividends and thecombination of these factors boosted the outlook for the S&P 500. The dividend futures-based model adapted to these changes by shifting the potential trajectories for the S&P 500 upward. The latest update to the alternative futures chart shows the result of these changes to the model's projected future.
It also shows the actual trajectory of the S&P 500 is coming to the end of the redzone forecast range we introduced three months ago. As it does, it appears set to track along with the alternative trajectories for either 2023-Q4 or 2024-Q1. Assuming it does, it will represent a shift in the forward-looking focus of investors away from the current quarter of 2023-Q3 toward a more distant time horizon.
Although there's little difference in the level of stock prices projected between the two more distant future quarters, we think it's more likely investors will focus on 2023-Q4 because it coincides with the decisions that will determine when peak for the Fed's rate hikes will occur.
That can be seen in how those expectations changed during the past week. The CME Group's FedWatch Tool anticipates the Federal Reserve will hike the Federal Funds Rate by just a quarter point to a target range of 5.25-5.50% when it meets on 26 July (2023-Q3). After that, the FedWatch Tool now gives better than 50% odds the Fed's series of rate hikes that began in March 2022 will see just one more at its 1 November (2023-Q4) meeting, before potentially reversing to reduce the Federal Funds Rate as early as 13 December (2023-Q4). The FedWatch Tool goes on to indicate investors expect the Fed pursue a series of quarter point rate cuts at six-to-twelve-week intervals during 2024.
There was more information that helped set investor expectations during the second week of July 2023. Here's our summary of the week's market-moving headlines.
The Atlanta Fed's GDPNow tool estimate of the real GDP growth rate for current quarter of 2023-Q2 increased to +2.3% from the forecast +2.1% growth rate recorded a week earlier.
Image credit: Stable Diffusion DreamStudio Beta: "bull running down Wall Street, good day for stock market, digital concept art".
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.