Browse Source

Nullify values

pull/2863/head
Thomas Kaul 2 years ago
parent
commit
e14b505781
  1. 4
      apps/api/src/app/portfolio/portfolio.controller.ts

4
apps/api/src/app/portfolio/portfolio.controller.ts

@ -155,7 +155,9 @@ export class PortfolioController {
'cash',
'committedFunds',
'currentGrossPerformance',
'currentGrossPerformanceWithCurrencyEffect',
'currentNetPerformance',
'currentNetPerformanceWithCurrencyEffect',
'currentValue',
'dividend',
'emergencyFund',
@ -383,7 +385,9 @@ export class PortfolioController {
performanceInformation.performance,
[
'currentGrossPerformance',
'currentGrossPerformanceWithCurrencyEffect',
'currentNetPerformance',
'currentNetPerformanceWithCurrencyEffect',
'currentNetWorth',
'currentValue',
'totalInvestment'

Loading…
Cancel
Save