|
@ -215,6 +215,7 @@ export class PortfolioCalculator { |
|
|
await this.currentRateService.getValues({ |
|
|
await this.currentRateService.getValues({ |
|
|
currencies, |
|
|
currencies, |
|
|
dataGatheringItems, |
|
|
dataGatheringItems, |
|
|
|
|
|
// TODO Refactor in to lte & gte
|
|
|
dateQuery: { |
|
|
dateQuery: { |
|
|
in: dates |
|
|
in: dates |
|
|
}, |
|
|
}, |
|
@ -402,6 +403,7 @@ export class PortfolioCalculator { |
|
|
} = await this.currentRateService.getValues({ |
|
|
} = await this.currentRateService.getValues({ |
|
|
currencies, |
|
|
currencies, |
|
|
dataGatheringItems, |
|
|
dataGatheringItems, |
|
|
|
|
|
// TODO Refactor to lte & gte
|
|
|
dateQuery: { |
|
|
dateQuery: { |
|
|
in: dates |
|
|
in: dates |
|
|
}, |
|
|
}, |
|
|