The Eikon desktop application has a "Description" page for swaps (USD1YOIS=) that presents contract specification data such as day-count convention, holiday calendar, and reference rate RIC. Is there a way to locate Python api field names for these items?
I could not locate them in the Data Item Browser, or using the TR Eikon MS Office formulas, as suggested in the Eikon Python docs.
More broadly, is there a method that will list all fields that can be queried using:
eikon.get_data(ric, fields)
Such a field list could be a time-saver, even if most returned values are null.