Incorrect Value in the "asset_type" key for derivative records

Namaskara,

Here is a JSON data object of a stock option (Coro cement in this case):

{“weekly”:false,
“segment”:“NSE_FO”,
“name”:“COROMANDEL INTERNTL. LTD”,
“exchange”:“NSE”,
“expiry”:1740680999000,
“instrument_type”:“PE”,
“asset_symbol”:“COROMANDEL”,
“underlying_symbol”:“COROMANDEL”,
“instrument_key”:“NSE_FO|74956”,
“lot_size”:350,
“freeze_quantity”:14000.0,
“exchange_token”:“74956”,
“minimum_lot”:350,
“asset_key”:“NSE_EQ|INE169A01031”,
“underlying_key”:“NSE_EQ|INE169A01031”,
“tick_size”:5.0,
“asset_type”:“EQUITY”,
“underlying_type”:“EQUITY”,
“trading_symbol”:“COROMANDEL 2040 PE 27 FEB 25”,
“strike_price”:2040.0,
“qty_multiplier”:1.0
}

Well this is a derivative with underlying equity.

However the asset_type is listed as:
“asset_type”:“EQUITY”,

This is incorrect. The correct asset type is “DERIVATIVE” in border context.
OR
asset type is “STOCK OPTIONS” in more granular description.

Please correct the value for the key “asset_type” from EQUITY to DERIVATIVE … for derivative assets.

Regards
Rathnadhar K V