{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "convertibleDetails", "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." }, "convCurr": { "type": "string", "description": "Convertible Currency" }, "convEffDate": { "type": "string", "description": "Convertible Effective Date" }, "convEndDate": { "type": "string", "description": "Convertible End Date" }, "convFrequency": { "type": "string", "description": "Convertible Frequency" }, "convId": { "type": "integer", "description": "Convertible Type Id" }, "convIdentification": { "type": "string", "description": "Convertible Identification" }, "convNoticeDaysMax": { "type": "integer", "description": "Convertible Notice Max" }, "convNoticeDaysMin": { "type": "integer", "description": "Convertible Notice Min" }, "convPayForm": { "type": "string", "description": "Convertible Payment Form" }, "convPayFormDet": { "type": "string", "description": "Convertible Payment Form Detail" }, "convPayFormElect": { "type": "string", "description": "Convertible Payment Form Election" }, "convPremChgControl": { "type": "number", "description": "Convertible Premium Change Control" }, "convPriceMethod": { "type": "string", "description": "Convertible Price Method" }, "convRatio": { "type": "number", "description": "Convertibles Ratio" }, "convRatioDesc": { "type": "string", "description": "Convertible Ratio Form Description" }, "convType": { "type": "string", "description": "Convertible Type" } } }