Factset · Schema

QuantFdsDate

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
startDate string
endDate string
View JSON Schema on GitHub

JSON Schema

factset-quant-engine-quant-fds-date-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "QuantFdsDate",
  "type": "object",
  "properties": {
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    }
  }
}