{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "convertibleHistory", "type": "object", "description": "Convertible Details for a Fixed Income security.", "properties": { "requestId": { "type": "string", "description": "Security identifier used in the request." }, "fsymId": { "type": "string", "description": "FactSet Permanent Security Identifier." }, "convEffDate": { "type": "string", "description": "Convertible Effective Date" }, "convPrice": { "type": "number", "description": "Convertibles Price" }, "convRatio": { "type": "number", "description": "Convertibles Ratio" }, "convUlyFsymId": { "type": "string", "description": "Convertibles Underlying FactSet Permanent Identifier" } } }