|
@ -42,7 +42,7 @@ export class PortfolioCalculatorFactory { |
|
|
isExperimentalFeatures?: boolean; |
|
|
isExperimentalFeatures?: boolean; |
|
|
userId: string; |
|
|
userId: string; |
|
|
}): PortfolioCalculator { |
|
|
}): PortfolioCalculator { |
|
|
const useCache = !hasFilters && isExperimentalFeatures; |
|
|
const useCache = true; // TODO
|
|
|
|
|
|
|
|
|
switch (calculationType) { |
|
|
switch (calculationType) { |
|
|
case PerformanceCalculationType.MWR: |
|
|
case PerformanceCalculationType.MWR: |
|
|