The account/benchmark parameter for Vault calculation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VaultIdentifier", "type": "object", "description": "The account/benchmark parameter for Vault calculation.", "properties": { "id": { "type": "string", "description": "User's FactSet account path OR benchmark." } } }