forecast_asset_monte_carlo
Run a forward Monte Carlo forecast of an asset's future price distribution to obtain risk metrics, return percentiles, and loss/gain probabilities across multiple time horizons.
Instructions
Run a forward Monte Carlo forecast of an asset's future price distribution.
Use this when the user wants scenario ranges, risk, or path statistics for a
ticker (e.g. SPY, AAPL): price/return percentiles, annualized volatility,
max-drawdown percentiles, and loss/gain probabilities at 7d, 30d, 3m, 6m,
1y, 3y, 5y, and 10y trading-day horizons.
Downloads max adjusted daily closes, fits EGARCH(1,1) with leverage
(o=1) and skewed-t innovations (historical mean drift), then simulates
``n_paths`` paths.
Prefer ``inspect_asset_model`` first only when you need fit/data diagnostics
without simulating paths.
Args:
ticker: Yahoo Finance ticker symbol (e.g. SPY, AAPL).
n_paths: Number of Monte Carlo paths (default 5000, minimum 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| n_paths | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |