Browse Source

Clean up

pull/651/head
Thomas 3 years ago
parent
commit
e4e2f9cd17
  1. 1
      apps/api/src/app/portfolio/portfolio-calculator-new.ts

1
apps/api/src/app/portfolio/portfolio-calculator-new.ts

@ -153,7 +153,6 @@ export class PortfolioCalculatorNew {
hasErrors: false,
grossPerformance: new Big(0),
grossPerformancePercentage: new Big(0),
netAnnualizedPerformance: new Big(0),
netPerformance: new Big(0),
netPerformancePercentage: new Big(0),
positions: [],

Loading…
Cancel
Save