Skip to content

Fair Lending and Credit AI: When the Algorithm Discriminates

The CFPB's adverse action notice requirement doesn't care whether a denial came from a human or a gradient-boosted tree. Proxy discrimination in credit AI is as illegal as direct discrimination. Here's the governance framework that keeps models compliant.

By AIPMO
Published: · 9 min read
PM Takeaways
  • Disparate impact in credit AI is not a theoretical risk — it is active enforcement. The Massachusetts AG’s July 2025 settlement with Earnest Operations required $2.5 million, a formal AI governance program, and mandatory disparate impact testing as an ongoing compliance obligation. The test your model must pass is not performance accuracy. It is whether the model produces equitable outcomes across demographic groups in your specific applicant population.
  • The CFPB’s less discriminatory alternative (LDA) standard is now operationally active. If a model with comparable predictive performance would produce smaller demographic disparities, using a more discriminatory model may be legally indefensible. LDA analysis is a required step in fair lending compliance for AI underwriting — not an optional analysis your team performs if someone raises a concern.
  • Proxy discrimination does not require a protected characteristic in the model inputs. Variables like cohort default rate, ZIP code, prior utilization, and employment industry can function as demographic proxies in your specific applicant pool. Proxy variable analysis is a required testing step — mapping inputs against the demographic composition of your applicants to identify which variables carry discriminatory signal.
  • Training AI models on historical human underwriting decisions imports the biases of those decisions into the model. Before using historical approval/denial data as training labels, analyze it for documented bias. Unexplained discretionary exceptions are a red flag.
  • State enforcement is accelerating. California, Oregon, and New Jersey have all issued guidance applying existing consumer protection and anti-discrimination laws to AI credit decisions. Map your applicable state requirements by lending jurisdiction before deployment, not after a complaint is filed.

Credit AI is where fair lending law and machine learning collide most directly. The Equal Credit Opportunity Act has prohibited credit discrimination since 1974. What has changed is the mechanism: instead of a loan officer making a subjective judgment, an algorithm scores millions of applications using patterns learned from historical data. The patterns the algorithm learns may be statistically powerful predictors of default — and simultaneously discriminatory in ways that would not have been visible in a loan officer’s decisions.

The July 2025 Earnest Operations settlement crystallized what regulators expect. A student loan company trained AI models on historical underwriting decisions without testing whether those decisions encoded bias. It used a government-published variable as a model input without testing whether that variable produced discriminatory outcomes. It issued adverse action notices that did not reflect the actual reasons the model produced. The result: $2.5 million, a formal governance program, and ongoing compliance reporting to the AG’s office.


Why Credit AI Is Amplified for Fair Lending Risk

AI changes the fair lending question. An algorithm does not have implicit bias in the human sense — but it learns statistical patterns from data that was generated by a history of biased human decisions, unequal access to capital, and residential segregation. Those patterns can produce discriminatory outputs even without discriminatory intent.

The CFPB’s August 2024 comment to the Treasury stated explicitly that courts have held that an institution’s decision to use algorithmic decision-making tools can itself constitute a policy that produces bias under the disparate impact theory. Choosing to deploy AI is a policy decision with fair lending consequences.

Two dynamics amplify the risk. First, AI models are deployed at scale — a human underwriter makes thousands of decisions per year; an AI model makes millions. Discriminatory patterns that would be difficult to detect in a sample of human decisions become statistically visible in AI output. Second, AI models often use non-traditional data that applicants cannot easily challenge.


The Earnest Case: All Three Failure Mechanisms

The July 10, 2025 Massachusetts AG settlement illustrates all three mechanisms of algorithmic fair lending failure simultaneously:

  • The proxy variable failure: Earnest’s model used the federal Cohort Default Rate — the average student loan default rate for a borrower’s alma mater — as an underwriting input. HBCUs and minority-serving institutions have higher CDR rates because their students historically had less wealth and less access to economic opportunity — not because their graduates are less creditworthy. Every applicant from an HBCU was penalized for the average financial circumstances of past students, regardless of individual qualifications.
  • The discretion failure: Earnest’s written policies required senior approval for overrides. In practice, underwriters exercised undocumented discretion freely. Internal communications showed underwriters were sometimes uncertain how to decide. The model was trained on those discretionary decisions. The bias was baked into the training labels.
  • The adverse action notice failure: The notices did not reflect the actual reasons the model produced. The remediation requirements define the minimum standards state AG offices now expect: stop using CDR, stop using the immigration knockout rule, develop written fair lending testing policies, establish an AI governance oversight team, and conduct ongoing disparate impact testing.

The Legal Framework

ECOA and the Disparate Impact Standard

The Equal Credit Opportunity Act prohibits discrimination in any credit transaction on the basis of race, color, religion, national origin, sex, marital status, age, and receipt of public assistance. The disparate impact theory — a practice is discriminatory if it produces statistically significant adverse outcomes for a protected class, even without discriminatory intent — is established in ECOA case law and confirmed in CFPB guidance.

The practical test for AI credit models: compare approval rates, denial rates, pricing, and terms across demographic groups. A model that approves 80% of white applicants and 60% of Black applicants with equivalent credit profiles has a potentially unlawful disparate impact, regardless of whether any protected characteristic appears in the model inputs.

The Less Discriminatory Alternative Standard

The LDA standard is the most operationally demanding aspect of current CFPB fair lending guidance for AI. Institutions must search for and consider LDAs as part of their fair lending compliance program. Before deploying a model that produces demographic disparities, test whether alternative models with comparable predictive performance produce smaller disparities. If an LDA exists and the institution does not use it, the disparate outcomes are harder to defend as business necessity.

State Enforcement

State / AuthorityAction / GuidanceImplication for AI Lending
Massachusetts AG (July 2025)$2.5M settlement with Earnest Operations for AI underwriting bias.Proxy variable analysis and disparate impact testing required before deployment; LDA analysis expected; adverse action notices must reflect actual model outputs.
CFPB (August 2024)Comment to Treasury: no technology exceptions; LDA standard applies; disparate impact theory applies to AI deployment.All ECOA and Regulation B requirements apply; LDA search required; generic adverse action explanations violate Regulation B.
California AG (January 2025)Advisory clarifying existing consumer protection laws apply to AI credit decisions.CCPA and Unfair Competition Law apply to AI underwriting; disparate impact creates state UCL exposure.
Oregon (December 2024)Guidance emphasizing consumer protection and fairness requirements apply to AI.State UDAP laws apply to AI credit decisions; fairness obligations extend beyond ECOA minimum.
New JerseyGuidance applying anti-discrimination laws to algorithmic lending decisions.State LAD claims for algorithmic discrimination are available regardless of federal enforcement posture.

The Fair Lending Testing Workstream

Step 1: Proxy Variable Identification

Map model inputs against the demographic characteristics of your applicant population. Variables to evaluate:

Variable TypeExamplesProxy Risk
GeographicZIP code, census tract, metropolitan areaStrong proxy for race and ethnicity in most US markets due to residential segregation patterns.
EducationalSchool attended, degree type, cohort default rateProxy for race/ethnicity where certain institutions enroll higher proportions of students of color.
EmploymentOccupation type, industry, employer name or sizeCan proxy for race/ethnicity where occupational segregation is present; can proxy for sex in certain fields.
Utilization and payment historyCredit utilization ratio, payment patterns, medical debtCan proxy for socioeconomic status and race where access to credit has historically been unequal.
Non-traditional dataSocial media behavior, device type, purchase patternsHigh proxy risk for multiple protected classes; CFPB has flagged consumer surveillance data specifically.

Step 2: Disparate Impact Analysis

  • Approval and denial rates: Compare approval rates and denial rates across demographic groups for applicants with equivalent credit profiles. Statistical significance testing is required.
  • Pricing disparities: Compare pricing outcomes across demographic groups. Even if approval rates are equitable, pricing disparities can constitute ECOA violations.
  • Sub-segment analysis: Compare outcomes within credit score bands, within income ranges, and across application channels.
  • Intersectional analysis: Test outcomes for applicants at the intersection of multiple demographic characteristics — where disparities may be more pronounced.

Define acceptable disparity thresholds before testing begins. A common framework uses the four-fifths rule as an initial screen. Document the thresholds, the basis for setting them, and the compliance significance of results at or near the threshold.

Step 3: Less Discriminatory Alternative Analysis

  • Test alternative model specifications: vary the feature set (removing identified proxy variables), the model architecture, and the optimization objective.
  • Evaluate performance tradeoffs: for each alternative, assess whether it meets the institution’s predictive performance requirements.
  • Document the analysis: record all alternatives tested, their performance metrics, their disparate impact results, and the basis for the final selection. If you choose a model with higher disparities over an available LDA, document the specific business justification.

Step 4: Ongoing Monitoring

  • Monthly: Approval/denial rate ratios by demographic group, with alert thresholds that trigger escalation.
  • Quarterly: Full disparate impact analysis with updated applicant data.
  • Annual: Complete re-validation including fresh proxy variable analysis, LDA analysis, and adverse action notice accuracy testing.
  • Event-triggered: Any material model change, any significant shift in applicant demographics, any examiner finding or regulatory inquiry.

Right-Sizing for Your Situation

Greenfield

For organizations deploying credit AI for the first time. Covers ECOA disparate impact basics, minimum viable proxy variable analysis, disparate impact analysis methodology for a single credit product, and adverse action notice mapping requirements.

Emerging

For organizations building repeatable fair lending compliance. Comprehensive proxy variable identification framework, disparate impact analysis methodology with statistical significance testing, LDA analysis process, four-fifths rule implementation, and fair lending monitoring program design.

Established

For organizations with multiple AI-driven lending programs. Enterprise fair lending testing program with consistent methodology across products, integration with existing compliance management systems, examiner preparation, and multi-state regulatory mapping.


Framework References

Equal Credit Opportunity Act (ECOA) and Regulation B — Prohibits credit discrimination, requires specific adverse action notices, and establishes the disparate impact theory of liability.

CFPB Circular 2022-3, Circular 2023-3, and August 2024 Treasury Comment — Confirms ECOA applies to AI; establishes specificity standard for adverse action notices; confirms LDA standard applies; states that deploying AI producing disparate impact constitutes a discriminatory policy.

Massachusetts AG v. Earnest Operations LLC (July 10, 2025) — First state fair lending enforcement action for AI. Establishes required testing: proxy variable analysis, disparate impact analysis, LDA consideration, adverse action notice accuracy.

NIST AI RMF 1.0 — MEASURE 2.11 (proxy variable identification and demographic subgroup analysis), MEASURE 2.9 (explainability for adverse decisions).

EU AI Act (Reg. (EU) 2024/1689) — Annex III Article 5(b) (credit scoring as high-risk), Article 10 (data governance and bias mitigation). Full compliance August 2, 2026.

This article is part of AIPMO’s Financial Services series. See also: Model Risk Management and SR 11-7  |  Adverse Action Notices and Explainability  |  AI Governance in Financial Services

More in Articles

See all

More from AIPMO

See all