Bank Pension D.R. Calculator (Feb 2026)
Select Retirement Period
Prior to 01.11.1992
01.11.1992 to 31.03.1998
01.04.1998 to 31.10.2002
01.11.2002 to 31.10.2007
01.11.2007 to 31.10.2012
01.11.2012 to 31.10.2017
01.11.2017 to 31.10.2022
On or after 01.11.2022
Net Increase in Monthly D.R.
₹0
Existing (Jan 2026)
Revised (Feb 2026)
Disclaimer: These results are for informational purposes only, based on current IBA/AIBEA circulars and Ex-Gratia charts effective from 1 Nov 2022. While every effort is made to ensure accuracy, please consult your pension-paying branch or official HRMS portals for final verification.
Basic Pension:₹${basicValue.toLocaleString()}
D.R.:₹${dr.toLocaleString()}
Ex-Gratia:₹${exGratia.toLocaleString()}
Total Pay:₹${gross.toLocaleString()}
Less Comm:- ₹${commValue.toLocaleString()}
Net Pension:₹${(gross - commValue).toLocaleString()}
`;
document.getElementById('res-existing').innerHTML = ui(drJan, grossJan);
document.getElementById('res-revised').innerHTML = ui(drFeb, grossFeb);
}
function resetCalculator() {
document.getElementById('inp-basic').value = '';
document.getElementById('inp-comm').value = '';
document.getElementById('inp-period').selectedIndex = 0;
document.getElementById('results-area').style.display = 'none';
document.getElementById('print-btn').style.display = 'none';
}
function printResults() {
const content = document.getElementById('bank-pension-calculator').innerHTML;
const printWindow = window.open('', '', 'height=600,width=800');
printWindow.document.write('Discover more from Blissful Life
Subscribe to get the latest posts sent to your email.