bankruptcy_risk_score
Assess bankruptcy and distress risk for NSE/BSE-listed Indian equities using Altman's Z''-score, classifying them into SAFE, GREY, or DISTRESS zones to support investment decisions.
Instructions
Assess bankruptcy/distress risk for an NSE/BSE-listed Indian equity
using Altman's Z''-score (the emerging-market/non-manufacturing
variant -- comparable across manufacturers and services companies
alike, uses book value of equity so, unlike most valuation-adjacent
tools here, this one is NOT vulnerable to the currency-mismatch issue
documented elsewhere). Zones: SAFE (>2.6), GREY (1.1-2.6), DISTRESS
(<1.1). Does NOT include Ohlson's O-score -- see the output model's
ohlson_note for why.
: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 |
|---|---|---|---|
| zone | No | SAFE (>2.6), GREY (1.1-2.6), or DISTRESS (<1.1), per Altman's published EM-score bands | |
| symbol | Yes | ||
| fiscal_date | No | ||
| ohlson_note | No | Not computed: Ohlson's O-score formula requires a US GNP price-level deflator term with no clean Indian equivalent available via Yahoo Finance. Approximating or omitting just that term would produce a number that looks precise but is quietly wrong, so it's excluded rather than faked. | |
| altman_z_score | No | 6.56*(WC/TA) + 3.26*(RE/TA) + 6.72*(EBIT/TA) + 1.05*(BookEquity/TL) -- Altman's EM/non-manufacturing variant | |
| ebit_to_assets | No | ||
| ohlson_o_score | No | Not computed -- see class docstring | |
| equity_to_liabilities | No | Book value of equity / Total Liabilities | |
| working_capital_to_assets | No | ||
| retained_earnings_to_assets | No |