Factset · JSON Structure

Factset Security Modeling Sm Custom Cash Flow Fields Structure

Type: object Properties: 29
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

cashFlowAmounts cashFlowDates country currency issueName parAmt parentName ratingFitch ratingFitchDates ratingFitchValues ratingMoodysDates ratingMoodysValues ratingSpDates ratingSpValues secondaryToVendorFlag sector sectorBarclay1 sectorBarclay2 sectorBarclay3 sectorBarclay4 sectorDef sectorIndustry sectorMain sectorMerrill1 sectorMerrill2 sectorMerrill3 sectorMerrill4 sectorSubGroup vendorCoverageDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SMCustomCashFlowFields",
  "type": "object",
  "properties": {
    "cashFlowAmounts": {
      "type": "array"
    },
    "cashFlowDates": {
      "type": "array"
    },
    "country": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "issueName": {
      "type": "string"
    },
    "parAmt": {
      "type": "number"
    },
    "parentName": {
      "type": "string"
    },
    "ratingFitch": {
      "type": "string"
    },
    "ratingFitchDates": {
      "type": "array"
    },
    "ratingFitchValues": {
      "type": "array"
    },
    "ratingMoodysDates": {
      "type": "array"
    },
    "ratingMoodysValues": {
      "type": "array"
    },
    "ratingSpDates": {
      "type": "array"
    },
    "ratingSpValues": {
      "type": "array"
    },
    "secondaryToVendorFlag": {
      "type": "boolean"
    },
    "sector": {
      "type": "string"
    },
    "sectorBarclay1": {
      "type": "string"
    },
    "sectorBarclay2": {
      "type": "string"
    },
    "sectorBarclay3": {
      "type": "string"
    },
    "sectorBarclay4": {
      "type": "string"
    },
    "sectorDef": {
      "type": "string"
    },
    "sectorIndustry": {
      "type": "string"
    },
    "sectorMain": {
      "type": "string"
    },
    "sectorMerrill1": {
      "type": "string"
    },
    "sectorMerrill2": {
      "type": "string"
    },
    "sectorMerrill3": {
      "type": "string"
    },
    "sectorMerrill4": {
      "type": "string"
    },
    "sectorSubGroup": {
      "type": "string"
    },
    "vendorCoverageDate": {
      "type": "string"
    }
  }
}