{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "couponSchedules", "type": "object", "description": "Coupon Schedules for a Fixed Income security.", "properties": { "requestId": { "type": "string", "description": "Security identifier used in the request." }, "fsymId": { "type": "string", "description": "FactSet Permanent Security Identifier." }, "couponEffDate": { "type": "string", "description": "Coupon Effective Date" }, "couponRate": { "type": "number", "description": "Coupon Rate" } } }