|
|
@ -140,6 +140,11 @@ export class GfAdminMarketDataComponent |
|
|
id: 'ETF_WITHOUT_SECTORS', |
|
|
id: 'ETF_WITHOUT_SECTORS', |
|
|
label: $localize`ETFs without Sectors`, |
|
|
label: $localize`ETFs without Sectors`, |
|
|
type: 'PRESET_ID' as Filter['type'] |
|
|
type: 'PRESET_ID' as Filter['type'] |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
id: 'WITHOUT_ACTIVITIES', |
|
|
|
|
|
label: $localize`Without Activities`, |
|
|
|
|
|
type: 'PRESET_ID' as Filter['type'] |
|
|
} |
|
|
} |
|
|
]; |
|
|
]; |
|
|
public benchmarks: Partial<SymbolProfile>[]; |
|
|
public benchmarks: Partial<SymbolProfile>[]; |
|
|
|