Factset · Schema

SMCreateResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

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