Factset · Schema

lookup_assettype

returns the count of assest classes

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
people integer
View JSON Schema on GitHub

JSON Schema

factset-id-lookup-lookup_assettype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "lookup_assettype",
  "type": "object",
  "description": "returns the count of assest classes",
  "properties": {
    "people": {
      "type": "integer"
    }
  }
}