Negative Covenant for a Fixed Income security.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "negativeCovenant", "type": "object", "description": "Negative Covenant for a Fixed Income security.", "properties": { "requestId": { "type": "string", "description": "Security identifier used in the request." }, "fsymId": { "type": "string", "description": "FactSet Permanent Security Identifier." }, "negCovenantLvl": { "type": "string", "description": "Negative Covenant Level" }, "negCovenantType": { "type": "string", "description": "Negative Covenant Type" } } }