61.2 F
Los Angeles
Friday, Mar 28, 2025

LABJ Stock Index: September 30

Rate Cut Breakdown: What You Need to Know

What happened at the September Federal Open Market Committee (FOMC) meeting?

The Federal Reserve changed its policy stance to ensure that the economic cycle will continue. A 50-basis-point move sends a clear message that the Fed wants to support growth, but a bigger move should not be taken as a sign of bigger problems in the economy. Chair Jerome Powell said it himself in his news conference, explaining that this policy pivot is a “recalibration.”

In other words, the decision to cut interest rates is a normalization of monetary policy from a restrictive level, and not an urgent shift to combat a crisis. Powell continued: “The U.S. economy is in good shape… It’s growing at a solid pace. Inflation is coming down. The labor market is in a strong place. We want to keep it there. That’s what we’re doing.”

Despite some stabilization, the recent slowing in the labor market now stands as a bigger risk than inflation. The unemployment rate is still low at 4.2%, but that is up from 3.7% at the start of the year.

Barragan

What can we learn from history about cutting cycles?

The Fed could deliver a lot of rate cuts, and we believe the Fed is likely to achieve a soft landing. The average soft landing cutting cycle over the past 53 years has seen roughly 200 bps of easing, but in the “modern” era, it has only been 75 bps. This cutting cycle, if it meets expectations of another 200 bps of easing through 2025, will be the deepest “soft landing” cutting cycle since 1984–1986.

Above all, cutting cycles hurt cash. If there is one thing we can learn from past rate-cutting cycles, it’s that cash is likely to underperform as yields fall. In all but two of the last 12 cutting cycles, bonds have outperformed cash.

What could it mean for your portfolio?

We encourage investors to use the rate-cutting cycle to their advantage, starting with assessing outsized cash positions. Cash is a necessary part of any lifestyle. Many think of cash as a safe haven or even a source of income when interest rates are high, but cash isn’t designed to beat inflation or produce long-term returns. Even if policy rates settle in a higher range than the last cycle, today’s elevated cash yields won’t last forever.

We believe better opportunities outside of cash exist today, especially for long-term investors looking to grow and compound their wealth over time. Bonds, for example, may provide consistent income and downside protection, while equities may stand to provide long-term capital appreciation.

Rick Barragan is the Managing Director,
Los Angeles Market Manager, for J.P. Morgan Private Bank.
r.barragan@jpmorgan.com | (310) 860-3658
privatebank.jpmorgan.com/los-angeles


Source: J.P. Morgan Private Bank, September 20th 2024, Rate Cut Breakdown: What you need to know now, Sarah Stillpass, Global Investment Strategist, J.P. Morgan Private Bank.

Featured Articles

Related Articles

staff author Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->