This is a read-only demo. Sign up to create your own workspace.
programthreshold95% verified by 5 reviewers

Debt-to-Income Ratio Check

Compute DTI ratio and flag if above 43% threshold

Given / When / Then
GIVENGIVEN a loan applicant with monthly income and debt payments,
WHENWHEN evaluating creditworthiness,
THENTHEN compute DTI ratio and flag if above 43%.

Execution Steps

4 items
0
computation
DTI = (debt / income) * 100
dti_ratio
1
condition
DTI > 43%?
2
output
High DTI
risk_flag
3
output
Normal DTI
risk_flag

Inputs

2 items
monthly_incomeCurrency
monthly_debtCurrency

Outputs

2 items
dti_ratioPercentage
risk_flagEnum

Supporting Evidence

1 items
Basel III Framework
← Back to unit library