We use LSEG to get Debt Securities market data from market contributors by using an API (Python). We get our LowBid-HighAsk range from the market data available such as yield or price for any particular security.
I wanted to inquire if there is an identifier to differentiate the market data if it is a yield or a trade price.
To illustrate, please see the below screen grab for a sample security 912810UGI.
In generating the LowBid-HighAsk range, the correct bid-ask range we need to get should be the minimum value from the Bid column and maximum value from the Ask column. However, there are instances where the API gets the minimum value from the BidYld column for the LowBid.