Browse Source

Add safe withdrawal rate to user settings

pull/5629/head
Thomas Kaul 1 month ago
parent
commit
ce29dd09ca
  1. 10
      apps/client/src/app/pages/portfolio/fire/fire-page.html

10
apps/client/src/app/pages/portfolio/fire/fire-page.html

@ -96,7 +96,15 @@
[value]="fireWealth?.toNumber()"
/>
</span>
and a safe withdrawal rate (SWR) of 4%.
and a safe withdrawal rate (SWR) of
<span class="font-weight-bold"
><gf-value
class="d-inline-block"
[isPercent]="true"
[locale]="user?.settings?.locale"
[precision]="1"
[value]="user?.settings?.safeWithdrawalRate" /></span
>.
</div>
}
</div>

Loading…
Cancel
Save