naftiko: 1.0.0-alpha2 info: label: FactSet Real-Time Quotes API — Rates description: 'FactSet Real-Time Quotes API — Rates. 3 operations. Lead operation: Factset List of Interest Rate Types.. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Rates 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-rates baseUri: https://api.factset.com/wealth/v3 description: FactSet Real-Time Quotes API — Rates business capability. Self-contained, no shared references. resources: - 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-exchangeRate-get path: /instrument/exchangeRate/get operations: - name: getinstrumentexchangerateget method: GET description: Factset Retrieve an Exchange Rate Instrument Identifier. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: target in: query type: number required: true - name: source in: query type: number 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-exchangeRate-getByISOCode path: /instrument/exchangeRate/getByISOCode operations: - name: getinstrumentexchangerategetbyisocode method: GET description: Factset Retrieve an Exchange Rate Instrument Identifier. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: target in: query type: string required: true - name: source 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-rates-rest port: 8080 description: REST adapter for FactSet Real-Time Quotes API — Rates. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - 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-rates.getinstrumentcouponinterestratetypelist with: _attributes: rest._attributes _language: rest._language outputParameters: - type: object mapping: $. - path: /v1/instrument/exchangerate/get name: instrument-exchangerate-get description: REST surface for instrument-exchangeRate-get. operations: - method: GET name: getinstrumentexchangerateget description: Factset Retrieve an Exchange Rate Instrument Identifier. call: real-time-quotes-rates.getinstrumentexchangerateget with: target: rest.target source: rest.source _attributes: rest._attributes _language: rest._language outputParameters: - type: object mapping: $. - path: /v1/instrument/exchangerate/getbyisocode name: instrument-exchangerate-getbyisocode description: REST surface for instrument-exchangeRate-getByISOCode. operations: - method: GET name: getinstrumentexchangerategetbyisocode description: Factset Retrieve an Exchange Rate Instrument Identifier. call: real-time-quotes-rates.getinstrumentexchangerategetbyisocode with: target: rest.target source: rest.source _attributes: rest._attributes _language: rest._language outputParameters: - type: object mapping: $. - type: mcp namespace: real-time-quotes-rates-mcp port: 9090 transport: http description: MCP adapter for FactSet Real-Time Quotes API — Rates. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-list-interest-rate-types description: Factset List of Interest Rate Types. hints: readOnly: true destructive: false idempotent: true call: real-time-quotes-rates.getinstrumentcouponinterestratetypelist with: _attributes: tools._attributes _language: tools._language outputParameters: - type: object mapping: $. - name: factset-retrieve-exchange-rate-instrument description: Factset Retrieve an Exchange Rate Instrument Identifier. hints: readOnly: true destructive: false idempotent: true call: real-time-quotes-rates.getinstrumentexchangerateget with: target: tools.target source: tools.source _attributes: tools._attributes _language: tools._language outputParameters: - type: object mapping: $. - name: factset-retrieve-exchange-rate-instrument-2 description: Factset Retrieve an Exchange Rate Instrument Identifier. hints: readOnly: true destructive: false idempotent: true call: real-time-quotes-rates.getinstrumentexchangerategetbyisocode with: target: tools.target source: tools.source _attributes: tools._attributes _language: tools._language outputParameters: - type: object mapping: $.