Factset · Capability

FactSet Ownership API — Fund

FactSet Ownership API — Fund. 2 operations. Lead operation: Factset Get Underlying Holdings Information for a Requested Fund Identifer.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFund

What You Can Do

GET
Getownershipholdings — Factset Get Underlying Holdings Information for a Requested Fund Identifer.
/v1/factset-ownership/v1/fund-holdings
POST
Postownershipholdings — Factset Get Holdings for a List of Funds.
/v1/factset-ownership/v1/fund-holdings

MCP Tools

factset-get-underlying-holdings-information

Factset Get Underlying Holdings Information for a Requested Fund Identifer.

read-only idempotent
factset-get-holdings-list-funds

Factset Get Holdings for a List of Funds.

read-only

Capability Spec

ownership-fund.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Ownership API — Fund
  description: 'FactSet Ownership API — Fund. 2 operations. Lead operation: Factset Get Underlying Holdings Information for
    a Requested Fund Identifer.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Fund
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: ownership-fund
    baseUri: https://api.factset.com/content
    description: FactSet Ownership API — Fund business capability. Self-contained, no shared references.
    resources:
    - name: factset-ownership-v1-fund-holdings
      path: /factset-ownership/v1/fund-holdings
      operations:
      - name: getownershipholdings
        method: GET
        description: Factset Get Underlying Holdings Information for a Requested Fund Identifer.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postownershipholdings
        method: POST
        description: Factset Get Holdings for a List of Funds.
        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: ownership-fund-rest
    port: 8080
    description: REST adapter for FactSet Ownership API — Fund. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-ownership/v1/fund-holdings
      name: factset-ownership-v1-fund-holdings
      description: REST surface for factset-ownership-v1-fund-holdings.
      operations:
      - method: GET
        name: getownershipholdings
        description: Factset Get Underlying Holdings Information for a Requested Fund Identifer.
        call: ownership-fund.getownershipholdings
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postownershipholdings
        description: Factset Get Holdings for a List of Funds.
        call: ownership-fund.postownershipholdings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ownership-fund-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Ownership API — Fund. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-get-underlying-holdings-information
      description: Factset Get Underlying Holdings Information for a Requested Fund Identifer.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ownership-fund.getownershipholdings
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-holdings-list-funds
      description: Factset Get Holdings for a List of Funds.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: ownership-fund.postownershipholdings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.