Salta ai contenuti

/etf-analysis

Cosa fa. Analizza un ETF: composizione, costo e qualità della replica.

Quando usarlo. Prima di investire in un ETF.

Argomenti. ETF

Esempio. /etf-analysis SWDA.MI

Cosa restituisce. Holdings principali, expense ratio, tracking e rendimenti.

Quando lanci /etf-analysis, 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_etf_profile, portfolio_get, get_all_etfs, show_ticker_link, memory_update.

Flusso/visualizzazione: chiude con i pulsanti di dettaglio (show_ticker_link); salva un appunto in memoria (memory_update).

È la prompt esatta inviata all’AI quando usi il comando (sostituendo {arg}).

ETF analysis of {arg}.
In parallel: get_etf_profile → fund family, category, AUM, expense ratio, dividend yield, returns (YTD, 3Y, 5Y); portfolio_get.
Then get_all_etfs → 2-3 peer ETFs in same category for comparison.
Examine top holdings and sector/geographic concentration. Assess performance vs benchmark & peers, expense ratio vs competitors, tracking difference, liquidity (AUM, avg volume), tax efficiency. Identify the most cost-efficient option among peers.
If user holds {arg}: contextualize cost vs alternatives and potential switch benefit.
Finalize FIRST — call show_ticker_link for {arg} and memory_update, THEN write the report once (no tool calls after it).