I'm trying to add the security type IND to my launchpad config file: ibg_config.yml to allow the gateways to pull marketdata for indexes.
Here is the config for ibg1
ibg1:
# list the exchanges, by security type, this gateway has permission for
marketdata:
STK:
- NASDAQ
- NYSE
- AMEX
FUT:
- CFE
IND:
- NASDAQ
When I load that config file I get the following error:
quantrocket launchpad config ibg_config.yml
msg: unknown marketdata security type(s) for service ibg1: IND
How do I give permission to download the IND marketdata?