In a Python program I need to know the base type of the fields in the record messages, but the `Profile["types"]` dictionary is missing the data from the "Base Type" column.
Unfortunately adding the type in the `types` dict will break compatibility; is there any plan for adding the type information?
A possible solution is to add a new dict `base_type`, in addition to `version`, `common_fields`, `messages`, `types`, `mesg_num`.
Thanks
Manlio Perillo