Slovenia Consumer Confidence Unchanged in Oct…


‘,
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);

In October, Slovenia’s consumer confidence indicator held steady at -25, showing no change from September. Households showed slightly less pessimism regarding the 12-month outlook for the broader economy, with a slight improvement in sentiment at -34 compared to -36 in the previous month. Meanwhile, perceptions regarding their personal financial situations remained constant at -15, and views on price trends for the coming year also stayed unchanged at 51. However, there was a minor decrease in optimism concerning future unemployment, moving from 21 to 20. Similarly, expectations for significant purchases and savings worsened, with scores declining to -30 from -27 and -20 from -19, respectively.




Source link

Scroll to Top