Hi,
I'm using refinitiv.data in Python. The Equity Derivative Quotes view (search.Views.EQUITY_DERIVATIVE_QUOTES) exposes a field named ContractTypeCode. For active listed options on .SPX, there appear to be two possible values of ContractTypeCode: "91" and "92", with occurrences of "92" greatly outnumbering "91".
I have the following questions, from most specific to most general:
- What are the meanings (descriptions) of these two ContractTypeCodes?
- What are all the possible values of ContractTypeCode, together with a description of each?
- Is there a "meta-endpoint" which lets me obtain a list of all possible values + descriptions for any particular field?
Thanks very much.
Regards,
Jon