Factset · Schema

SMRetrieveResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
securityName string
status string
location string
asofdate string
errors array
View JSON Schema on GitHub

JSON Schema

factset-security-modeling-sm-retrieve-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SMRetrieveResponse",
  "type": "object",
  "properties": {
    "securityName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "asofdate": {
      "type": "string"
    },
    "errors": {
      "type": "array"
    }
  }
}