Issue to retrieve Deliverable Bonds for Australian Future Bonds

dear developer community

i share with you an issue i encounter today regarding Deliverable Bonds for JUN23 Australian Futures (YTT and YTC).

Indeed, YTTc1 and YTCc1 maturing 15/06/23, DLZ Eikon Quote show deliverable Bonds for Australian Bond Futures, but i get no result when trying to retrieve the same data using refinitiv data library


many thanks for tour help for this issue

Regards

1686660220844.png



1686660208734.png


Best Answer

  • aramyan.h
    aramyan.h admin
    Answer ✓

    Hi @anass.yazane.1 ,


    Thank you for your patience. I have raised this to the product team and they informed me it is working. I just tried it works for me as well - although it didn't when I tried when you reported.

    Could you please retry and report if any issues?

    response = bond.Definition(
    instrument_code = "YTTc1",
    extended_params={'instrumentType': "BondFuture"},
    fields=[
    "DeliveryBasket"]
    ).get_data()

    response.data.df['DeliveryBasket'][0]

    screenshot-2023-06-26-at-101945.png


    Best regards,

    Haykaz

Answers