Explain the model

Loan Pre-Qualification Decision Model – Plain Language Explanation
Loan Pre-Qualification Decision Model – Plain Language Explanation
This DMN model automates the pre-qualification process for loan applicants. It evaluates whether a borrower qualifies for a loan by analyzing their creditworthiness, debt levels, and payment capacity.OverviewThe model takes three pieces of information about an applicant:
- Applicant Data – their income, debts, expenses, taxes, and insurance
- Requested Product – the loan amount, rate, and term they’re applying for
- Credit Score – their FICO score
- Excellent (750+)
- Good (700–750)
- Fair (650–700)
- Poor (600–650)
- Bad (below 600)
- Calculates the applicant’s PITI (Principal, Interest, Tax, Insurance) based on the requested loan
- Compares it to the lender’s acceptable threshold (28%)
- Result: Sufficient or Insufficient
- Calculates total monthly debt obligations (repayments + expenses) divided by income
- Compares it to the lender’s acceptable threshold (36%)
- Result: Sufficient or Insufficient
Key Business Rules
- Credit Score is a gate: Poor or bad credit automatically disqualifies
- Income-based limits: Applicants must keep debt and mortgage payments within acceptable percentages of monthly income
- All checks must pass: For qualification, the applicant needs a fair/good/excellent credit score AND both debt ratios must be sufficient
Change a business rule

0.36 to 0.42. The affected node is highlighted on the diagram, and the Changes tab lists the edit with its old and new values, so you can accept it with the check mark or revert it before anything is applied to the model.
Change a decision table
Review and approve the changes
Whatever the prompt, remember that the assistant only proposes changes - nothing is applied to your model until you approve it. Review every suggestion in the Changes panel at the bottom of the editor: it lists each edit with its old and new values, grouped by the node it belongs to, and the affected cells are highlighted in the editor itself.
Upload a new decision table
The assistant can also build a model from scratch. Go back to the Playground home screen and click New Decision Table - it creates an empty single-decision table model (a DMNS file).
