Explain loan approval and denial decisions with full regulatory compliance. Use when generating adverse action notices, explaining credit decisions to applicants, producing Reg B/ECOA-compliant reason codes, or when loan officers need decision transparency for borrower-facing communications.
Generate clear, compliant explanations of loan approval or denial decisions. This skill produces borrower-facing narratives that satisfy Regulation B adverse action notice requirements, ECOA fair lending obligations, and internal audit documentation standards. Explanations decompose the decision into contributing factors—credit score, DTI, employment stability, collateral, and policy overlays—ranked by materiality.
| Input | Description | Format |
|---|
| Application data | Borrower demographics, income, employment, assets | JSON or tabular |
| Credit bureau pull | FICO score, tradeline summary, derogatory marks | Bureau report extract |
| Decision output | Approve/deny/counter-offer with conditions | Decision engine output |
| Reason codes | Top 4 adverse action reason codes (if denial) | Standard reason code set |
| Product parameters | Loan type, term, requested amount, LTV | Loan product spec |
| Policy overlays | Any investor or institution-specific overlays applied | Policy rule set |
Extract the binary decision (approve/deny/counter), the scorecard tier, and all triggered rules. Map each triggered rule to its human-readable policy description. Identify whether the decision was purely model-driven, policy-overlaid, or manually overridden.
Order the decision factors by their marginal contribution to the outcome:
For denials and adverse actions, map the top contributing factors to the standardized adverse action reason codes (OCC/FFIEC model codes or proprietary mappings). Select the top 4 reason codes ranked by impact. Verify codes align with the actual decision drivers—never use generic placeholders.
Compose a plain-language explanation that:
Generate a parallel internal document that includes:
Cross-check the explanation against fair lending red flags:
Package the explanation into the required format: adverse action notice (denial), statement of credit terms (approval with conditions), or counter-offer letter. Include all regulatory disclosures, timing requirements (30-day notice window), and delivery method documentation.
## Loan Decision Explanation
### Decision Summary
- **Application ID**: [ID]
- **Decision**: [Approved / Denied / Counter-Offered]
- **Date**: [Decision date]
- **Product**: [Loan type and term]
### Primary Decision Factors (Ranked)
1. [Factor]: [Plain-language explanation with specific values]
2. [Factor]: [Plain-language explanation with specific values]
3. [Factor]: [Plain-language explanation with specific values]
4. [Factor]: [Plain-language explanation with specific values]
### Adverse Action Reason Codes (if applicable)
- Code [X]: [Description]
- Code [Y]: [Description]
- Code [Z]: [Description]
- Code [W]: [Description]
### Regulatory Disclosures
- Credit score used: [Score] from [Bureau] (range [XXX]–[XXX])
- Right to free credit report within 60 days from [Bureau contact]
- Right to dispute accuracy of information with [Bureau]
### Internal Audit Trail
- Scorecard version: [ID]
- Policy overlay version: [ID]
- Override: [Yes/No — if yes, justification and approver]
- Fair lending flag: [None / Flagged for review — reason]
Apply the FACT framework for every explanation:
Example 1 — Conventional Mortgage Denial
Input: FICO 612, DTI 48%, LTV 95%, 2 years employment, 1 month reserves Decision: Denied Explanation: "Your application for a 30-year conventional mortgage was not approved. The primary factors were: (1) your credit score of 612 is below the minimum threshold of 640 for this program; (2) your total debt-to-income ratio of 48% exceeds the maximum of 45%; (3) your available reserves of 1 month are below the 2-month minimum required for loans with LTV above 90%."
Example 2 — Auto Loan Approval with Conditions
Input: FICO 695, DTI 38%, employment 5 years, requested $35,000 Decision: Approved at Tier 2 pricing Explanation: "Your auto loan application has been approved for $35,000 at 6.49% APR for 60 months. Your rate reflects Tier 2 pricing because your credit score of 695 falls in the 680–719 band. A score of 720 or above would qualify for our best rate of 4.99% APR."