Factset · JSON Structure

Factset Prices Market Value Structure

Type: object Properties: 7
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId date currency entityMarketValue entityMarketValueExNonTraded securityMarketValue requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "marketValue",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "entityMarketValue": {
      "type": "number"
    },
    "entityMarketValueExNonTraded": {
      "type": "number"
    },
    "securityMarketValue": {
      "type": "number"
    },
    "requestId": {
      "type": "string"
    }
  }
}