Factset · Capability

FactSet Real-Time Quotes API — Coupons

FactSet Real-Time Quotes API — Coupons. 4 operations. Lead operation: Factset List of Day Count Convention Types.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCoupons

What You Can Do

GET
Getinstrumentcoupondaycountconventiontypelist — Factset List of Day Count Convention Types.
/v1/instrument/coupon/daycountconvention/type/list
GET
Getinstrumentcouponinterestratetypelist — Factset List of Interest Rate Types.
/v1/instrument/coupon/interestrate/type/list
GET
Getinstrumentcouponkeydataget — Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.
/v1/instrument/coupon/keydata/get
GET
Getinstrumentcouponlist — Factset List of Coupons for an Interest-bearing Instrument.
/v1/instrument/coupon/list

MCP Tools

factset-list-day-count-convention

Factset List of Day Count Convention Types.

read-only idempotent
factset-list-interest-rate-types

Factset List of Interest Rate Types.

read-only idempotent
factset-interest-rate-details-selected

Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.

read-only idempotent
factset-list-coupons-interest-bearing

Factset List of Coupons for an Interest-bearing Instrument.

read-only idempotent

Capability Spec

real-time-quotes-coupons.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Coupons
  description: 'FactSet Real-Time Quotes API — Coupons. 4 operations. Lead operation: Factset List of Day Count Convention
    Types.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Coupons
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-quotes-coupons
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Coupons business capability. Self-contained, no shared references.
    resources:
    - name: instrument-coupon-dayCountConvention-type-list
      path: /instrument/coupon/dayCountConvention/type/list
      operations:
      - name: getinstrumentcoupondaycountconventiontypelist
        method: GET
        description: Factset List of Day Count Convention Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: instrument-coupon-interestRate-type-list
      path: /instrument/coupon/interestRate/type/list
      operations:
      - name: getinstrumentcouponinterestratetypelist
        method: GET
        description: Factset List of Interest Rate Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: instrument-coupon-keyData-get
      path: /instrument/coupon/keyData/get
      operations:
      - name: getinstrumentcouponkeydataget
        method: GET
        description: Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          required: true
        - name: identifierType
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: instrument-coupon-list
      path: /instrument/coupon/list
      operations:
      - name: getinstrumentcouponlist
        method: GET
        description: Factset List of Coupons for an Interest-bearing Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          required: true
        - name: identifierType
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-coupons-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Coupons. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/coupon/daycountconvention/type/list
      name: instrument-coupon-daycountconvention-type-list
      description: REST surface for instrument-coupon-dayCountConvention-type-list.
      operations:
      - method: GET
        name: getinstrumentcoupondaycountconventiontypelist
        description: Factset List of Day Count Convention Types.
        call: real-time-quotes-coupons.getinstrumentcoupondaycountconventiontypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/coupon/interestrate/type/list
      name: instrument-coupon-interestrate-type-list
      description: REST surface for instrument-coupon-interestRate-type-list.
      operations:
      - method: GET
        name: getinstrumentcouponinterestratetypelist
        description: Factset List of Interest Rate Types.
        call: real-time-quotes-coupons.getinstrumentcouponinterestratetypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/coupon/keydata/get
      name: instrument-coupon-keydata-get
      description: REST surface for instrument-coupon-keyData-get.
      operations:
      - method: GET
        name: getinstrumentcouponkeydataget
        description: Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.
        call: real-time-quotes-coupons.getinstrumentcouponkeydataget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/coupon/list
      name: instrument-coupon-list
      description: REST surface for instrument-coupon-list.
      operations:
      - method: GET
        name: getinstrumentcouponlist
        description: Factset List of Coupons for an Interest-bearing Instrument.
        call: real-time-quotes-coupons.getinstrumentcouponlist
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-coupons-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Coupons. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-day-count-convention
      description: Factset List of Day Count Convention Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-coupons.getinstrumentcoupondaycountconventiontypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-interest-rate-types
      description: Factset List of Interest Rate Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-coupons.getinstrumentcouponinterestratetypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-interest-rate-details-selected
      description: Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-coupons.getinstrumentcouponkeydataget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-coupons-interest-bearing
      description: Factset List of Coupons for an Interest-bearing Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-coupons.getinstrumentcouponlist
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.