Factset · JSON Structure

Factset Terms And Conditions Convertible Details Structure

Type: object Properties: 18
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

convertibleDetails is a JSON Structure definition published by Factset, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

requestId fsymId convCurr convEffDate convEndDate convFrequency convId convIdentification convNoticeDaysMax convNoticeDaysMin convPayForm convPayFormDet convPayFormElect convPremChgControl convPriceMethod convRatio convRatioDesc convType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "convertibleDetails",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "fsymId": {
      "type": "string"
    },
    "convCurr": {
      "type": "string"
    },
    "convEffDate": {
      "type": "string"
    },
    "convEndDate": {
      "type": "string"
    },
    "convFrequency": {
      "type": "string"
    },
    "convId": {
      "type": "integer"
    },
    "convIdentification": {
      "type": "string"
    },
    "convNoticeDaysMax": {
      "type": "integer"
    },
    "convNoticeDaysMin": {
      "type": "integer"
    },
    "convPayForm": {
      "type": "string"
    },
    "convPayFormDet": {
      "type": "string"
    },
    "convPayFormElect": {
      "type": "string"
    },
    "convPremChgControl": {
      "type": "number"
    },
    "convPriceMethod": {
      "type": "string"
    },
    "convRatio": {
      "type": "number"
    },
    "convRatioDesc": {
      "type": "string"
    },
    "convType": {
      "type": "string"
    }
  }
}