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);
Nickel futures climbed to $15,450 per tonne in September, marking a one-month high as production cuts temporarily mitigated the excess supply from leading producers. Specifically, the output of nickel pig iron in Indonesia, the leading global producer, decreased by 1.7% in July, compared to the previous month, due to deferred restarts of certain smelters. Although prices rebounded, they remained confined within a narrow range for the year, hovering near the lowest levels since Indonesia imposed a ban on ore exports in 2020. This prompted major nickel consumers to establish refining operations within Indonesia, resulting in a significant increase in capacity and subsequent supply surpluses. In response, the Indonesian government reduced nickel mining quotas to 150 million tons for this year, effectively cutting global supply by 35% from current levels. Nevertheless, the persistently low bidding prices throughout the year suggest that the market does not perceive these constraints as sufficient to reduce the prevailing oversupply situation.
