{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "flows", "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." }, "fundFlows": { "type": "number", "description": "Fund flows data for the specified share class in raw units of the specified currency." }, "currency": { "type": "string", "description": "The Currency of the AUM values. By default it will be in the FUnds Currency, unless otherwise requested via the currency parameter." }, "date": { "type": "string", "description": "The date of the AUM in YYYY-MM-DD format." }, "requestId": { "type": "string", "description": "The requested Id sent as input." } } }