analyze_cash_flow_quality
Evaluate Indian stock cash-flow quality by measuring cash conversion and detecting when receivables or inventory outpace revenue, flagging early warning signs for deeper analysis.
Instructions
Assess cash-flow quality for an NSE/BSE-listed Indian equity across its available annual history: cash conversion (CFO/net income and FCF/net income), and whether receivables or inventory grew meaningfully faster than revenue (a classic early signal worth investigating, not proof of a problem -- this tool flags, it doesn't score or accuse).
:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| symbol | Yes | ||
| inventory_outpacing_revenue | No | True if latest-year inventory growth exceeded revenue growth by >10pp | |
| receivables_outpacing_revenue | No | True if latest-year receivables growth exceeded revenue growth by >10pp |