Hi, I am trying to find all ISINs of the share classes belonging to a fund ISIN. I am using the property "RelatedAssets". For example, for fund ISIN LU0188167505, I get
{
"code": "SHARECLASSES",
"values": [
{
"name": "AXA IM FIIS US Short Duration High Yield F USD M D",
"id": 68365074
},...
]
}
How can I find the ISIN for the fund
id = 68365074 , name = AXA IM FIIS US Short Duration High Yield F USD M D
using the funds API?
Thanks