{% extends 'base.html' %} {% load humanize %} {% block title %}Interest Income Analytics - Enhanced Report{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Comprehensive analysis of interest income and loan profitability
Total Interest Income
Interest Bearing Loans
Average Interest Rate
Portfolio Yield
Projected Monthly
Low Rate (< 15%)
KSh {{ report_data.rate_distribution.low_rate_income|default:0|floatformat:0|intcomma }}
Medium Rate (15-25%)
KSh {{ report_data.rate_distribution.medium_rate_income|default:0|floatformat:0|intcomma }}
High Rate (> 25%)
KSh {{ report_data.rate_distribution.high_rate_income|default:0|floatformat:0|intcomma }}
Compound Interest
KSh {{ report_data.summary.compound_income|default:0|floatformat:0|intcomma }}
| Loan Number | Borrower | Product Type | Principal Amount | Interest Rate | Interest Earned | Outstanding Interest | Loan Term | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ loan.loan_number }} |
{{ loan.borrower_name }}
{{ loan.borrower_phone }}
|
{{ loan.product_name|default:"Standard Loan" }} | KSh {{ loan.principal_amount|floatformat:0|intcomma }} | {{ loan.interest_rate|floatformat:1 }}% | KSh {{ loan.interest_earned|floatformat:0|intcomma }} | KSh {{ loan.outstanding_interest|floatformat:0|intcomma }} |
{{ loan.loan_term }} {{ loan.term_unit|default:"months" }}
{{ loan.payment_frequency|default:"Monthly" }}
|
{{ loan.status|title }} |
|
โน๏ธ
No Interest Income FoundNo interest income found for the selected period and filters. |
|||||||||