Real-world IFRS 9 metrics from Canada's Big 5 banks
Total Gross Loans
Combined portfoliosTotal ECL Allowance
0.88% of gross loansAvg NPL Ratio
Non-performing loansCoverage Ratio
ECL / NPL| Bank | Gross Loans CAD Billions |
Total ECL CAD Millions |
ECL Ratio % of Loans |
NPL Ratio % |
Coverage ECL/NPL |
|---|
| Product Type | % of Loans | ECL Ratio |
|---|---|---|
| Residential Mortgages | 45% | 0.15% |
| Commercial Loans | 30% | 1.20% |
| Consumer Loans | 15% | 1.80% |
| Credit Cards | 8% | 3.50% |
| Other | 2% | 1.00% |
Canadian banks maintain ECL allowances averaging 0.88% of gross loans, well above minimum requirements. Coverage ratios around 195% indicate strong provisioning against non-performing loans.
Approximately 93.5% of loans remain in Stage 1 (performing), reflecting strong credit quality. NPL ratios below 0.5% are among the lowest globally for major banks.
Residential mortgages dominate portfolios at ~45% of loans but carry low ECL ratios (0.15%) due to strong collateral backing and historically low default rates in the Canadian housing market.
Credit cards show the highest ECL ratios at 3.5%, reflecting higher default probabilities and minimal recovery rates for unsecured consumer debt despite representing only 8% of total loans.
This page loads data from /data/bank-benchmark-data.json. To update with real quarterly data:
Visit quarterly earnings reports from bank investor relations:
Look for these sections in the quarterly report:
Key metrics to extract:
Edit /data/bank-benchmark-data.json with the extracted data:
{
"metadata": {
"lastUpdated": "2025-Q1", // Update quarter
"source": "Bank Quarterly Reports"
},
"banks": [
{
"name": "RBC",
"reportingPeriod": "Q1 2025",
"grossLoans": 490.5, // Update from financial statements
"eclAllowance": 4350,
"stage1Loans": 458.2,
// ... update all fields
}
]
}
The page will automatically recalculate ECL ratios, NPL ratios, and coverage ratios from the raw data.