Executive Summary
Return on Investment (ROI)
${results.roi.toFixed(2)}%
Net Present Value (NPV)
$${results.npv.toLocaleString()}
Payback Period
${typeof results.paybackPeriod === 'number' ? results.paybackPeriod.toFixed(2) + ' Years' : 'N/A'}
Total Net Benefit
$${(results.totalBenefits - results.totalCosts).toLocaleString()}
