Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/portfolio/portfolio-calculator.ts
|
@ -516,7 +516,7 @@ export class PortfolioCalculator { |
|
|
); |
|
|
); |
|
|
} else if (!currentPosition.quantity.eq(0)) { |
|
|
} else if (!currentPosition.quantity.eq(0)) { |
|
|
Logger.error( |
|
|
Logger.error( |
|
|
`Initial value is missing for symbol ${currentPosition.symbol}` |
|
|
`Missing initial value for symbol ${currentPosition.symbol} at ${currentPosition.firstBuyDate}` |
|
|
); |
|
|
); |
|
|
hasErrors = true; |
|
|
hasErrors = true; |
|
|
} |
|
|
} |
|
|