Factset · JSON Structure

Factset Funds Returns Snapshot Structure

Type: object Properties: 12
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

returnsSnapshot is a JSON Structure definition published by Factset, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fsymId oneWeek oneMonth threeMonth yearToDate oneYear threeYear threeYearAnnualized fiveYear fiveYearAnnualized date requestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "returnsSnapshot",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "oneWeek": {
      "type": "number"
    },
    "oneMonth": {
      "type": "number"
    },
    "threeMonth": {
      "type": "number"
    },
    "yearToDate": {
      "type": "number"
    },
    "oneYear": {
      "type": "number"
    },
    "threeYear": {
      "type": "number"
    },
    "threeYearAnnualized": {
      "type": "number"
    },
    "fiveYear": {
      "type": "number"
    },
    "fiveYearAnnualized": {
      "type": "number"
    },
    "date": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}