Leaders Insights
Leaders Insights

Rester au meilleur niveau, un peu chaque jour.

DomainesMarketingDataFinanceIA
RessourcesApprendreTestOutilsBlogGlossaire
© 2026 Leaders Insights — Tous droits réservés.
Formations/AI in fintech/Governance, risks and checks/How AI regulation actually works across fintech markets
1/4+150 XP

Governance, risks and checks

10How AI regulation actually works across fintech markets+15011Model risk management for AI, not just spreadsheets+15012
The AI risks that actually sink fintech products
+150
13The pre-deployment checklist before AI touches money+150

How AI regulation actually works across fintech markets

# How AI regulation actually works across fintech markets

A single credit-scoring model, sold by the same vendor, deployed by three different banks, triggers three completely different regulatory regimes. In the EU, it's "high-risk" under the AI Act and needs a conformity assessment before it ever touches a customer. In the US, it falls under the Federal Reserve's SR 11-7 guidance and demands ongoing model validation. In Singapore, it gets evaluated against MAS FEAT principles, a set of soft-law expectations rather than hard rules. Same algorithm, three rulebooks, three different amounts of paperwork and liability. If you don't know which regime governs your deployment, you find out the expensive way: during an audit, a regulatory inquiry, or worse, a public failure.

This lesson maps the three major regimes so you can classify your own use case before you build.

Why credit scoring is the perfect test case

Credit scoring (deciding who gets a loan, a credit card, or a mortgage, and at what price) sits at the center of nearly every AI regulatory framework. It directly affects financial inclusion, it has a long history of discrimination lawsuits, and it's easy to audit for bias (you can check approval rates by demographic group). That makes it a useful lens: if you understand how regulators treat credit scoring, you understand the logic of the whole regime.

The EU AI Act: risk tiers and hard obligations

The EU AI Act (formally in force since August 2024, with phased obligations rolling out through 2026-2027) classifies AI systems into four risk tiers: unacceptable, high-risk, limited-risk, and minimal-risk.

Credit scoring and creditworthiness assessment are explicitly named as high-risk use cases (Annex III). That triggers concrete obligations before deployment:

  • A documented risk management system covering the model's full lifecycle.
  • Data governanceData governanceData governance is the set of policies, roles, and processes that ensure data is accurate, secure, well-defined, and used responsibly across an organization.Voir la définition complète → requirements: training data must be checked for bias and representativeness.
  • Technical documentation and automatic logging (audit trails) sufficient for a regulator to reconstruct a decision.
  • Human oversight: a person must be able to review or override the model's output.
  • A conformity assessment (a formal check that the system meets these requirements) before market entry.

Penalties for non-compliance can reachreachThe number of unique people exposed to your message in a given period. Unlike impressions, reach counts each person once, no matter how often they see it.Voir la définition complète → up to 7% of global annual turnover for the most serious violations (banned practices), with lower caps for other breaches, figures set in the regulation itself as of 2024.

The EU's logic is ex-ante and prescriptive: define the rules in law, force compliance before launch.

US SR 11-7: no AI-specific law, just model risk management

The US has no single federal AI law comparable to the EU AI Act. For banks, the operative document is still SR 11-7, a 2011 supervisory letter from the Federal Reserve (joined by the OCC, the Office of the Comptroller of the Currency) on "Model Risk Management."

SR 11-7 predates modern machine learning but has proven flexible enough that regulators now apply it to AI credit models. It requires:

  • Independent validation: a team separate from model developers must test the model before and during use.
  • Ongoing monitoring: performance must be tracked over time (a model that scored well in 2023 may drift by 2026 as economic conditions change).
  • Documentation of assumptions and limitations: what the model can't do matters as much as what it can.

Separately, credit models must also comply with the Equal Credit Opportunity Act (ECOA) and the Fair Housing Act, enforced by the CFPB (Consumer Financial Protection Bureau) and other agencies, which prohibit discrimination on protected characteristics regardless of whether AI is involved.

The US logic is principles-based and sector-specific: no dedicated AI statute, but existing supervisory frameworks and anti-discrimination law are stretched to cover AI. This means obligations depend heavily on *who* you are (a bank supervised by the Fed looks different from a fintech lender that isn't).

MAS FEAT: soft law, but not optional in practice

Singapore's Monetary Authority of Singapore (MAS) published FEAT principles (Fairness, Ethics, Accountability, Transparency) starting in 2018, alongside the Veritas initiative that helps banks operationalize them.

FEAT is not a binding law the way the EU AI Act is. It's supervisory guidance: MAS expects institutions to demonstrate FEAT alignment, and examiners will ask about it, but there's no fixed statutory penalty schedule attached to FEAT itself.

Core expectations for a credit-scoring deployment:

  • Fairness: decisions should not systematically disadvantage protected groups without justification.
  • Ethics: AI use should align with the institution's broader ethical standards, not just legal minimums.
  • Accountability: senior management, not just data scientists, owns the outcomes.
  • Transparency: customers should be able to understand, at a reasonable level, why a decision was made.

The Singapore logic is principles-based and collaborative: regulator and industry co-develop expectations (Veritas includes banks like DBS and industry consortiums), then supervision checks alignment during regular exams rather than through a one-time certification.

Side-by-side: same model, three postures

| Dimension | EU AI Act | US (SR 11-7 + ECOA) | Singapore (MAS FEAT) |

|---|---|---|---|

| Legal status | Binding statute | Supervisory guidance + statute | Supervisory guidance |

| Trigger | Use case classification (high-risk) | Institution type (regulated bank) | Institution type (MAS-regulated) |

| Pre-launch gate | Yes (conformity assessment) | No formal gate, but validation expected | No formal gate, exam-based |

| Enforcement | Fines up to % of turnover | Supervisory action, consent orders | Supervisory action, reputational |

| Core ask | Documented compliance | Independent validation | Demonstrated fairness process |

The practical takeaway: a fintech operating across all three jurisdictions can't build one compliance file and reuse it. The EU wants a certificate before you launch. The US wants an ongoing validation function. Singapore wants you to walk examiners through your fairness testing whenever asked.

Vérification des acquis

1. Why does the same credit-scoring algorithm face three different regulatory outcomes when deployed in the EU, US, and Singapore?

2. Why is credit scoring used as the central test case for comparing AI regulatory regimes?

3. Under the EU AI Act's risk-tier structure, what is the practical consequence of credit scoring being classified as 'high-risk' rather than 'limited-risk'?

CHOIX MULTIPLES

4. Select ALL correct answers about the difference between the EU AI Act approach and Singapore's MAS FEAT principles.

Sélectionnez toutes les réponses correctes.

CHOIX MULTIPLES

5. Select ALL correct answers about why understanding your regulatory regime matters before building an AI system in fintech.

Sélectionnez toutes les réponses correctes.

Guardrails to run before deployment, regardless of jurisdiction

Even without knowing every local nuance, a few checks travel well across all three regimes:

1. Disparate impact testing. Compare approval rates and average interest rates across demographic groups (where legally permitted to collect that data; note the EU and US differ on this). A common threshold cited in US fair-lending practice is the "four-fifths rule" (a group's approval rate below 80% of the highest group's rate flags for review), an enforcement rule of thumb, not a guarantee of legality.

2. Explainability layer. Tools like SHAP (SHapley Additive exPlanations) let you generate a reason code for each decision, useful for EU Article 13 transparency duties, US adverse-action notice requirements under ECOA, and MAS transparency expectations simultaneously.

3. Human-in-the-loop checkpoint. Build a manual review step for edge cases and declines near the threshold, satisfying EU human oversight rules and giving your US validation team an audit point.

4. Drift monitoring. Track the model's population stability index (a common metric for how much the input data distribution has shifted) on a monthly cadence, aligned with SR 11-7's ongoing monitoring expectation.

A minimal drift check in practice:

python
# Simplified population stability index (PSI) check
import numpy as np

def psi(expected, actual, bins=10):
    e_perc, _ = np.histogram(expected, bins=bins)
    a_perc, _ = np.histogram(actual, bins=bins)
    e_perc = e_perc / len(expected) + 1e-6
    a_perc = a_perc / len(actual) + 1e-6
    return np.sum((a_perc - e_perc) * np.log(a_perc / e_perc))

# PSI < 0.1: stable | 0.1-0.25: moderate shift | > 0.25: significant drift, retrain review

Suivant

Model risk management for AI, not just spreadsheets

🎬 [VIDEO: "The EU AI Act Explained" - youtube.com/@EUAIAct - a walkthrough of the risk tiers and how high-risk classification works, useful as a visual companion to this section]

Key Takeaways

  • The same credit-scoring model faces three distinct regimes: EU AI Act (binding, pre-launch certification), US SR 11-7 plus ECOA (supervisory validation, anti-discrimination law), MAS FEAT (soft-law, exam-based fairness expectations).
  • Classify your use case first: in the EU, ask if it's "high-risk" under Annex III; in the US, ask which supervisor governs you and whether ECOA applies; in Singapore, ask if MAS expects FEAT demonstration.
  • Build guardrails that satisfy multiple regimes at once: disparate impact testing, an explainability layer (e.g. SHAP), a human review checkpoint, and ongoing drift monitoring.
  • Regulatory posture differs in kind, not just degree: the EU legislates rules in advance, the US supervises through existing frameworks, Singapore collaborates on principles and checks alignment during exams.
  • None of this is legal advice; consult qualified counsel in each jurisdiction before deployment, regulations are evolving quickly through 2026 and beyond.