Factset · Schema

sfdrPaiResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of SFDR PAI Response object
View JSON Schema on GitHub

JSON Schema

factset-esg-sfdr-pai-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "sfdrPaiResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of SFDR PAI Response object"
    }
  }
}