/financial-health
Cosa fa. Valuta la solidità del bilancio: debito, liquidità, solvibilità.
Quando usarlo. Per verificare la robustezza finanziaria di un’azienda.
Argomenti. TICKER
Esempio. /financial-health F
Cosa restituisce. Leva, indici di liquidità, copertura interessi, Altman Z e giudizio.
Come funziona
Sezione intitolata “Come funziona”Quando lanci /financial-health, Dexter non esegue codice fisso: invia all’AI la prompt qui sotto — il segnaposto {arg} viene sostituito con ciò che scrivi dopo il comando — e l’agente la esegue chiamando da sé gli strumenti necessari. Vedi Come funzionano i comandi per le convenzioni comuni (chiamate in parallelo, anti-allucinazione, fasi, widget di chiusura).
Strumenti che può usare: get_key_ratios, get_cash_flow_statements, get_balance_sheets, get_company_info, portfolio_get, show_ticker_link, memory_update.
Flusso/visualizzazione: chiude con i pulsanti di dettaglio (show_ticker_link); salva un appunto in memoria (memory_update).
Prompt completa
Sezione intitolata “Prompt completa”È la prompt esatta inviata all’AI quando usi il comando (sostituendo {arg}).
Financial health & balance sheet assessment of {arg}.In parallel: get_key_ratios → D/E, interest_coverage, current_ratio, Piotroski, Altman Z; get_cash_flow_statements(period=annual, limit=4) → FCF trend; get_balance_sheets(period=annual, limit=3) → debt profile; get_company_info → sector; portfolio_get.Evaluate: debt profile (D/E, coverage, maturity risk), liquidity (current ratio + FCF), distress indicators (Altman Z <1.8 = caution; Piotroski <3 = weak). Stress scenario: can the company service debt at +2pp rates?
### {arg} — Financial Health| Metric | Value | Benchmark | Signal || D/E | | | || Net Debt/EBITDA | | | || Interest Coverage | | | || Current Ratio | | | || FCF (3Y avg) | | | || Altman Z-Score | | | || Piotroski Score | | | |
**Credit Quality: A / B / C / D / F** (A = fortress balance sheet, F = distress)**Key Risk:** [debt maturity wall / liquidity gap / coverage margin]If user holds {arg}: contextualize financial risk vs position size.Finalize FIRST — call show_ticker_link and memory_update, THEN write the report once (no tool calls after the report).