#Credit

Articles about Credit — exploring patterns, best practices, and real-world implementations in production systems.

14 posts tagged with credit. ← All posts

#A2A (5)#ADK (8)#AG-UI (7)#AI Agents (244)#AI Governance (7)#AML (3)#Accounting (9)#Agent Skills (3)#Agentic AI (23)#Agentic Commerce (12)#Agents (4)#Architecture (22)#Audit (3)#Azure (11)#Azure AI Foundry (10)#BigQuery (6)#Capital Markets (8)#Cards (13)#Checkpointing (5)#Cloud Architecture (3)#Compliance (30)#Concurrency (4)#Context Providers (3)#Conversation State (3)#Cost Optimisation (5)#Credit (14)#Crypto (12)#Custody (9)#Distributed Systems (3)#Engineering (7)#Evaluation (5)#FREE-AI (8)#FX (5)#FinOps (5)#FinTech (6)#Financial AI (14)#Fintech (116)#Fraud (10)#Function Tools (6)#GCP (5)#Go (168)#Google ADK (26)#Governance (5)#Guardrails (7)#HIPAA (3)#Harness Engineering (8)#Human-in-the-Loop (7)#KYC (11)#Kubernetes (6)#LLM (4)#LangGraph (11)#Ledger (12)#Lending (14)#MCP (5)#Machine Learning (12)#Markets (4)#Memory (5)#Microsoft Agent Framework (211)#Middleware (9)#Multi-Agent (8)#Multi-Agent AI (14)#Multimodal (4)#Observability (14)#Open Source (6)#OpenTelemetry (5)#Opinion (6)#Orchestration (15)#Payments (49)#Privacy Engineering (3)#Providers (3)#Python (127)#RAG (6)#RBI (3)#Rails (16)#Reconciliation (3)#Regulation (8)#Reliability (15)#Retrieval (3)#Risk (13)#SRE (3)#Security (24)#Sessions (4)#Settlement (9)#Spanner (4)#Streaming (4)#Structured Output (4)#Testing (6)#Trading (8)#Treasury (5)#Workflows (15)
Pratik Dhanave · ·7 min read

Reject Inference: Modeling the Applicants You Declined

Why a scorecard trained only on funded loans quietly overstates its own accuracy, and the inference techniques that pull the declined population back into view.

Why credit models trained only on approved-and-funded loans are biased, and the reject-inference techniques (reclassification, parceling, augmentation) that correct for the applicants you never observed.

Pratik Dhanave · ·7 min read

Explaining Credit Decisions: SHAP and Adverse-Action Reason Codes

How lenders turn a model's raw probability into the specific, legally required reasons a declined applicant must receive.

Turning model outputs into legally-required adverse-action reason codes. Global vs local explainability, SHAP values, mapping contributions to reason codes, and fairness checks (disparate impact) that regulators expect.

Pratik Dhanave · ·6 min read

Weight of Evidence and Information Value: Binning for Credit Models

How WOE binning turns raw variables into monotonic, interpretable predictors on a log-odds scale, and how Information Value ranks which features earn a place in a regulator-defensible scorecard.

How WOE binning turns raw variables into monotonic, interpretable predictors, how Information Value ranks feature predictive power, monotonic binning, handling missing/rare bins, and why this discipline underpins regulat…

Pratik Dhanave · ·6 min read

Engineering a Pay-in-4 BNPL Flow

Checkout-time soft credit checks, upfront merchant settlement, and the installment collection loop that carries the real risk.

Engineer a 4-installment BNPL flow: checkout-time soft credit check, upfront merchant settlement, and installment collection.

Pratik Dhanave · ·5 min read

Delinquency as a State Machine: DPD Buckets, SMA, and NPA Classification

Model days-past-due transitions, SMA/NPA classification, provisioning triggers, and cure logic as one deterministic engine driven by time and repayment events.

Teaches how to model delinquency as a state machine: days-past-due bucket transitions, SMA/NPA classification rules, provisioning triggers, and cure/roll-forward/roll-back logic driven by repayment events.

Pratik Dhanave · ·6 min read

Building a Credit Decisioning Engine

How to assemble features from bureau, bank, and alt data, serve a scorecard or model, apply policy cutoffs, and emit adverse-action reason codes with a full audit trail.

Teaches how to build a decisioning engine: feature assembly from bureau/bank/alt data, scorecard vs ML model serving, policy rules and cutoffs, and adverse-action reason-code generation with an audit trail.

Pratik Dhanave · ·7 min read

Building a Deterministic Amortization Schedule Engine

Computing loan amortization you can reproduce to the cent — annuity math, day-count conventions, the per-installment principal/interest split, and prepayment recomputation.

Teaches how to compute loan amortization deterministically: EMI/annuity vs reducing-balance formulas, day-count conventions, principal/interest split per installment, and prepayment/rescheduling recalculation.

Pratik Dhanave · ·7 min read

Building a Daily Interest Accrual Engine

How to compute interest that earns every day, tracks the accrued-but-unbilled balance, survives mid-period rate changes, and posts to the ledger with idempotent replay-safe jobs.

Teaches how to build a daily interest accrual engine: accrual basis and compounding, accrued-but-unbilled tracking, rate changes mid-period, and idempotent daily accrual jobs that post to the ledger.

All posts on this site are written by Pratik Dhanave, an Agentic AI Architect with 7+ years building production distributed systems, multi-agent AI platforms, and cloud-native infrastructure. About the author → Each article includes working code, architecture diagrams, and references to the specific frameworks and standards discussed. Browse all posts or explore related topics using the tag cloud above.