spirograph single color
Bg Color
Line Color
spirograph multicolor
Bg Color
Elementor #14809
BSNL Pension DR (IDA) Calculator
Elementor #14799
Goodworld Income Tax Calculator
Choose Financial Year:
PPF, ELSS, LIC premium, etc. (max: 1.5L)
*Note: Deductions for Senior Citizens are automatically calculated based on your interest income.
Includes Section 80CCD(1) and 80CCD(1B)
Donations to recognized funds/charity.
Deductions under other sections not listed above.
NEW REGIME TAX
Recommended
₹ 0
OLD REGIME TAX
Recommended
₹ 0
IMPORTANT: INCOME TAX SLAB RATES
1. New Tax Regime (FY 2025-26 & 2026-27)
1. Up to ₹4,00,000Nil
2. ₹4,00,001 - ₹8,00,0005%
3. ₹8,00,001 - ₹12,00,00010%
4. ₹12,00,001 - ₹16,00,00015%
5. ₹16,00,001 - ₹20,00,00020%
6. ₹20,00,001 - ₹24,00,00025%
7. Above ₹24,00,00030%
2. Old Tax Regime
Disclaimer: These are estimated figures based on current laws. Users may check their income tax liability on the Income Tax Department's official website.
×
Goodworld Tax Summary
Elementor #14783
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('