Credit Appraisal Documentation
Assess creditworthiness using transaction history, income patterns, and behavioural signals.
Overview
The Credit Appraisal Engine analyses transaction data to assess borrower creditworthiness. It evaluates income patterns, spending behaviour, repayment history, and financial stability to deliver consistent, explainable credit decisions in under 30 seconds.
How It Works
Submit transaction data or financial documents. The engine analyses income patterns, identifies recurring expenses, evaluates cash flow stability, and applies configurable risk scoring rules. Results include a credit score, risk flags, and a detailed explanation of the decision factors.
API Reference
Integrate this endpoint into your applications to seamlessly submit a loan application for comprehensive credit appraisal. The engine evaluates financial data, risk factors, and supporting documents, returning a comprehensive assessment with credit score, risk breakdown, and recommendations.
You can create a developer account to get an api key fromhere.
POST https://server.gimele.com/api/v1/credit-appraisal
Analyse a loan application and generate a credit appraisal report.
Headers
Form Data Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| loan_amount | float | Yes | Requested loan amount in NGN |
| tenure_months | int | Yes | Loan repayment period in months |
| collateral_description | string | Yes | Description of collateral offered |
| business_type | string | Yes | Type of business (e.g. sole proprietorship, LLC) |
| annual_revenue | float | No | Annual business revenue in NGN |
| existing_debt | float | No | Total existing debt in NGN |
| credit_history | string | No | Description of past credit history |
| industry | string | No | Industry sector of the business |
| company_age_years | int | No | Age of the business in years |
| purpose_of_loan | string | No | Intended use of the loan funds |
| collateral_value | float | No | Estimated market value of collateral |
| number_of_employees | int | No | Number of employees |
| bank_statements | File[] | No | PDF bank statements (up to 6000 chars extracted each) |
| other_documents | File[] | No | Supporting PDF documents |