build_investment_plan
Create a deterministic investment plan from cash, monthly contribution, horizon, and risk tolerance, with targets, fee-aware contribution schedule, and review rules.
Instructions
Turn four rookie answers into a deterministic plan: profile, targets, example instruments to verify, initial manual orders, fee-aware contribution cadence, 12-month calendar and review rules. No return forecast. Nothing is executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cash_now | Yes | ||
| start_date | No | ||
| fixed_fee_eur | No | ||
| horizon_years | Yes | ||
| max_fee_ratio | No | ||
| risk_tolerance | Yes | low = would sell after -30%, medium = would hold, high = would buy | |
| variable_fee_pct | No | ||
| rebalance_band_abs | No | ||
| review_every_months | No | ||
| monthly_contribution | Yes |