Browse Source

Improve comment

pull/632/head
Reto Kaul 4 years ago
parent
commit
f6da0cc2ec
  1. 2
      apps/api/src/app/portfolio/portfolio-calculator-new.ts

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

@ -346,7 +346,7 @@ export class PortfolioCalculatorNew {
let totalInvestment = new Big(0);
let totalUnits = new Big(0);
// Add a placeholder order at the start and the end date
// Add a synthetic order at the start and the end date
orders.push({
symbol,
currency: null,

Loading…
Cancel
Save