## Indirect Method: Cash Flow from Operating Activities
The indirect method starts with Profit Before Tax (PBT) and adjusts for:
1. Non-cash items (depreciation, loss/profit on disposal, etc.)
2. Non-operating items (interest, dividend classified elsewhere)
3. Working capital changes
4. Income tax paid
### Step 1 – Arrive at PBT
If the P&L shows Retained Earnings (i.e., profit transferred to reserves):
```
PBT = Retained Earnings (net addition to reserves)
+ Provision for Tax (current year — gross, before netting refund)
+ Dividend declared in current year
```
> Note: Provision for tax and dividends are appropriations below PBT — add them back to arrive at PBT.
### Step 2 – Adjustments to PBT
| Adjustment | Direction | Reason |
|---|---|---|
| Depreciation | Add | Non-cash charge |
| Loss on sale of machinery | Add | Non-cash, non-operating loss |
| Premium paid on redemption of pref shares | Add | Financing item |
| Profit on sale of asset/investment | Deduct | Non-operating income |
| Interest income | Deduct | Investing item |
| Non-cash exchange gain on CCE | Deduct | See foreign currency topic |
### Step 3 – Working Capital Changes
| Change | Direction |
|---|---|
| Increase in Trade Receivables | Deduct |
| Decrease in Trade Receivables | Add |
| Increase in Trade Payables | Add |
| Decrease in Trade Payables | Deduct |
| Increase in Prepaid Expenses | Deduct |
| Decrease in Prepaid Expenses | Add |
| Increase in Outstanding Expenses | Add |
| Decrease in Outstanding Expenses | Deduct |
Memory rule: An increase in a current asset → cash outflow (deduct). An increase in a current liability → cash inflow (add).
### Step 4 – Income Tax Paid (net of refund)
```
Income Tax Paid (net) = Tax paid during year − Tax refund received
```
This is a separate line item, deducted after working capital adjustments.
### Complete Proforma
```
PBT xx
Add: Provision for tax (CY) xx
Add: Dividend declared in CY xx
----
Adjusted PBT xx
Add: Depreciation xx
Add: Loss on sale of machinery xx
Less: Profit on sale (xx)
Less: Non-operating income (xx)
Working capital changes (net) xx
----
Cash generated from operations xx
Less: Income tax paid (net of refund) (xx)
----
Net CF from Operating Activities xx
```