Thomas Kaul
2 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
|
@ -722,7 +722,7 @@ export class PortfolioCalculator { |
|
|
); |
|
|
); |
|
|
} else if (!currentPosition.quantity.eq(0)) { |
|
|
} else if (!currentPosition.quantity.eq(0)) { |
|
|
Logger.warn( |
|
|
Logger.warn( |
|
|
`Missing initial value for symbol ${currentPosition.symbol} at ${currentPosition.firstBuyDate}`, |
|
|
`Missing historical market data for symbol ${currentPosition.symbol}`, |
|
|
'PortfolioCalculator' |
|
|
'PortfolioCalculator' |
|
|
); |
|
|
); |
|
|
hasErrors = true; |
|
|
hasErrors = true; |
|
|