# Interests

The **Interest on Funds** row shows the **income your maintenance fund earns** from the money held in the account.

It is based on the **average balance** of the fund during the year, reflecting a realistic estimate of the interest earned over time.

---

## How it’s calculated

1. **Average balance**: The system calculates the average of the **opening balance** and the **closing balance** for the year.
2. **Interest rate on funds**: The average balance is multiplied by the **interest rate** you set in the settings.
3. **Corporate tax rate**: Tax is deducted from the interest earned, leaving the **net interest** that actually contributes to your fund.

**Formula (simplified):**

Net Interest = (Opening Balance + Closing Balance) ÷2 × Interest Rate × (1 − Corporate Tax Rate)

---

## Net interest

- **Gross interest** – the total interest earned before taxes
- **Tax on interest** – the corporate tax applied to interest
- **Net interest** – the remaining interest after taxes, which increases your fund’s available balance

This ensures your **cashflow projections** reflect the real growth of your fund, not just the theoretical interest.

---

### Example

<div class="_tableContainer_1rjym_1" id="bkmrk-item-amount-opening-"><div class="group _tableWrapper_1rjym_13 flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" data-end="1636" data-start="1387"><thead data-end="1406" data-start="1387"><tr data-end="1406" data-start="1387"><th data-col-size="sm" data-end="1394" data-start="1387">Item</th><th data-col-size="sm" data-end="1406" data-start="1394">Amount</th></tr></thead><tbody data-end="1636" data-start="1427"><tr data-end="1458" data-start="1427"><td data-col-size="sm" data-end="1445" data-start="1427">Opening Balance</td><td data-col-size="sm" data-end="1458" data-start="1445">$50,000</td></tr><tr data-end="1490" data-start="1459"><td data-col-size="sm" data-end="1477" data-start="1459">Closing Balance</td><td data-col-size="sm" data-end="1490" data-start="1477">$52,000</td></tr><tr data-end="1522" data-start="1491"><td data-col-size="sm" data-end="1509" data-start="1491">Average Balance</td><td data-col-size="sm" data-end="1522" data-start="1509">$51,000</td></tr><tr data-end="1547" data-start="1523"><td data-col-size="sm" data-end="1539" data-start="1523">Interest Rate</td><td data-col-size="sm" data-end="1547" data-start="1539">2%</td></tr><tr data-end="1577" data-start="1548"><td data-col-size="sm" data-end="1565" data-start="1548">Gross Interest</td><td data-col-size="sm" data-end="1577" data-start="1565">$1,020</td></tr><tr data-end="1603" data-start="1578"><td data-col-size="sm" data-end="1590" data-start="1578">Tax (28%)</td><td data-col-size="sm" data-end="1603" data-start="1590">$285.60</td></tr><tr data-end="1636" data-start="1604"><td data-col-size="sm" data-end="1623" data-start="1604">**Net Interest**</td><td data-col-size="sm" data-end="1636" data-start="1623">$734.40</td></tr></tbody></table>

</div></div>- The **$734.40** is the net amount added to the fund for the year.
- This value is then used when calculating contributions and closing balances.