Browse Source

Add TODOs

pull/3393/head
Thomas Kaul 1 year ago
parent
commit
fa43a4bd2c
  1. 4
      apps/api/src/app/portfolio/portfolio.service.ts

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

@ -1171,9 +1171,9 @@ export class PortfolioService {
totalInvestment, totalInvestment,
currentNetWorth: netWorth, currentNetWorth: netWorth,
currentValueInBaseCurrency: valueWithCurrencyEffect, currentValueInBaseCurrency: valueWithCurrencyEffect,
netPerformancePercentage: netPerformanceInPercentage / 100 / 100, netPerformancePercentage: netPerformanceInPercentage / 100, // TODO
netPerformancePercentageWithCurrencyEffect: netPerformancePercentageWithCurrencyEffect:
netPerformanceInPercentageWithCurrencyEffect / 100 netPerformanceInPercentageWithCurrencyEffect / 100 // TODO
} }
}; };
} }

Loading…
Cancel
Save