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 trading week ending on Friday, 10 October 2025 saw the S&P 500 (Index: SPX) drop over 2.4% from its previous week's close. The index closed the week at 6,552.50.
All of that loss came on Friday, 10 October 2025, which fully qualified as interesting after President Trump indicated he was considering breaking of a meeting with China's premier and was considering new, large tariffs on China. The announcement followed China's action earlier in the week to expand its export controls on rare earths and other materials that are vital to several industries in the United States.
The S&P 500 lost 2.71% of its value from the previous day's close following President Trump's comments, while the tech-heavy NASDAQ Composite (Index: COMP) lost 3.56%. By contrast, the price-weighted Dow Jones Industrial Average (Index: DJI) which has lesser exposure to the tech sector, lost 1.9%.
The latest update of the alternative futures chart finds the trajectory of the S&P 500 is still tracking along with the dividend futures-based model's projection associated with investors focusing their forward-looking attention on 2026-Q2, but went from a little below the middle to the low end of that expected range.
We'll be paying attention in the upcoming weeks to the market-moving headlines to determine whether the reignition of 2025's US-China tariff war represents a regime change for the market. The potential is there given what happened earlier this year. Through Friday, 10 October 2025 however, it's too early to make that determination as we cannot yet reject the hypothesis its a noise event and investors remain focused on 2026-Q2 whose projections are defined by the market regime that took hold on and after 28 April 2025.
Here are the market-moving headlines for the trading week ending on 10 October 2025.
The CME Group's FedWatch Tool projects a greater than 97% probability of two more quarter point cuts in 2025, coming on 29 October (2025-Q4) and 10 December (2025-Q4). In 2026, the FedWatch tool now forecasts a slower pace for additional rate cuts, with a 95% probability for a quarter point rate cut on 18 March (2026-Q1) and an 80% probability of another quarter point rate cut on 17 June (2026-Q2).
The Atlanta Fed's GDPNow tool projection of real GDP growth in the U.S. during the current quarter of 2025-Q3 held steady +3.8% with data reports on hold because of the Senate Democrats' ongoing refusal to fund government operations. That refusal led to the announcement of mass firings on Day 10 of the shutdown that resulted from their actions.
We've probably given it more electronic ink than it deserves, but the government shutdown once again failed to have any real market-moving impact. We are however tracking it because the announcement of mass firings of nonessential U.S. government employees on Friday, 10 October 2025 would affect U.S. employment data, which in turn, would influence how the Federal Reserve sets its monetary policies.
On a final note, sharp-eyed readers will recognize we've reused our editorial cartoon from 7 April 2025. It's one of our favorites and is, once again, timely!
Image credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon of a frightened Wall Street bull and a very excited Wall Street bear reacting to a news ticker that says 'TARIFF WAR'".
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.