{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "fixedIncomePrice", "type": "object", "properties": { "fsymId": { "type": "string" }, "date": { "type": "string" }, "securityType": { "type": "string" }, "issuerEntityId": { "type": "string" }, "issuerType": { "type": "string" }, "priceBid": { "type": "number" }, "priceMid": { "type": "number" }, "priceAsk": { "type": "number" }, "requestId": { "type": "string" } } }