Factset · JSON Structure

Factset Funds Aum Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId fundLevelAUM shrClassAUMRpt shrClassAUMAct currency date requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "aum",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "fundLevelAUM": {
      "type": "number"
    },
    "shrClassAUMRpt": {
      "type": "number"
    },
    "shrClassAUMAct": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}