Factset · Capability

FactSet Terms and Conditions API — Convertible

FactSet Terms and Conditions API — Convertible. 6 operations. Lead operation: Factset Return Convertible Details for a List of Convertible Fixed Income Securities.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetConvertible

What You Can Do

GET
Getconvertibledetails — Factset Return Convertible Details for a List of Convertible Fixed Income Securities.
/v1/factset-terms-and-conditions/v1/convertible-details
POST
Getconvertibledetailsforlist — Factset Return Convertible Details Data for a Large List of Fixed Income Securities.
/v1/factset-terms-and-conditions/v1/convertible-details
GET
Getconvertiblehistory — Factset Return Convertible History Data for a List of Fixed Income Securities.
/v1/factset-terms-and-conditions/v1/convertible-history
POST
Getconvertiblehistoryforlist — Factset Return Convertible History Data for a Large List of Fixed Income Securities.
/v1/factset-terms-and-conditions/v1/convertible-history
GET
Getconvertibletriggers — Factset Return Convertible Triggers Data for a List of Fixed Income Securities.
/v1/factset-terms-and-conditions/v1/convertible-triggers
POST
Getconvertibletriggersforlist — Factset Return Convertible Trigger Data for a Large List of Fixed Income Securities.
/v1/factset-terms-and-conditions/v1/convertible-triggers

MCP Tools

factset-return-convertible-details-list

Factset Return Convertible Details for a List of Convertible Fixed Income Securities.

read-only idempotent
factset-return-convertible-details-data

Factset Return Convertible Details Data for a Large List of Fixed Income Securities.

read-only
factset-return-convertible-history-data

Factset Return Convertible History Data for a List of Fixed Income Securities.

read-only idempotent
factset-return-convertible-history-data-2

Factset Return Convertible History Data for a Large List of Fixed Income Securities.

read-only
factset-return-convertible-triggers-data

Factset Return Convertible Triggers Data for a List of Fixed Income Securities.

read-only idempotent
factset-return-convertible-trigger-data

Factset Return Convertible Trigger Data for a Large List of Fixed Income Securities.

read-only

Capability Spec

terms-and-conditions-convertible.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Terms and Conditions API — Convertible
  description: 'FactSet Terms and Conditions API — Convertible. 6 operations. Lead operation: Factset Return Convertible Details
    for a List of Convertible Fixed Income Securities.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Convertible
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: terms-and-conditions-convertible
    baseUri: https://api.factset.com/content
    description: FactSet Terms and Conditions API — Convertible business capability. Self-contained, no shared references.
    resources:
    - name: factset-terms-and-conditions-v1-convertible-details
      path: /factset-terms-and-conditions/v1/convertible-details
      operations:
      - name: getconvertibledetails
        method: GET
        description: Factset Return Convertible Details for a List of Convertible Fixed Income Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getconvertibledetailsforlist
        method: POST
        description: Factset Return Convertible Details Data for a Large List of Fixed Income Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-terms-and-conditions-v1-convertible-history
      path: /factset-terms-and-conditions/v1/convertible-history
      operations:
      - name: getconvertiblehistory
        method: GET
        description: Factset Return Convertible History Data for a List of Fixed Income Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getconvertiblehistoryforlist
        method: POST
        description: Factset Return Convertible History Data for a Large List of Fixed Income Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-terms-and-conditions-v1-convertible-triggers
      path: /factset-terms-and-conditions/v1/convertible-triggers
      operations:
      - name: getconvertibletriggers
        method: GET
        description: Factset Return Convertible Triggers Data for a List of Fixed Income Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getconvertibletriggersforlist
        method: POST
        description: Factset Return Convertible Trigger Data for a Large List of Fixed Income Securities.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: terms-and-conditions-convertible-rest
    port: 8080
    description: REST adapter for FactSet Terms and Conditions API — Convertible. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/factset-terms-and-conditions/v1/convertible-details
      name: factset-terms-and-conditions-v1-convertible-details
      description: REST surface for factset-terms-and-conditions-v1-convertible-details.
      operations:
      - method: GET
        name: getconvertibledetails
        description: Factset Return Convertible Details for a List of Convertible Fixed Income Securities.
        call: terms-and-conditions-convertible.getconvertibledetails
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getconvertibledetailsforlist
        description: Factset Return Convertible Details Data for a Large List of Fixed Income Securities.
        call: terms-and-conditions-convertible.getconvertibledetailsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-terms-and-conditions/v1/convertible-history
      name: factset-terms-and-conditions-v1-convertible-history
      description: REST surface for factset-terms-and-conditions-v1-convertible-history.
      operations:
      - method: GET
        name: getconvertiblehistory
        description: Factset Return Convertible History Data for a List of Fixed Income Securities.
        call: terms-and-conditions-convertible.getconvertiblehistory
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getconvertiblehistoryforlist
        description: Factset Return Convertible History Data for a Large List of Fixed Income Securities.
        call: terms-and-conditions-convertible.getconvertiblehistoryforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-terms-and-conditions/v1/convertible-triggers
      name: factset-terms-and-conditions-v1-convertible-triggers
      description: REST surface for factset-terms-and-conditions-v1-convertible-triggers.
      operations:
      - method: GET
        name: getconvertibletriggers
        description: Factset Return Convertible Triggers Data for a List of Fixed Income Securities.
        call: terms-and-conditions-convertible.getconvertibletriggers
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getconvertibletriggersforlist
        description: Factset Return Convertible Trigger Data for a Large List of Fixed Income Securities.
        call: terms-and-conditions-convertible.getconvertibletriggersforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: terms-and-conditions-convertible-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Terms and Conditions API — Convertible. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-return-convertible-details-list
      description: Factset Return Convertible Details for a List of Convertible Fixed Income Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: terms-and-conditions-convertible.getconvertibledetails
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-return-convertible-details-data
      description: Factset Return Convertible Details Data for a Large List of Fixed Income Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: terms-and-conditions-convertible.getconvertibledetailsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-return-convertible-history-data
      description: Factset Return Convertible History Data for a List of Fixed Income Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: terms-and-conditions-convertible.getconvertiblehistory
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-return-convertible-history-data-2
      description: Factset Return Convertible History Data for a Large List of Fixed Income Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: terms-and-conditions-convertible.getconvertiblehistoryforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-return-convertible-triggers-data
      description: Factset Return Convertible Triggers Data for a List of Fixed Income Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: terms-and-conditions-convertible.getconvertibletriggers
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-return-convertible-trigger-data
      description: Factset Return Convertible Trigger Data for a Large List of Fixed Income Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: terms-and-conditions-convertible.getconvertibletriggersforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.