RBI Proposes Overhaul of Credit Risk Framewor…


‘,
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 Reserve Bank of India (RBI) announced plans on Tuesday to revise how banks determine risk weightings for loans and implement the Expected Credit Loss (ECL) framework. This initiative is part of the RBI’s efforts to align domestic banking regulations with international standards. Among the proposed changes, the central bank aims to modify capital requirements, or risk weightings, across various loan categories. Notable adjustments involve differentiated risk weights for corporate loans, loans to micro, small, and medium enterprises (MSMEs), and real estate exposures. Additionally, the RBI proposed classifying “transactors”—credit card users who regularly pay off their balances promptly—under the regulatory retail segment.




Source link

Scroll to Top