Reports

Default reports specification - Lending Core Admin

The reports are those that are generated by default and their intention is to provide a complete visibility of the lending core product operation. Below, you will find the list of reports and the fields they include.

Consideration: The following reports are generated via API and saved in a local bucket where, with secure integration, they can be consulted and exported.

1. Loans

Periodicity: daily

Field nameTypeLengthDescription
LOAN_IDUnique ID for each loan.
CUSTOMER_IDUnique ID for each customer.
OFFER_IDUnique ID for the associated offer.
OFFER_NAMEName of the credit offer.
LOAN_AMOUNTAmount requested by the customer.
LOAN_STATUSCurrent loan status: Active, Paid, Cancelled, Frozen, Lost, in dispute
NUMBER_INSTALLMENTSNumber of loan installments.
INSTALMENT_FRECUENCYInstallment frecuency.
INTEREST_RATEInterest rate (APR).
ADMIN_COSTAdministration cost amount.
TAKEN_ATLoan request date.
DISBURSED_ATLoan activation date.
MAXIMUM_PAYMENT_DATEMaximum payment date.

2. Payments

Periodicity: daily

Field nameTypeLengthDescription
PAYMENT_IDUnique ID for payment.
LOAN_IDUnique ID for each loan.
CUSTOMER_IDUnique ID for each customer.
PAYMENT_TYPEType of payment: voluntary or automatic.
PAYMENT_STATUSCurrent payment status: Successful, Processing, Rejected.
TOTAL_AMOUNTTotal payment amount.
CAPITAL_AMOUNTCapital payment amount.
INTEREST_AMOUNTInterest payment amount.
TAX_AMOUNTTax payment amount.
DEFAULT_INTEREST_AMOUNTDefault interest payment amount.
COLLECTION_COST_AMOUNTAdministration cost payment amount.
ADMIN_COST_AMOUNTCollection cost payment amount.
LOAN_HEALTH_STATUSCurrent loan health status: Up to-date, 1 overdue instalment, 1+ overdue installments, Over maximum payment date, Bad debt.
PAYMENT_DATEPayment date.
TAKEN_ATLoan request date.
DISBURSED_ATLoan activation date.

3. Balance

Periodicity: daily

Field nameTypeLengthDescription
LOAN_IDUnique ID for each loan.
CUSTOMER_IDUnique ID for each customer.
LOAN_STATUSCurrent loan status: Active, Paid,Cancelled, Frozen, Lost
LOAN_TERMTerm of the loan
PAYMENT_FRECUENCYHow is the frecuency when a user have to paid their loan
NUMBER_INSTALLMENTSNumber of installments choosed by the user
LOAN_HEALTH_STATUSHealth status: Up to-date, 1 overdue instalment, 1+ overdue instalment, past due date, bad debt
LOAN_AMOUNTAmount requested by the customer.
TOTAL_DEBTTotal debt amount.
CAPITAL_DEBTTotal amount owed in capital.
INTEREST_DEBTTotal amount owed in interests.
TAX_DEBTTotal amount owed in taxes.
DEFAULT_INTEREST_DEBTTotal amount owed in overdue interests.
COLLECTION_COST_DEBTTotal amount owed in collection costs.
ADMIN_COST_DEBTTotal amount owed in administration costs.
MAXIMUM_PAYMENT_DATEMaximum payment date.
TAKEN_ATLoan request date.
DISBURSED_ATLoan activation date.

4. Past due

Periodicity: daily

This report only includes loans that are currently overdue

Field nameTypeLengthDescription
LOAN_IDUnique ID for each loan.
CUSTOMER_IDUnique ID for each customer.
OFFER_IDUnique ID for the associated offer
LOAN_AMOUNTAmount requested by the customer
LOAN_STATUSCurrent loan status: Active, Paid,Cancelled, Frozen, Lost
LOAN_TERMTerm of the loan
PAYMENT_FRECUENCYHow is the frecuency when a user have to paid their loan
NUMBER_INSTALLMENTSNumber of installments choosed by the user
LOAN_HEALTH_STATUSHealth status: Up to-date, 1 overdue instalment, 1+ overdue instalment, past due date, bad debt
TOTAL_DEBTTotal debt amount.
CAPITAL_DEBTTotal amount owed in capital.
INTEREST_DEBTTotal amount owed in interests.
TAX_DEBTTotal amount owed in taxes.
DEFAULT_INTEREST_DEBTTotal amount owed in overdue interests.
COLLECTION_COST_DEBTTotal amount owed in collection costs.
ADMIN_COST_DEBTTotal amount owed in administration costs.
LOAN_HEALTH_STATUSCurrent loan health status: Up to-date, 1 overdue instalment, 1+ overdue installments, Over maximum payment date, Bad debt.
LAST_PAYMENT_DATEDate of last payment.
MAXIMUM_PAYMENT_DATEMaximum payment date.
TAKEN_ATLoan request date.
DISBURSED_ATLoan activation date.

5. Score

Periodicity: daily

This report includes the Score or credit line assigned by the client to its customers.

Field nameTypeLengthDescription
CUSTOMER_IDUnique ID for each customer.
PRE_APPROVED_AMOUNTScoring model result preapproved amount in local currency.
SCOREScoring model result assigned to customer. Value between 0 and 1.
PRODUCT_IDUnique ID for the associated product.
PRODUCT_NAMEName of the credit product.
SCORE_DATEScoring date.