Input Fields
Field Name | Description | Data Type | Required |
---|---|---|---|
lender_id | Unique client supplied identifier for lender | string | Y |
limit | amount of data records returned for lender (2000 default) | string | N |
offset | count offset from 0 (for pagination purposes) | string | N |
next_token | only returned in response if the limit parameter is not set. When limit is omitted in the request, the next_token will be returned at the end of the JSON response. Use that value as the next_token parameter in the next request to obtain the next 2000 number of records | string | N |
Following inputs can be used as filter
Field Name | Description | Data Type |
---|---|---|
dealer_id | Unique client supplied identifier for lender | string |
ppi_dealer_id | Unique master dealer identifier assigned by Point Predictive | int |
consortium_avg_credit_score | Consortium average credit score on applications | int |
lender_avg_credit_score | Lender average credit score on applications | int |
dealer_name | Name of the dealer associated with the dealer identifier | string |
dealer_address | Address of the dealer associated with the dealer identifier | string |
dealer_city | City of the dealer associated with the dealer identifier | string |
dealer_zip | Zip code of the dealer associated with the dealer identifier | string |
dealer_state | State of the dealer associated with the dealer identifier | string |
lender_funded_loan_count | Lender funded volume | int |
consortium_adverse_spike | int | |
lender_default_rate | Lender default rate | float |
consortium_default_rate | Consortium default rate | float |
dealer_score | Dealer risk score based on the lender portfolio | float |
lender_last_60_days_apps | Lender app volume in last 60 days | float |
lender_number_of_apps | Lender app volume | int |
dealer_consortium_score | Dealer risk score based on all applications seen for that dealer across the consortium | float |
lender_avg_fraud_score | Dealer average fraud score based on the lender portfolio | int |
lender_max_bad_rate | float | |
lender_epd_rate | Lender default rate | float |
lender_pct_fraud_scores_greater_than_980 | Rate of applications sent to lender that scored above 980 | float |
lender_fraud_rate | Lender fraud rate (fraud / total applications) | float |
lender_pct_synthetic_id | Rate of potential synthetic identities on applications submitted to lender | float |
consortium_pct_synthetic_id | Rate of potential synthetic identities on applications submitted to consortium | float |
consortium_avg_fraud_score | Dealer average fraud score based on all applications seen for that dealer across the consortium | float |
consortium_epd_rate | Consortium default rate | float |
consortium_negative_emp_name_hit_rate_1_year | Rate of fake employers being used on applications submitted to consortium | float |
lender_afa_alert27_rate | Rate of income deviations (15% or more) on applications submitted to Lender | float |
lender_afa_alert56_rate | Rate of common Employment data being used at the same dealer on the lender applications | float |
lender_negative_emp_name_hit_rate_1_year | Rate of fake employers being used on applications submitted to lender | float |