{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "price", "type": "object", "properties": { "fsymId": { "type": "string", "description": "FactSet Permanent Identifier. Six alpha-numeric characters, excluding vowels, with an -R suffix (XXXXXX-R) or a -L Suffix (XXXXXX-L)." }, "date": { "type": "string", "description": "Ending date for the period expressed in YYYY-MM-DD format." }, "currency": { "type": "string", "description": "Currency ISO code. For more details, visit [Online Assistant Page #1470](https://oa.apps.factset.com/pages/1470)." }, "requestId": { "type": "string", "description": "Identifier that was used for the request." } } }