Factset · Schema

currencyCode

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
currencyCode object Code for data currency
View JSON Schema on GitHub

JSON Schema

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