Factset · Schema
convertibleDetails
Convertible Details for a Fixed Income security.
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| requestId | string | Security identifier used in the request. |
| fsymId | string | FactSet Permanent Security Identifier. |
| convCurr | string | Convertible Currency |
| convEffDate | string | Convertible Effective Date |
| convEndDate | string | Convertible End Date |
| convFrequency | string | Convertible Frequency |
| convId | integer | Convertible Type Id |
| convIdentification | string | Convertible Identification |
| convNoticeDaysMax | integer | Convertible Notice Max |
| convNoticeDaysMin | integer | Convertible Notice Min |
| convPayForm | string | Convertible Payment Form |
| convPayFormDet | string | Convertible Payment Form Detail |
| convPayFormElect | string | Convertible Payment Form Election |
| convPremChgControl | number | Convertible Premium Change Control |
| convPriceMethod | string | Convertible Price Method |
| convRatio | number | Convertibles Ratio |
| convRatioDesc | string | Convertible Ratio Form Description |
| convType | string | Convertible Type |
JSON Schema
{
"$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"
}
}
}