Factset · JSON Structure

Factset Security Modeling Sm Retrieve Parameters Structure

Type: object Properties: 4
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

securityName location asofdate securityType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SMRetrieveParameters",
  "type": "object",
  "properties": {
    "securityName": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "asofdate": {
      "type": "string"
    },
    "securityType": {
      "type": "string"
    }
  }
}