{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "redemptionPricesRequest", "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" }, "categories": { "type": "string", "description": "Filters the list of Redemption Prices Categories -\n * **CALL** = Call prices.\n * **PUT** = Put prices.\n * **SF** = Sinking Fund prices.\n" } } }