Factset · Schema

saHeadlinesRequestTickersObject

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
name string
value string
type string
View JSON Schema on GitHub

JSON Schema

factset-streetaccount-news-sa-headlines-request-tickers-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "saHeadlinesRequestTickersObject",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}