Logo SWP Calculator - PlayOnWeb

Returns ({{ (remainingBalance / initialInvestment * 100).toFixed(0).length < 7 ? formatNumber((remainingBalance / initialInvestment * 100).toFixed(2)) : convertToBMK(remainingBalance / initialInvestment * 100) }}%)= ${{ convertToBMK(remainingBalance) }}
Estimated yearly growth | Monthly ({{ monthlyReturn < 10000000 ? formatNumber(monthlyReturn.toFixed(2)) : convertToBMK(monthlyReturn) }}%)
Planned withdrawal period | {{ (withdrawalDuration * 12).toFixed(0) }} months
Fixed withdrawal amount | {{ monthlyWithdrawalPercentage < 10000000 ? formatNumber(monthlyWithdrawalPercentage.toFixed(2)) : convertToBMK(monthlyWithdrawalPercentage) }}%

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) }}