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

Loading…
Cancel
Save