AssessmentSettings

Configuration settings for a lending assessment.

Field

Data Type

Description

apps

object | null

Required

Determines what type of lending apps are allowed to use this assessment. Null allows all.

apps.channels

string[]

(

“mobile”,

“web”,

“multi-channel”

) | null

Required An array of lending app channels that are allowed to use this assessment. Null allows all.

apps.platforms

string[]

(

“android”,

“ios”,

“browser”, "cross-platform"

) | null

Required An array of lending app platforms that are allowed to use this assessment. Null allows all.

accounts

object | null

Required

Determines what type of lending accounts are allowed to use this assessment. Null allows all.

accounts.accountTypes

string[]

(

“lender”,

“borrower”

) | null

Required An array of lending account types that are allowed to use this assessment. Null allows all.

accounts.categories

string[]

( “individual”,

“company”

) | null

Required An array of lending account categories that are allowed to use this assessment. Null allows all.

Last updated