Profit Outperformance: |
${{ formatNumber(data.comparison.outperformanceAmount) }}
({{ data.comparison.outperformancePercentage > 0 ? '+' : '' }}{{ formatNumber(data.comparison.outperformancePercentage) }}%)
|
Volatility Reduction: |
{{ data.comparison.volatilityReduction > 0 ? '-' : '+' }}{{ formatNumber(Math.abs(data.comparison.volatilityReduction)) }}%
|
Drawdown Improvement: |
{{ data.comparison.drawdownImprovement > 0 ? '-' : '+' }}{{ formatNumber(Math.abs(data.comparison.drawdownImprovement)) }}%
|
Year {{ selectedYear }} Performance
Ultimate Strategy:
{{ formatNumber(yearStats.profitPercentage) }}%
Buy and Hold:
{{ formatNumber(yearBuyAndHoldStats.profitPercentage) }}%