Msg: unknown marketdata security type(s) for service ibg1: IND

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?

You're doing it the right way. This is an omission of the launchpad service affecting IND and FOP.

It has been fixed in quantrocket/launchpad:1.2.1, please update and try again.

Thanks I updated to the new image last night and it appear to be working with the permissions.

This topic was automatically closed after 4 days. New replies are no longer allowed.