|
@ -104,7 +104,8 @@ export class GfHoldingsTableComponent implements OnChanges, OnDestroy { |
|
|
(sum, current) => (sum += current.netPerformanceWithCurrencyEffect), |
|
|
(sum, current) => (sum += current.netPerformanceWithCurrencyEffect), |
|
|
0 |
|
|
0 |
|
|
); |
|
|
); |
|
|
this.totalChangePercentage = (this.totalChange / this.totalValue) * 100; |
|
|
this.totalChangePercentage = |
|
|
|
|
|
this.totalChange / (this.totalValue - this.totalChange); |
|
|
|
|
|
|
|
|
if (this.holdings) { |
|
|
if (this.holdings) { |
|
|
this.isLoading = false; |
|
|
this.isLoading = false; |
|
|