Asset Allocation Simulator
Total Investment: $${amount.toLocaleString()}
Risk Tolerance: ${risk.charAt(0).toUpperCase() + risk.slice(1)}
- Stocks: $${(amount * stocks).toFixed(2)}
- Bonds: $${(amount * bonds).toFixed(2)}
- Cash: $${(amount * cash).toFixed(2)}