{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "relatedFunds", "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." }, "relatedFundIdOne": { "type": "string", "description": "The first related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)." }, "relatedFundIdTwo": { "type": "string", "description": "The second related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)." }, "relatedFundIdThree": { "type": "string", "description": "The third related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)." }, "relatedFundIdFour": { "type": "string", "description": "The fourth related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)." }, "relatedFundIdFive": { "type": "string", "description": "The fifth related fund to the requestedId returned as a FactSet Permanent Security Identifier (XXXXXX-S)." }, "requestId": { "type": "string", "description": "The requested Id sent as input." } } }