Total Withdrawals: ${{ totalWithdrawals < 10000000 ? formatNumber(totalWithdrawals.toFixed(2)) : convertToBMK(totalWithdrawals) }}
Remaining Balance: ${{ remainingBalance.toFixed(0).length < 7 ? formatNumber(remainingBalance.toFixed(2)) : convertToBMK(remainingBalance) }}
Warning: Funds deplete before plan ends.
Your funds last approximately {{ yearsLastingFunds.toFixed(0) }} years.
Your investment lasts the full duration.
Your future is secured with monthly passive income of {{ inputs.monthlyWithdrawal.value < 10000000 ? formatNumber(inputs.monthlyWithdrawal.value) : convertToBMK(inputs.monthlyWithdrawal.value) }}