When I make a query to the API for the historical reference data for a number of RICs, some return with no First Trading Date e.g.
{
"IdentifierType": "ChainRIC",
"Identifier": "0#ALSI:",
"Instrument ID": "0#ALSI:",
"Ticker": "ALSI",
"Trading Status": 1,
"First Trading Date": null,
"Last Trading Day": "2020-06-18",
"Security Description": "INDEX ALSI JUN0",
"Exchange Code": "JNB",
"RIC": "ALSIM0",
"Issue PermID": null,
"Expiration Date": "2020-06-18",
"Change Date": "2019-01-01"
}
Should I interpret the Change Date as the First Trading Date?