{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "redemptionPrice", "type": "object", "description": "Redemption Price Data Items for a Fixed Income security.", "properties": { "requestId": { "type": "string", "description": "Security identifier used in the request." }, "fsymId": { "type": "string", "description": "FactSet Permanent Security Identifier." }, "date": { "type": "string", "description": "Date of the Redemption Price." }, "category": { "type": "string", "description": "Redemption Price Category -\n* **CALL** = Call prices.\n* **PUT** = Put prices.\n* **SF** = Sinking Fund prices.\n" }, "minAmt": { "type": "number", "description": "Sinking Fund minimum amount." }, "price": { "type": "number", "description": "Redemption price for the category." } } }