Default prediction
Calculates the likelihood of a customer to default on a lending product
Predict Default
Default prediction allows lenders to understand when likely a customer is going to default on a loan repayment and after how many predicted missed repayments.
Returns default likelihood of customer
GET https://api.akibadigital.com/v1/default/{customer_id}/
Headers
Name
Type
Description
Token*
String
Content-Type*
String
application/json
{
// Response
}{
// Response
}{
// Response
}{
"now_prediction": 0.2964672868854194,
"30_day_prediction": 0.2964672868854194,
"60_day_prediction": 0.2964672868854194,
"90_day_prediction": 0.2964672868854194,
"missed_payments_default": 2.44,
"confidence": 0.8030592042
}{
// Response
}Last updated