Factset · Schema

currencySymbol

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
currencySymbol object Symbol for data currency
View JSON Schema on GitHub

JSON Schema

factset-ownership-report-builder-currency-symbol-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "currencySymbol",
  "type": "object",
  "properties": {
    "currencySymbol": {
      "type": "object",
      "description": "Symbol for data currency"
    }
  }
}