Factset · Schema

frequencyAum

Controls the display frequency of the data returned. * **MTD** = Month-To-Date * **M** = Monthly, based on the last trading day of the month. * **CQTD** = Calendar Quarter-to-Date * **CQ** = Calendar Quarterly * **CYTD** = Calendar Year-to-Date * **CY** = Calendar Yearly

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
View JSON Schema on GitHub

JSON Schema

factset-funds-frequency-aum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "frequencyAum",
  "type": "string",
  "description": "Controls the display frequency of the data returned.\n  * **MTD** = Month-To-Date\n  * **M** = Monthly, based on the last trading day of the month.\n  * **CQTD** = Calendar Quarter-to-Date\n  * **CQ** = Calendar Quarterly\n  * **CYTD** = Calendar Year-to-Date\n  * **CY** = Calendar Yearly\n"
}