Factset · JSON Structure

Factset Terms And Conditions Coupon History Structure

Type: object Properties: 15
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

requestId fsymId date couponBasketFlag couponEffPmtDate couponFormula couponInitResetDate couponResetFreq couponLink couponMargin couponMinFloatRate couponStructSubCode couponTypeStruct couponVarPmtFlag underlyingIndex

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "couponHistory",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "couponBasketFlag": {
      "type": "boolean"
    },
    "couponEffPmtDate": {
      "type": "string"
    },
    "couponFormula": {
      "type": "string"
    },
    "couponInitResetDate": {
      "type": "string"
    },
    "couponResetFreq": {
      "type": "string"
    },
    "couponLink": {
      "type": "string"
    },
    "couponMargin": {
      "type": "number"
    },
    "couponMinFloatRate": {
      "type": "number"
    },
    "couponStructSubCode": {
      "type": "string"
    },
    "couponTypeStruct": {
      "type": "string"
    },
    "couponVarPmtFlag": {
      "type": "boolean"
    },
    "underlyingIndex": {
      "type": "string"
    }
  }
}