|
|
@ -223,7 +223,8 @@ export class GfFirePageComponent implements OnDestroy, OnInit { |
|
|
|
|
|
|
|
|
private calculateWithdrawalRates() { |
|
|
private calculateWithdrawalRates() { |
|
|
if (this.fireWealth && this.user?.settings?.safeWithdrawalRate) { |
|
|
if (this.fireWealth && this.user?.settings?.safeWithdrawalRate) { |
|
|
this.withdrawalRatePerYear = this.fireWealth.mul( |
|
|
this.withdrawalRatePerYear = new Big( |
|
|
|
|
|
this.fireWealth.today.valueInBaseCurrency * |
|
|
this.user.settings.safeWithdrawalRate |
|
|
this.user.settings.safeWithdrawalRate |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
|