Skip to main content

From Scores to Policy

A credit score tells you how risky an entity is. Risk bands tell you what to do about it. Risk bands (also known as homogeneous risk groups) are score bins where entities within each group behave similarly, while groups are clearly distinct from each other. Unlike arbitrary deciles or fixed ranges, optimal risk bands are statistically optimized using both the model score and observed outcomes.

Why Risk Bands Matter

Creating Optimal Bins

We recommend using optimal binning algorithms that maximize separation between groups. The optbinning library provides a robust implementation:

Alternative Approaches

Evaluating HRG Quality

What You Want to See

Track default rates per bin over time. A well-constructed HRG shows:
  • Clear separation — Default rates are distinct between adjacent bins
  • Stable PD over time — Each bin’s default rate stays consistent month-over-month
  • Balanced distribution — Reasonable volume in each bin to support policy decisions

Warning Signs

  • Line crossings — When two bins’ default rates cross over time, risk distinction is breaking down. This indicates the model may need recalibration.
  • Concentration — If 80% of entities fall in 2-3 bins, setting policy cutoffs becomes difficult. Consider adjusting bin boundaries or reviewing score distribution.
  • Drift — Systematic movement of default rates within bins signals model degradation. Monitor for gradual shifts that compound over time.

Monitoring Over Time

We recommend visualizing default rates per bin across cohorts:
Healthy pattern: Parallel lines that maintain separation over time. Concerning pattern: Lines that converge, cross, or show systematic drift.
We work with clients to define and monitor risk bands as part of model deployment. This includes tracking bin stability over time and alerting when recalibration may be needed.