Income Diversification Planner

Income Diversification Planner

Income Diversification Planner

`; resultHTML += ``; projectionResults.forEach(result => { resultHTML += ` `; }); resultHTML += `
Income StreamPercentageMonthly AllocationProjected Value in ${yearsToInvest} Years
${result.name} ${result.percentage}% $${result.allocatedAmount.toFixed(2)} $${result.futureValue}
`; result.innerHTML = resultHTML; });