Factset · Schema

termsAndConditionsRequest

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
ids array List of Fixed Income Security identifiers. Supported symbol types include CUSIP, SEDOL, ISIN, and FactSet Security Permanent Identifier (-S). **ID LIMIT = 250** *per request*.
fields array List of Terms and Conditions data items.
categories array Selects the Fixed Income metrics by major category - * **SECURITY_DETAILS** = Detailed information about the security. * **COUPON_DETAILS** = Coupon details. * **CONVERTIBLE_FEATURES** = Features of c
View JSON Schema on GitHub

JSON Schema

factset-terms-and-conditions-terms-and-conditions-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "termsAndConditionsRequest",
  "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"
    },
    "fields": {
      "type": "array",
      "description": "List of Terms and Conditions data items."
    },
    "categories": {
      "type": "array",
      "description": "Selects the Fixed Income metrics by major category -\n* **SECURITY_DETAILS** = Detailed information about the security.\n* **COUPON_DETAILS** = Coupon details.\n* **CONVERTIBLE_FEATURES** = Features of convertible instruments.\n* **REDEMPTION_OPTIONS** = Redemption options.\n"
    }
  }
}