get https://api.pngme.com/api/v1//features/derived-features
Returns engineered features from already existing features. For each of the supported countries, change country in path for desired country.
All Countries Supported
These features are:
- credit_debit_ratio
- depository_balance_ratio
- difference_loans_opened_to_deliquent_ratio
- difference_loans_opened_to_repaid_ratio
- loan_balance_diff
- loan_balance_ratio
- missed_payment_ratio
- rate_of_loan_repayment
The user is identified by providing one of user_uuid
, phone_number
, or external_id
.
To retrieve a subset of features, provide a list of feature names in the features
query parameter. To retrieve all features, omit the features
query parameter.