Factset · Capability

FactSet Ownership API — Ownership

FactSet Ownership API — Ownership. 4 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 FactsetOwnership

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
GET
Getsecurityholders — Factset Get Security Ownership Data for Requested Security Identifers.
/v1/factset-ownership/v1/security-holders
POST
Postsecurityholders — Factset Get Security Ownership Data for a List of Requested Securities.
/v1/factset-ownership/v1/security-holders

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
factset-get-security-ownership-data

Factset Get Security Ownership Data for Requested Security Identifers.

read-only idempotent
factset-get-security-ownership-data-2

Factset Get Security Ownership Data for a List of Requested Securities.

read-only

Capability Spec

ownership-ownership.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Ownership API — Ownership
  description: 'FactSet Ownership API — Ownership. 4 operations. Lead operation: Factset Get Underlying Holdings Information
    for a Requested Fund Identifer.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Ownership
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: ownership-ownership
    baseUri: https://api.factset.com/content
    description: FactSet Ownership API — Ownership 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
    - name: factset-ownership-v1-security-holders
      path: /factset-ownership/v1/security-holders
      operations:
      - name: getsecurityholders
        method: GET
        description: Factset Get Security Ownership Data for Requested Security Identifers.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postsecurityholders
        method: POST
        description: Factset Get Security Ownership Data for a List of Requested 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: ownership-ownership-rest
    port: 8080
    description: REST adapter for FactSet Ownership API — Ownership. 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-ownership.getownershipholdings
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postownershipholdings
        description: Factset Get Holdings for a List of Funds.
        call: ownership-ownership.postownershipholdings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-ownership/v1/security-holders
      name: factset-ownership-v1-security-holders
      description: REST surface for factset-ownership-v1-security-holders.
      operations:
      - method: GET
        name: getsecurityholders
        description: Factset Get Security Ownership Data for Requested Security Identifers.
        call: ownership-ownership.getsecurityholders
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postsecurityholders
        description: Factset Get Security Ownership Data for a List of Requested Securities.
        call: ownership-ownership.postsecurityholders
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ownership-ownership-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Ownership API — Ownership. 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-ownership.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-ownership.postownershipholdings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-security-ownership-data
      description: Factset Get Security Ownership Data for Requested Security Identifers.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ownership-ownership.getsecurityholders
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-security-ownership-data-2
      description: Factset Get Security Ownership Data for a List of Requested Securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: ownership-ownership.postsecurityholders
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.