Factset · JSON Structure

Factset Esg Sfdr Pai Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId requestId subTopicCode subTopicName indicatorType periodEndDate reportingPeriod standardizedUnit standardizedValue

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "sfdrPai",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "subTopicCode": {
      "type": "string"
    },
    "subTopicName": {
      "type": "string"
    },
    "indicatorType": {
      "type": "string"
    },
    "periodEndDate": {
      "type": "string"
    },
    "reportingPeriod": {
      "type": "string"
    },
    "standardizedUnit": {
      "type": "string"
    },
    "standardizedValue": {
      "type": "string"
    }
  }
}