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