Deprecated: Creation of dynamic property Typebot_Loader::$shortcodes is deprecated in /var/www/docs.lendsqr.com/wp-content/plugins/typebot/includes/class-typebot-loader.php on line 12
Evaluate customer creditworthiness using Adjutor’s Oraculi Borrower Scoring. - Lendsqr Documentation

Evaluate customer creditworthiness using Adjutor’s Oraculi Borrower Scoring.

Evaluating borrowers’ creditworthiness is crucial for informed lending decisions. The Adjutor platform offers a reliable and efficient way to validate creditworthiness via the Oraculi Borrower Scoring endpoint.

Prerequisites 

  1. Modifying or creating a Decision Model:

Use the Lendsqr admin console to modify or create a decision model.

Refer to Modifying a Decision Module for reference on how to modify a decision model.

  1. Include a Scoring Module:

To enable user scoring, add a scoring module to the decision model settings by including the following JSON configuration:

"scoring": {
  "required": true,
  "sequence": 4,
  "continue_on_failure": false
}

               Obtaining the decision model id from decision model settings

  1. User data to be scored is available.

Ensure the user’s data and the amount they are being scored against are included in the request document. User data necessary for attaining accuracy in scoring a user can be seen on the table below:

PropertyTypeExamples
genderstringmale, female
marital_statusstringmarried, single, divorced, separated, widowed
ageinteger25, 37
locationstringLagos, Ibadan
no_of_dependentinteger0, 5
type_of_residencestringown house, rented apartment, parents apartment
education_attainmentstringMSc and above, BSc, HND and Other Equivalent, Diploma/School Cert, Others
employment_statusstringemployed, self employed, unemployed, retired
sector_of_employmentstringagriculture, banking, education, law
tierstringtier 1. tier 2
monthly_net_incomestring700,000 -999,999, above 1,000,000,
employment_categorystringartisan, enterprise, private company, federal: public
bvnstring22222222222
phone_numberstring0805555555
working_periodinteger1
time_with_current_employerinteger1
previous_lendsqr_loansinteger1
codestring56etruu
phonestring08106666666
bvn_phonestring08106666666
official_emailstringmale@female.com
personal_emailstringmale@female.com
amountstring5000

Scoring On a user on Oraculi Borrower Scoring 

  1. Obtain the Decision Model ID for the scoring model and use it as a path parameter in the Oraculi Borrower Scoring endpoint.

Obtaining the decision model id from decision model settings.

  1. Create an app on the Adjutor web applications, ticking all the validation scopes and retrieve your API
  1. Make a POST request with the user’s details in the request body. Refer to the Adjutor API references for The Oraculi Browser Scoring endpoint.​

Refer to the Adjutor API references for The Oraculi Browser Scoring endpoint >> Adjutor API Service

Read more about how you can retrieve your API key >>  Creating an App on Adjutor and Retrieving API Keys

Read more about Decision Modules >> What are Decision Models?

Was this page helpful?