{% extends 'base.html' %} {% load humanize %} {% block title %}Processing Fees Analytics - Enhanced Report{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Comprehensive analysis of processing fees and loan origination revenue
Total Processing Fees
Loans Processed
Average Fee per Loan
Fee as % of Portfolio
| Loan Number | Borrower | Product Type | Loan Amount | Processing Fee | Fee Rate | Date Processed | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ loan.loan_number }} |
{{ loan.borrower_name }}
{{ loan.borrower_phone }}
|
{{ loan.product_name|default:"Standard Loan" }} | KSh {{ loan.principal_amount|floatformat:0|intcomma }} | KSh {{ loan.processing_fee|floatformat:0|intcomma }} | {{ loan.fee_rate|floatformat:1 }}% | {{ loan.disbursement_date|date:"M d, Y" }} | {{ loan.fee_status|default:"Collected" }} |
|
โน๏ธ
No Processing Fees FoundNo processing fees found for the selected period and filters. |
||||||||