1. Home
  2. Sample Projects
  3. Loan Origination

Loan Origination

◷ Reading Time: 6 minutes

The loan origination process is a complex process that requires human interaction in order to make certain decisions. This sample will explain the project for a loan origination scenario starting from document retrieval to approval.

This model has used a Workflow and it gives us the ability to make decisions during a loan application based on the Application Data and results of each decision.

How to Run the Project

Open the project from the sample gallery.

Open the file, “Loan Origination Process.xml” which is the main flow that connects all the flows.

Click on Debug with JSON Composer.

The JSON Composer will be opened. Click OK to start debugging.

Do not add any input data as data will be input as a part of the workflow.

Click Next Step to go step by step.

When it reaches the Collect Application node,

(1) Click on Collect Application Data
(2) Then select a parameter value from the drop-down list

At any node, if it asks for the question “Open child model?”, click yes, if you want open and go into the linked file.

When it reaches the Collect Bureau data node,

(1) Click on “Collect Bureau Data”
(2) Select a parameter value from the drop-down list

If you have selected Team Review from the above step,

(1) Select Current Actor from the drop-down list
(2) Select the outcome, Approve/ Reject
(3) Click Send

Finally, the execution will be successful.

You will see the output notification in the Notifications window.

All the parameters that pass through the project can be viewed under the Parameters window

Video Description

Project Steps

1. Add a Workflow

Once you create a project add a Workflow to the project. This is the main file.

2. Collect and validate applications

Collect and validate application data by checking deadlines and age.

A Receive Task tool was used to collect applications and a Validator tool was used to validate.

3. Check eligibility according to the bureau’s standards

The bureau has created a set of standards and rules that should be followed when approving a loan.

A DRD was used to create the flow to check against each rule category.

5. Team review if required

If the routing path was selected as Team Review, it will go to the team review. In this step, a Human Task tool was used and it was assigned to get the approval of two team members. Once both of them are approved, the loan will be accepted.

6. Determine whether the loan is approved

A notification will be sent

Download the project

Use the attachment at the end of the page to download the sample project.

Updated on April 29, 2022

Article Attachments

Was this article helpful?

Related Articles