Skip to content

RHDM 7.11.1 DMN demo - loan pre-approval decision service for Quick Loan Bank

Notifications You must be signed in to change notification settings

snoussi/qlb-loan-pre-approval-dmn-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Loan Bank - Loan Pre-Approval DMN Decision Service

DMN implementation of qlb loan application demo Reference: https://github.com/snoussi/qlb-loan-pre-approval-repo.git

Decision Service definition

DMN model

Decision service request examlpe

{
  "model-namespace": "http://www.qlb.com/dmn/_96E3B174-69BB-4689-A66B-3A8DAA10D45D",
  "model-name": "loan-preapproval",
  "decision-name": "Pre Approval",
  "decision-id": [],
  "dmn-context": {
    "Applicant": {
      "Name": "Lucien Bramard",
      "Age": 17,
      "Monthly Income": 4000,
      "Credit Score": 300
    },
    "Loan": {
      "Amount": 300000,
      "Duration": 25
    }
  }
}

About

RHDM 7.11.1 DMN demo - loan pre-approval decision service for Quick Loan Bank

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages