|
@ -197,7 +197,7 @@ export class YahooFinanceDataEnhancerService implements DataEnhancerInterface { |
|
|
assetProfile.price.symbol |
|
|
assetProfile.price.symbol |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
if (assetSubClass === AssetSubClass.MUTUALFUND) { |
|
|
if (assetSubClass in [AssetSubClass.ETF, AssetSubClass.MUTUALFUND]) { |
|
|
response.sectors = []; |
|
|
response.sectors = []; |
|
|
|
|
|
|
|
|
for (const sectorWeighting of assetProfile.topHoldings |
|
|
for (const sectorWeighting of assetProfile.topHoldings |
|
|