# Cash Flow Analysis

> Analyze operating, investing, and financing cash flows, free cash flow, and cash runway for Indonesian businesses.

- Skill: `adamriofc/cash-flow-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add adamriofc/cash-flow-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/adamriofc/cash-flow-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: adamriofc (https://skillmd.com/u/adamriofc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/adamriofc/cash-flow-analysis

---


# Cash Flow Analysis

Determines whether a business generates enough cash to sustain operations, growth, and obligations.

## Methods & Core Metrics
* **Direct method**: cash from customers − cash paid for operations.
* **Indirect method**: net income + non-cash items (depreciation) ± changes in working capital.
* **Free Cash Flow (FCF)** = OCF − Capex — the cash truly free for dividends/debt/investment.
* **Cash Runway** = Current cash ÷ monthly burn rate — months before cash runs out (without additional funding).

## Scope & Safety
* **Use for**: assessing debt repayment capacity, planning financing, detecting "earning without cash" situations.
* **Do not use for**: profitability assessment alone (cash flow ≠ profit) — combine with the Profit & Loss statement.
* A single positive FCF period is not a guarantee; use multi-period trends (min. 3 months) plus seasonality.
* Projected figures must be labeled as assumptions, not facts.

## Worked Example
Input: OCF 150 million/month, Capex 40 million/month, cash 300 million, burn 25 million/month (if revenue stops).
Output: FCF = 150 − 40 = **110 million/month**; Runway = 300 ÷ 25 = **12 months**.
Interpretation: the business generates positive cash; still needs a 3–6 month runway buffer for emergencies.
