suggest_asset_allocation
Suggests an equity, debt, and gold split based on age, risk profile, and investment horizon using the 100-age rule. Optionally calculates monthly investment amounts per bucket.
Instructions
Suggest asset allocation based on age, risk profile, and investment horizon. Uses 100-age equity rule with adjustments. This is the single source of truth for an equity/debt/gold split — assess_risk_profile returns the same numbers. Pass monthly_investment to also get exact per-bucket monthly amounts. risk_profile: conservative, moderately_conservative, moderate, moderately_aggressive, aggressive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | ||
| risk_profile | Yes | ||
| monthly_investment | No | ||
| investment_horizon_years | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |