Factset · Schema

sasbScoresResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of SASB Scores Objects
View JSON Schema on GitHub

JSON Schema

factset-esg-sasb-scores-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "sasbScoresResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of SASB Scores Objects"
    }
  }
}