Factset · Schema

scale

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
scale object Integer power of 10 to which numbers have been scaled. For example: 6 implies millions. Default is 0.
View JSON Schema on GitHub

JSON Schema

factset-ownership-report-builder-scale-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "scale",
  "type": "object",
  "properties": {
    "scale": {
      "type": "object",
      "description": "Integer power of 10 to which numbers have been scaled. For example: 6 implies millions.\nDefault is 0.\n"
    }
  }
}