{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "returns", "type": "object", "properties": { "fsymId": { "type": "string", "description": "FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested." }, "return": { "type": "number", "description": "The Return for the requested id and date. Adjusting the frequency of the time-series does not adjust the return calculation, and simply controls the display frequency. The return type is determined by including or excluding dividends through the dividendAdjust parameter." }, "date": { "type": "string", "description": "The date of the return in YYYY-MM-DD format." }, "currency": { "type": "string", "description": "ISO3 Currency" }, "requestId": { "type": "string", "description": "The requested Id sent as input." } } }