Brazil 10-Year Bond Yield Rises After GDP


‘,
buttonPrevHTML: ”,
};

function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);

for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);

if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}

}
}

window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);

The yield on Brazil’s 10-year government bonds has risen to approximately 14.1% as investors reassess growth prospects and fiscal risk. The GDP for the second quarter grew by only 2.2% compared to the previous year, marking the slowest growth in over three years. Additionally, gross fixed capital formation declined by around 2.2%, indicating a cooling off in investment amidst a sustained high Selic rate of 15%, which is tightening credit conditions and dampening business activity. Persistent inflation and a consistently strong labor market complicate the potential for interest rate reductions, maintaining a restrictive monetary policy stance. Meanwhile, Brazil’s public debt is projected to near 79% of GDP by 2025, with a significant portion of federal debt linked to floating rates. This linkage heightens the debt’s sensitivity to interest rate changes and increases term premiums during periods of fiscal or market uncertainty.




Source link

Scroll to Top