## Debenture Redemption with Premium and Accrued Interest
When debentures are redeemed during the year, the Cash Flow Statement must handle three separate items:
1. Principal repaid — Financing outflow
2. Premium on redemption — Financing outflow (or added back to PBT in Operating if written off through P&L)
3. Interest paid — Financing outflow (calculated via Unpaid/Accrued Interest ledger)
### Key Rule: Interest on Debentures Redeemed During the Year
> Calculate interest on the full opening balance if redemption occurs at the end of the year, because interest accrues for the entire year before redemption.
Formula: `Interest Expense = Opening Debenture Balance × Rate`
### Premium on Redemption
- If debited to P&L: Add back to PBT (non-cash if written off against Securities Premium / P&L Reserve, cash outflow in Financing when actually paid).
- Premium paid = Financing outflow.
### T-account approach
Debentures A/c:
```
Redemption (CIB) ××× | Opening balance ×××
Closing balance ××× |
```
Accrued Interest Income (if any investments exist):
```
Accrued Interest Receivable
Opening balance ××× | CIB (interest received) ×××
P&L Interest Inc ××× | Closing balance ×××
```
Interest received = Opening + P&L credit − Closing
Unpaid Interest on Debentures:
```
Unpaid Interest (Liability)
CIB (interest paid) ××× | Opening balance ×××
Closing balance ××× | P&L Int Expense ×××
```
Interest paid = Opening + P&L charge − Closing
### Cash Flow Statement structure
```
A. Operating Activities
PBT ×××
Add: Premium on Debenture Redemption ××× (if in P&L)
Add: Interest Expense (on debentures) ×××
Less: Interest Income (on investments)(×××)
...
B. Investing Activities
Interest received on investments ××× (cash, from ledger)
C. Financing Activities
Redemption of Debentures (×××)
Premium paid on redemption (×××)
Interest paid on debentures (×××)
```