|
|
@ -302,9 +302,7 @@ export abstract class PortfolioCalculator { |
|
|
const errors: ResponseError['errors'] = []; |
|
|
const errors: ResponseError['errors'] = []; |
|
|
let hasAnySymbolMetricsErrors = false; |
|
|
let hasAnySymbolMetricsErrors = false; |
|
|
|
|
|
|
|
|
const positions: (TimelinePosition & { |
|
|
const positions: TimelinePosition[] = []; |
|
|
includeInHoldings: boolean; |
|
|
|
|
|
})[] = []; |
|
|
|
|
|
|
|
|
|
|
|
const accumulatedValuesByDate: { |
|
|
const accumulatedValuesByDate: { |
|
|
[date: string]: { |
|
|
[date: string]: { |
|
|
|