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 Independence Day holiday-shortened trading week saw the S&P 500 (Index: SPX) power higher to reach new record highs throughout the trading week. Overall, the index rose 1.7% over its preceding week's close to end the week at 6,279.40.
Several market-moving news events combined to produce this positive result for S&P 500 investors. On Monday, weekend headlines that Canada pulled the plug on its digital services tax boosted U.S. tech stocks after President Trump had suspended trade talks with Canada because of the new tax.
After taking a proverbial 'breather' on Tuesday, Wednesday saw the announcement of a major trade deal with Vietnam, which pushed the market higher. Finally, Thursday saw a better-than-expected jobs report and also the U.S. Congress' passage of President Trump's tax bill, which avoids a massive tax increase from taking effect in 2026 because of the expiration of President Trump's 2017 tax cuts.
And that doesn't even include the noise around when and by how much the Federal Reserve will cut U.S. interest rates!
The latest update of the alternative futures chart shows the rising trajectory of the S&P 500 during the week that was.
Although the index' trajectory is overlapping the trajectory associated with investors focusing on the distant future quarter of 2026-Q2, we think based on the recent history of the index and the context provided by the week's market moving headlines that investors are still fixed on 2025-Q4 in setting current day stock prices.
By recent history, we observe that investors shifted their attention to 2025-Q4 several weeks ago, with the level of the S&P 500 consistently running to the underside of that alternative path by a small percentage. We think that's continued in this past week, mainly because nothing in the contemporary headlines points to any new information that would compel investors to shift their focus out to a more distant point of time in the future.
What the headlines of recent weeks do indicate is quite a lot of attention on how the Federal Reserve will be setting the U.S.' Federal Funds Rate through the rest of 2025, particularly with respect to how many rate cuts there will be in the fourth quarter.
Speaking of which, here are the week's market moving headlines:
The CME Group's FedWatch Tool projects the Fed will continue holding the Federal Funds Rate in a target range of 4.25-4.50% until its 17 September (2025-Q3) meeting, when it is expected to cut the rate by a quarter percent. Beyond that date, the FedWatch tool anticipates additional quarter point rate cuts on 10 December (2025-Q4) and on 28 January (2026-Q1), which is a little less aggressive than its projections from a week earlier, and is why we think 2025-Q4 is still the dominant focal point on investors' time horizon.
The Atlanta Fed's GDPNow tool projection of real GDP growth in the U.S. during the current quarter of 2025-Q2 dipped to +2.6% from the +2.9% level forecast the previous week.
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a Wall Street bull celebrating the S&P 500 hitting new record highs".
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.