How can I obtain all the constituents of this curve?
@RMonllor
Thank you for reaching out to us.
You can use the Chain class in the LSEG Data Library for Python to obtain all items in this chain RIC.
For example:
try: chain = Chain("0#EUHICPXTSACZ=R") print(chain.constituents) except LDError as e: print("### Exception ####")
Other examples are available on GitHub.