## Cash Flow Statement – Direct Method (AS 3)
### Overview
A Cash Flow Statement reports all inflows and outflows of cash and cash equivalents (CCE) during an accounting period, classified into three mutually exclusive activities.
### Three-Section Framework
| Section | Focus | Typical Items |
|---|---|---|
| A. Operating (CFO) | Core revenue-generating operations | Receipts from debtors, payments to creditors, wages, overheads, tax |
| B. Investing (CFI) | Long-term asset acquisition/disposal | PPE purchase/sale, investment purchase/sale |
| C. Financing (CFF) | Capital structure changes | Share issue, loan drawdown/repayment, debenture redemption, dividend paid |
Closing CCE = Opening CCE + Net CF (A + B + C)
---
### A. Cash Flow from Operating Activities (Direct Method)
```
Cash received from Trade Receivables ₹ XXX
Less: Cash paid to Trade Payables (XXX)
Less: Salaries / Wages paid (XXX)
Less: Overheads / Other expenses paid (XXX)
─────────
Cash generated from operations XXX
Less: Income Tax paid (XXX)
─────────
Net Cash Flow from Operating Activities (A) XXX
```
> Rule: Use actual cash received/paid, never accrual-basis figures. Derive cash from debtors and cash to creditors using T-accounts when not directly given.
---
### B. Cash Flow from Investing Activities
```
Less: Purchase of PPE (XXX)
Less: Purchase of Investments (XXX)
Add: Proceeds from sale of PPE XXX
Add: Proceeds from sale of Investments XXX
─────────
Net Cash Flow from Investing Activities (B) (XXX)
```
---
### C. Cash Flow from Financing Activities
```
Add: Proceeds from issue of shares XXX
Add: New loans / debentures raised XXX
Less: Repayment of bank loans (XXX)
Less: Redemption of debentures (XXX)
Less: Dividends paid (XXX)
Less: Interest paid (if classified here) (XXX)
─────────
Net Cash Flow from Financing Activities (C) XXX
```
---
### Final Reconciliation
```
Net CF during the year (A + B + C) XXX
Add: Opening CCE XXX
─────────
Closing CCE XXX
```
### Classification Quick Reference
| Item | Section | Direction |
|---|---|---|
| Income tax paid | CFO | Outflow |
| Dividend paid | CFF | Outflow |
| Interest paid | CFF (preferred) | Outflow |
| Purchase of PPE | CFI | Outflow |
| Issue of shares | CFF | Inflow |
| Loan repaid | CFF | Outflow |