Browse Source

Extend redacted values

pull/5335/head
Thomas Kaul 2 weeks ago
parent
commit
a40c475fe1
  1. 3
      apps/api/src/interceptors/redact-values-in-response/redact-values-in-response.interceptor.ts

3
apps/api/src/interceptors/redact-values-in-response/redact-values-in-response.interceptor.ts

@ -50,12 +50,15 @@ export class RedactValuesInResponseInterceptor<T>
'feeInBaseCurrency', 'feeInBaseCurrency',
'grossPerformance', 'grossPerformance',
'grossPerformanceWithCurrencyEffect', 'grossPerformanceWithCurrencyEffect',
'interestInBaseCurrency',
'investment', 'investment',
'netPerformance', 'netPerformance',
'netPerformanceWithCurrencyEffect', 'netPerformanceWithCurrencyEffect',
'quantity', 'quantity',
'symbolMapping', 'symbolMapping',
'totalBalanceInBaseCurrency', 'totalBalanceInBaseCurrency',
'totalDividendInBaseCurrency',
'totalInterestInBaseCurrency',
'totalValueInBaseCurrency', 'totalValueInBaseCurrency',
'unitPrice', 'unitPrice',
'value', 'value',

Loading…
Cancel
Save