I have inherited a StarterConsumer app that is querying Tradeweb Cusips (RICs) to get bond prices. This app has been working fine up until 4/30/2019. I have made no changes to the app, but it seems like it is getting different results.
From what I can tell, the app takes in an "itemList" of "RIC Chains", for example - "0#US7YSTRIP,1#US7YSTRIP,2#US7YSTRIP,0#US10YSTRIP"
It seems like the EZD server returns all the Cusips (RICs) in that chain, and then it requests the data for each of those individual RICs.
Does anyone know if that is how the StarterConsumer app works?
Also, do you know if I can add a single Cusip (RIC) to the itemList? I tried it and it didn't return pricing for that RIC, but I might have been doing something wrong.
Basically, I have a Cusip that is not getting updated pricing, and I can't tell why it would have stopped updating.
Thank you for any assistance!