StandardId Strata Not Found

Hello,

I am trying to retrieve the StandardID value an ASX future (or any future).

I am using the below code:

SecurityId futureSecurityId = SecurityId.of(“OG-Future”, “BBSW-IR-3M-Jun23”);

(or in the github examples SecurityId.of(“OG-Future”, “Eurex-FGBL-Mar14”);

Can someone please help me with this?

Thank you

Yoichi

If you have a SecurityId you can get the StandardId using .getStandardId(). If you are trying to lookup data, then that is up to you to populate the ReferenceData with appropriate information.