{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "termsAndConditionsRequest", "type": "object", "properties": { "ids": { "type": "array", "description": "List of Fixed Income Security identifiers. Supported symbol types include CUSIP, SEDOL, ISIN, and FactSet Security Permanent Identifier (-S).\n\n**ID LIMIT = 250** *per request*.\n" }, "fields": { "type": "array", "description": "List of Terms and Conditions data items." }, "categories": { "type": "array", "description": "Selects the Fixed Income metrics by major category -\n* **SECURITY_DETAILS** = Detailed information about the security.\n* **COUPON_DETAILS** = Coupon details.\n* **CONVERTIBLE_FEATURES** = Features of convertible instruments.\n* **REDEMPTION_OPTIONS** = Redemption options.\n" } } }