AI Tools for Banking: Claude for Commercial and Retail Banking
How bankers use Claude for credit underwriting, loan covenant analysis, NIM modeling, deposit pricing, CECL allowance estimation, and bank stress testing (DFAST, Basel III).
AI in Banking: From Credit to Capital
Commercial and retail banking involves intensive analytical work — credit underwriting, covenant monitoring, capital planning, and regulatory compliance. Claude with ClaudeFinLab handles the quantitative and documentation layers, enabling bankers to process more deals, identify risks faster, and produce better regulatory submissions.
Commercial Credit Underwriting
Credit analysis is the core skill of commercial banking. AI accelerates the spreading and analysis while bankers make the credit judgment:
- "Spread these financials for ABC Manufacturing (3 years of income statements, balance sheets, cash flows). Compute: revenue growth CAGR, EBITDA margin, leverage (Debt/EBITDA), interest coverage (EBITDA/interest), fixed charge coverage, current ratio, and quick ratio. Flag any metrics that breach typical bank covenant levels."
- "Write a credit memo for a $4.5M term loan to a regional logistics company: 8.2x EBITDA leverage, 3-year repayment, secured by trucking fleet and A/R. Include: borrower description, purpose of loan, repayment sources (primary: operating cash flow, secondary: collateral liquidation), risk factors, and recommended covenants."
- "Score this middle-market borrower using a risk rating model: revenue $28M, EBITDA margin 12%, total debt $8.4M, senior secured, owner-managed, industry: specialty distribution. Map to internal risk grade 1-10 with rationale."
Covenant Monitoring and Compliance
- "Test covenant compliance for this borrower against their loan agreement: (1) Leverage Ratio ≤ 4.0x — actual 3.8x Debt/EBITDA. (2) Fixed Charge Coverage Ratio ≥ 1.20x — actual 1.18x. (3) Minimum Liquidity $1M — actual $1.4M. Identify any covenant breaches and draft the compliance certificate."
- "The borrower's Q3 EBITDA was $2.1M vs Q3 prior year $2.8M. Leverage ratio has moved from 3.2x to 4.4x. Their covenant is 4.0x. Draft the covenant waiver request and assess whether a fee and amendment are appropriate."
Net Interest Margin (NIM) Modeling
NIM is the core profitability driver for banks — the spread between asset yields and funding costs:
- "Model NIM sensitivity for a community bank balance sheet: $500M earning assets (60% floating rate, 40% fixed), $420M interest-bearing deposits (40% repricing within 90 days). Current NIM: 3.42%. Shock rates +100bps, +200bps, -100bps. What is the NIM impact under each scenario?"
- "Analyze deposit beta for this bank: Fed funds increased 525bps over 18 months; bank's average deposit rate increased 185bps. What is the deposit beta? How does this compare to the industry median (~40%) and what does it imply about NIM compression going forward?"
- "Build an asset/liability gap report: bucket assets and liabilities into repricing intervals (0-3M, 3-12M, 1-3Y, 3-5Y, 5Y+). Compute the cumulative gap and economic value of equity (EVE) sensitivity."
CECL Allowance Modeling (ASC 326)
- "Estimate CECL allowance for a $120M C&I loan portfolio: segment by risk grade (1-3: 0.25% LGD, 4-6: 1.2% LGD, 7-8: 8.5% LGD, 9-10: 35% LGD). Weights: grade 1-3: 45%, grade 4-6: 38%, grade 7-8: 12%, grade 9-10: 5%. Compute the reserve and coverage ratio."
- "Apply a reasonable and supportable forecast to the CECL model: baseline unemployment 4.2%, adverse scenario 7.8% (30% weight), severely adverse 10.5% (10% weight). Adjust PD estimates by +0.4% per 1% increase in unemployment above baseline."
Stress Testing and Capital Adequacy
- "Run a simplified DFAST stress test for a $2B asset bank: Adverse scenario — unemployment peaks at 8%, GDP contracts 2.5%, 10-year Treasury rises 200bps. Loan losses: C&I 3.2%, CRE 4.8%, residential mortgage 1.6%, consumer 5.4%. Compute pre-provision net revenue, provision expense, and CET1 ratio under stress."
- "Compute Basel III risk-weighted assets: $50M cash (0% RW), $80M US Treasuries (0% RW), $120M agency MBS (20% RW), $340M C&I loans (100% RW), $90M CRE loans (100% RW), $40M past-due loans (150% RW). What is total RWA and CET1 ratio at $38M CET1 capital?"
Deposit Pricing and Liquidity
- "Build a deposit pricing strategy for a $400M community bank competing against online banks offering 5.10% APY on savings. Our current cost of funds: 2.85%. What deposit repricing cadence maximizes deposit retention while managing NIM compression?"
- "Compute the Liquidity Coverage Ratio (LCR): HQLA = $45M (cash $20M + UST $25M). Net cash outflows over 30-day stress: $62M outflows (retail deposits 5% runoff, wholesale 25% runoff) — $18M inflows. What is the LCR and does it meet the 100% minimum?"
Regulatory note: Bank credit decisions require human judgment and comply with fair lending laws (ECOA, Fair Housing Act). AI tools are analytical aids for bankers — they do not replace credit approval authority. All credit analysis must be reviewed by a qualified credit officer.
Recommended MCP Setup
{
"mcpServers": {
"claudefinlab-credit": {
"url": "https://claudefinancelab.com/credit/sse",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
},
"claudefinlab-riskmodeling": {
"url": "https://claudefinancelab.com/riskmodeling/sse",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}