|
@ -301,9 +301,10 @@ export class PortfolioService { |
|
|
dateRange, |
|
|
dateRange, |
|
|
impersonationId, |
|
|
impersonationId, |
|
|
portfolioOrders, |
|
|
portfolioOrders, |
|
|
transactionPoints, |
|
|
transactionPoints, |
|
|
userId, |
|
|
|
|
|
userCurrency: this.request.user.Settings.settings.baseCurrency, |
|
|
userCurrency: this.request.user.Settings.settings.baseCurrency, |
|
|
|
|
|
userId, |
|
|
|
|
|
calculateTimeWeightedPerformance: false, |
|
|
withDataDecimation: false |
|
|
withDataDecimation: false |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|