/valuation-multiples
Cosa fa. Valutazione relativa con i multipli (P/E, EV/EBITDA, P/B).
Quando usarlo. Per confrontare rapidamente il titolo con mercato e peer.
Argomenti. TICKER
Esempio. /valuation-multiples GOOGL
Cosa restituisce. Multipli del titolo rispetto a storico e peer, con le implicazioni.
Come funziona
Sezione intitolata “Come funziona”Quando lanci /valuation-multiples, 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_historical_key_ratios, portfolio_get, get_company_info, memory_update, render_value_range, show_ticker_link.
Flusso/visualizzazione: chiude con la barra del fair value (render_value_range) e 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}).
Relative valuation of {arg} via multiples.Step 1: get_key_ratios + get_historical_key_ratios (5-year P/E, P/B, EV/EBITDA, ROE trends) + portfolio_get.Step 2: get_company_info for sector. Then identify 2-3 closest peers (match by industry + market cap range).Step 3: Compare P/E (trailing & forward), EV/EBITDA, P/S, P/B vs: (1) own 5-year history, (2) sector median, (3) direct peers.Determine if premium/discount is justified by superior growth, margins, or ROE. If premium without justification → overvalued. Identify the multiple best suited to the business model (e.g. EV/EBITDA for capital-intensive, P/E for mature, P/S for growth).Output: | Metric | {arg} | Peer1 | Peer2 | Peer3 | Sector | 5Y Avg | Signal |Call memory_update before the report. Write the COMPLETE report. THEN, as the SINGLE final action: if you derived an implied fair price (applying sector/peer median P/E and EV/EBITDA to {arg}'s metrics), call render_value_range with that implied range (low/base/high, current price, method="multiples", with a caption) TOGETHER WITH show_ticker_link in the same step — they END your turn. Do NOT introduce the bar and write NOTHING after these calls. (If you derived no implied price, just call show_ticker_link as the final action.)