Browse Source

Refactoring

pull/1224/head
Thomas 3 years ago
parent
commit
59446c1098
  1. 2
      apps/api/src/app/portfolio/portfolio-calculator.ts

2
apps/api/src/app/portfolio/portfolio-calculator.ts

@ -183,9 +183,9 @@ export class PortfolioCalculator {
if (!transactionPointsInRange.length) {
return {
currentValue: new Big(0),
hasErrors: false,
grossPerformance: new Big(0),
grossPerformancePercentage: new Big(0),
hasErrors: false,
netPerformance: new Big(0),
netPerformancePercentage: new Big(0),
positions: [],

Loading…
Cancel
Save