Is there a way to obtain all static data for treasuries, for on the run and off the run?
By static data, I mean values such as COUPON, ISSUE_DATE, MATURITY_DATE, CUSIP, SECTOR.
Off-the-run treasuries can change from one day to the next, hence I want a way to query this from a Java side UPA process. I will then use the static data to subscribe to relevant bonds to get the bid and ask.
Perhaps there is a chain type construct to achieve this?