Risk metrics and formulas
The inputs and weights used by the Breeze lending risk score.
The current implementation scores five inputs, then combines them into a final
integer risk score from 0 to 10.
Utilization
Utilization measures the share of available liquidity that is borrowed:
| Utilization | Risk score |
|---|---|
| Below 50% | 2 |
| 50% to below 70% | 4 |
| 70% to below 80% | 6 |
| 80% to below 90% | 8 |
| 90% or higher | 10 |
Liquidation at risk
Liquidation at risk is zero at or below the safe-utilization threshold. Above that point it increases with excess utilization:
The current implementation uses a safe-utilization value of 0.4 and a
collateral factor of 1.
Value at Risk
The current VaR estimate applies a 5% volatility factor and a 95% confidence
Z-score of 1.65:
Borrow usage
Borrow usage compares liabilities with available assets:
Higher usage maps to a higher risk band, reaching the maximum score when liabilities equal or exceed assets.
Rate spread
The spread is the difference between the borrow and supply rates:
Spreads below 2% receive the lowest implemented spread score. Scores increase at 2%, 5%, 8%, 9%, and 10% boundaries.
Final score
The engine combines the component scores with fixed weights:
The result is converted to an integer and used by the allocation solver and fund-level risk controls.