Factset · Schema

covenantDetail

Covenant Detail for a Fixed Income security.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
requestId string Security identifier used in the request.
fsymId string FactSet Permanent Security Identifier.
finCovType string Covenant Type
finCovDesc string Description
View JSON Schema on GitHub

JSON Schema

factset-terms-and-conditions-covenant-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "covenantDetail",
  "type": "object",
  "description": "Covenant Detail for a Fixed Income security.",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Security identifier used in the request."
    },
    "fsymId": {
      "type": "string",
      "description": "FactSet Permanent Security Identifier."
    },
    "finCovType": {
      "type": "string",
      "description": "Covenant Type"
    },
    "finCovDesc": {
      "type": "string",
      "description": "Description"
    }
  }
}