FactSet Terms and Conditions API

FactSet Security Reference - Fixed Income Terms & Conditions.

OpenAPI Specification

terms-and-conditions-openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: FactSet Terms & Conditions API
  version: 1.0.0
  description: >
    The FactSet Terms & Conditions API exposes Terms & Conditions data for Fixed
    Income Corporate, Governement & Agency securities. The FactSet Corporate
    Government & Agency Terms & Conditions library provides descriptive data on
    the issue level, such as offering details, redemption information, and
    coupon schedules. Issuer level data is also available. Coverage is global
    and includes corporate, sovereign, and agency issues.
  termsOfService: http://www.factset.com/api/terms.html
  contact:
    name: FactSet Research Systems
    email: [email protected]
    url: http://www.factset.com/api
  license:
    name: License Information
    url: http://www.factset.com/api/license.html
servers:
  - url: https://api.factset.com/content
    description: Production Server
security:
  - UserSecurity: []
tags:
  - name: Factset Terms and Conditions
paths:
  /factset-terms-and-conditions/v1/terms-and-conditions:
    get:
      summary: Factset Return select Terms and Conditions items for a Fixed Income security.
      description: >
        Returns Terms and Conditions data items for the Fixed Income security.
        Includes items for Conditional Redemptions, Redemption Options, Security
        Details, and Coupon Details.

        Use the `fields` parameter to request specific items only or request an
        entire category of items to fetch all available fields matching that
        category(s).

        <p>*For T&C data related to Agency, Coupon History, Issue Size, Negative
        Covenants, or Redemption Prices, Lead Underwriters, and Use of Proceeds,
        please use respective endpoints optimized for that content.*</p>
      tags:
        - Factset Terms and Conditions
      operationId: getTermsAndConditions
      parameters:
        - $ref: '#/components/parameters/ids'
        - $ref: '#/components/parameters/fields'
        - $ref: '#/components/parameters/categoriesCurrent'
      responses:
        '200':
          description: Terms And Conditions Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/termsAndConditionsResponse'
              examples:
                Fixed Income Terms And Conditions:
                  $ref: '#/components/examples/fixedIncomeTermsAndConditionsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Terms and Conditions for a list of Fixed Income securities.
      description: >
        Returns Terms and Conditions data items for the Fixed Income security.
        Includes reference items for Conditional Redemptions, Redemption
        Options, Security Details, Convertible Features, and Coupon Details.

        Use the `fields` parameter to request specific items only or request an
        entire category of items to fetch all available fields matching that
        category(s).

        <p>*For T&C data related to Agency, Coupon History, Issue Size, Negative
        Covenants, or Redemption Prices, Lead Underwriters, and Use of Proceeds,
        please use respective endpoints optimized for that content.*</p>
      tags:
        - Factset Terms and Conditions
      operationId: getTermsAndConditionsForList
      requestBody:
        description: Request object for Terms And Conditions
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsRequest'
            examples:
              Fixed Income Terms And Conditions Item Request:
                $ref: '#/components/examples/FixedIncomeTermsAndConditionsRequest'
              Fixed Income Terms And Conditions Category Request:
                $ref: >-
                  #/components/examples/FixedIncomeTermsAndConditionsCategoryRequest
        required: true
      responses:
        '200':
          description: Terms and Conditions Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/termsAndConditionsResponse'
              examples:
                Fixed Income Terms And Conditions:
                  $ref: '#/components/examples/fixedIncomeTermsAndConditionsResponse'
                Fixed Income Coupon Details:
                  $ref: '#/components/examples/FixedIncomeCouponDetailsResponse'
                Fixed Income Redemption Options:
                  $ref: '#/components/examples/FixedIncomeRedemptionOptionsResponse'
                Fixed Income Security Details:
                  $ref: '#/components/examples/FixedIncomeSecurityDetailsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/fields:
    get:
      summary: Factset Available fields for /terms-and-conditions endpoint
      operationId: getTermsAndConditionsFields
      tags:
        - Factset Terms and Conditions
      description: >
        Returns a list of available fields that can be used in the `fields`

        parameter of the **/terms-and-conditions** endpoint.

        Leave _category_ blank to request all available items.

        Make Note, this does not represent all available fields within the Terms
        and Conditions API and all other endpoints.
      parameters:
        - $ref: '#/components/parameters/category'
      responses:
        '200':
          description: Terms And Conditions Fields Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/fieldsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/issue-size:
    get:
      summary: Factset Return Issue Size data for a list of Fixed Income securities.
      description: |
        Returns Issue Size data for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getIssueSize
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Issue Size Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/issueSizeResponse'
              examples:
                Fixed Income Issue Size:
                  $ref: '#/components/examples/fixedIncomeIssueSizeResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Issue Size data for a large list of Fixed Income securities.
      description: |
        Returns Issue Size data for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getIssueSizeForList
      requestBody:
        description: Request object for Fixed Income Issue Size.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
        required: true
      responses:
        '200':
          description: Issue Size Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/issueSizeResponse'
              examples:
                Fixed Income Issue Size:
                  $ref: '#/components/examples/fixedIncomeIssueSizeResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/coupon-history:
    get:
      summary: Factset Return historical Coupon information for a Fixed Income security.
      description: |
        Returns historical Coupon information for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getCouponHistory
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Coupon History Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/couponHistoryResponse'
              examples:
                Fixed Income Coupon History:
                  $ref: '#/components/examples/fixedIncomeCouponHistoryResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: >-
        Factset Return historical Coupon information for a list of Fixed Income securities.
      description: >
        Returns historical Coupon information for a list of Fixed Income
        securities.
      tags:
        - Factset Terms and Conditions
      operationId: getCouponHistoryForList
      requestBody:
        description: Request object for Fixed Income Coupon History.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
        required: true
      responses:
        '200':
          description: Coupon History Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/couponHistoryResponse'
              examples:
                Fixed Income Coupon History:
                  $ref: '#/components/examples/fixedIncomeCouponHistoryResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/coupon-schedules:
    get:
      summary: Factset Return Coupon Sechedules for a Fixed Income security.
      description: |
        Returns Coupon Schedules information for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getCouponSchedules
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Coupon Schedules Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/couponSchedulesResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: >-
        Factset Return Coupon Schedules information for a list of Fixed Income securities.
      description: >
        Returns historical Coupon Schedules information for a list of Fixed
        Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getCouponSchedulesForList
      requestBody:
        description: Request object for Fixed Income Coupon Schedules.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
        required: true
      responses:
        '200':
          description: Coupon Schedules Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/couponSchedulesResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/covenant-details:
    get:
      summary: Factset Return Covenant Details for a Fixed Income security.
      description: |
        Returns Covenant Details for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getCovenantDetails
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Convenant Details Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/covenantDetailsResponse'
              examples:
                Fixed Income Covenant Details:
                  $ref: '#/components/examples/fixedIncomeCovenantDetailsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Covenant Details for a list of Fixed Income securities.
      description: |
        Returns Covenant Details for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getCovenantDetailsForList
      requestBody:
        description: Request object for Fixed Income Covenant Details.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
        required: true
      responses:
        '200':
          description: Convenant Details Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/covenantDetailsResponse'
              examples:
                Fixed Income Covenant Details:
                  $ref: '#/components/examples/fixedIncomeCovenantDetailsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/redemption-prices:
    get:
      summary: Factset Return Redemption Prices for a Fixed Income security.
      description: |
        Returns Redemption Prices for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getFixedIncomeRedemptionPrices
      parameters:
        - $ref: '#/components/parameters/ids'
        - $ref: '#/components/parameters/categoriesRedemption'
      responses:
        '200':
          description: Fixed Income Negative Redemption Prices Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/redemptionPricesResponse'
              examples:
                Fixed Income Redemption Prices:
                  $ref: '#/components/examples/fixedIncomeRedemptionPricesResponse'
                Fixed Income Sinking Fund Redemption Prices:
                  $ref: '#/components/examples/FixedIncomeSinkingFundPricesResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Redemption Prices for a list of Fixed Income securities.
      description: |
        Returns Redemption Prices for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getFixedIncomeRedemptionPricesForList
      requestBody:
        description: Request object for Fixed Income Redemption Prices.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/redemptionPricesRequest'
            examples:
              Fixed Income Redemption Prices Request:
                $ref: '#/components/examples/fixedIncomeRedemptionPricesRequest'
        required: true
      responses:
        '200':
          description: Fixed Income Negative Redemption Prices Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/redemptionPricesResponse'
              examples:
                Fixed Income Redemption Prices:
                  $ref: '#/components/examples/fixedIncomeRedemptionPricesResponse'
                Fixed Income Sinking Fund Redemption Prices:
                  $ref: '#/components/examples/FixedIncomeSinkingFundPricesResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/agents:
    get:
      summary: Factset Return Agents items for a Fixed Income security.
      description: |
        Returns Agents data items for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getAgents
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Agents Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/agentsResponse'
              examples:
                Fixed Income Agents:
                  $ref: '#/components/examples/fixedIncomeAgentsResponse'
                Fixed Income Guarantors:
                  $ref: '#/components/examples/FixedIncomeGuarantorsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Agents items for a list of Fixed Income securities.
      description: |
        Returns Agents data items for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getAgentsForList
      requestBody:
        description: Request object for Fixed Income Agents.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
        required: true
      responses:
        '200':
          description: Agents Resopnse
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/agentsResponse'
              examples:
                Fixed Income Agents:
                  $ref: '#/components/examples/fixedIncomeAgentsResponse'
                Fixed Income Guarantors:
                  $ref: '#/components/examples/FixedIncomeGuarantorsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/lead-underwriters:
    get:
      summary: Factset Return Lead Underwriters for a Fixed Income security.
      description: |
        Returns Lead Underwriters for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getLeadUnderwriters
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Lead Underwriters Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/leadUnderwritersResponse'
              examples:
                Fixed Income Lead Underwriters:
                  $ref: '#/components/examples/fixedIncomeLeadUnderwritersResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Lead Underwriters for a list of Fixed Income securities.
      description: |
        Returns Lead Underwriters for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getLeadUnderwritersForList
      requestBody:
        description: Request object for Fixed Income Lead Underwriters.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
            examples:
              Fixed Income Lead Underwriters Request:
                $ref: '#/components/examples/fixedIncomeLeadUnderwritersRequest'
        required: true
      responses:
        '200':
          description: Lead Underwriters Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/leadUnderwritersResponse'
              examples:
                Fixed Income Lead Underwriters:
                  $ref: '#/components/examples/fixedIncomeLeadUnderwritersResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/use-of-proceeds:
    get:
      summary: Factset Return Use of Proceeds for a Fixed Income security.
      description: |
        Returns Use of Proceeds for the Fixed Income security.
      tags:
        - Factset Terms and Conditions
      operationId: getFixedIncomeUseOfProceeds
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Fixed Income Use of Proceeds Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/useOfProceedsResponse'
              examples:
                Fixed Income Use of Proceeds:
                  $ref: '#/components/examples/fixedIncomeUseOfProceedsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: Factset Return Use of Proceeds for a list of Fixed Income securities.
      description: |
        Returns Use of Proceeds for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getFixedIncomeUseOfProceedsForList
      requestBody:
        description: Request object for Fixed Income Use of Proceeds.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
            examples:
              Fixed Income Use of Proceeds Request:
                $ref: '#/components/examples/FixedIncomeUseOfProceedsRequest'
        required: true
      responses:
        '200':
          description: Fixed Income Use of Proceeds Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/useOfProceedsResponse'
              examples:
                Fixed Income Use of Proceeds:
                  $ref: '#/components/examples/fixedIncomeUseOfProceedsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/convertible-details:
    get:
      summary: >-
        Factset Return Convertible Details for a list of Convertible Fixed Income securities.
      description: |
        Returns Convertible Details for a list of securities, such as -
          * Convertible Currency
          * Convertible Effective Date
          * Convertible Notice Days Max and Min
          * Convertible Payment Form
          * Convertible Payment Details
          * Convertible Payment Form Election
          * Convertible Price Method
          * Convertible Type
          * Convertibles Ratio
          * More
      tags:
        - Factset Terms and Conditions
      operationId: getConvertibleDetails
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Convertible Details Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/convertibleDetailsResponse'
              examples:
                Convertible Details Response:
                  $ref: '#/components/examples/fixedIncomeConvertibleDetailsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: >-
        Factset Return Convertible Details data for a large list of Fixed Income securities.
      description: |
        Returns Convertible Details for a list of securities, such as -
          * Convertible Currency
          * Convertible Effective Date
          * Convertible Notice Days Max and Min
          * Convertible Payment Form
          * Convertible Payment Details
          * Convertible Payment Form Election
          * Convertible Price Method
          * Convertible Type
          * Convertibles Ratio
          * More
      tags:
        - Factset Terms and Conditions
      operationId: getConvertibleDetailsForList
      requestBody:
        description: Request object for Fixed Income Convertible Details.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
            examples:
              Convertible Request:
                $ref: '#/components/examples/FixedIncomeConvertibleRequest'
        required: true
      responses:
        '200':
          description: Convertible Details Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/convertibleDetailsResponse'
              examples:
                Convertible Details Response:
                  $ref: '#/components/examples/fixedIncomeConvertibleDetailsResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/convertible-history:
    get:
      summary: Factset Return Convertible History data for a list of Fixed Income securities.
      description: >
        Returns Convertible History data for the Fixed Income security,
        including - * Convertibles Price * Convertibles Effective Date
      tags:
        - Factset Terms and Conditions
      operationId: getConvertibleHistory
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Convertible History Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/convertibleHistoryResponse'
              examples:
                Convertible History:
                  $ref: '#/components/examples/fixedIncomeConvertibleHistoryResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: >-
        Factset Return Convertible History data for a large list of Fixed Income securities.
      description: |
        Returns Convertible History data for a list of Fixed Income securities.
      tags:
        - Factset Terms and Conditions
      operationId: getConvertibleHistoryForList
      requestBody:
        description: Request object for Fixed Income Issue Size.
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/termsAndConditionsScalarRequest'
            examples:
              Convertible Request:
                $ref: '#/components/examples/FixedIncomeConvertibleRequest'
        required: true
      responses:
        '200':
          description: Convertible History Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/convertibleHistoryResponse'
              examples:
                Fixed Income Issue Size:
                  $ref: '#/components/examples/fixedIncomeConvertibleHistoryResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
  /factset-terms-and-conditions/v1/convertible-triggers:
    get:
      summary: Factset Return Convertible Triggers data for a list of Fixed Income securities.
      description: >
        Returns Convertible Triggers data for the Fixed Income security
        including the Convertible Trigger Id, Event, and Description.
      tags:
        - Factset Terms and Conditions
      operationId: getConvertibleTriggers
      parameters:
        - $ref: '#/components/parameters/ids'
      responses:
        '200':
          description: Convertible Triggers Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/convertibleTriggersResponse'
              examples:
                Convertible Triggers:
                  $ref: '#/components/examples/fixedIncomeConvertibleTriggersResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '415':
          $ref: '#/components/responses/415'
        '500':
          $ref: '#/components/responses/500'
    post:
      summary: >-
        Factset Return Convertible Trigger data for a large list of Fixed Income securities.
      description: >
        Returns Convertible Triggers data for the Fixed Income security
        including the Convertible Trigger Id, Event, and Description.
      tags:
        - Factset Terms and Conditions
      operationId: getConvertibleTriggersForList
      requestBody:
        description: Request object for Fixed Income Issue Size.
        content:
          application/json:
            schema:
           

# --- truncated at 32 KB (78 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/factset/refs/heads/main/openapi/terms-and-conditions-openapi-original.yml