SS&C Geneva · Capability

SS&C Geneva Fund Accounting API — Investors

SS&C Geneva Fund Accounting API — Investors. 1 operations. Lead operation: List investors in a portfolio. Self-contained Naftiko capability covering one Ssc Geneva business surface.

Run with Naftiko Ssc GenevaInvestors

What You Can Do

GET
Listinvestors — List investors in a portfolio
/v1/portfolios/{portfolioid}/investors

MCP Tools

list-investors-portfolio

List investors in a portfolio

read-only idempotent

Capability Spec

fund-accounting-investors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SS&C Geneva Fund Accounting API — Investors
  description: 'SS&C Geneva Fund Accounting API — Investors. 1 operations. Lead operation: List investors in a portfolio.
    Self-contained Naftiko capability covering one Ssc Geneva business surface.'
  tags:
  - Ssc Geneva
  - Investors
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SSC_GENEVA_API_KEY: SSC_GENEVA_API_KEY
capability:
  consumes:
  - type: http
    namespace: fund-accounting-investors
    baseUri: https://api.ssctech.example.com/geneva/v1
    description: SS&C Geneva Fund Accounting API — Investors business capability. Self-contained, no shared references.
    resources:
    - name: portfolios-portfolioId-investors
      path: /portfolios/{portfolioId}/investors
      operations:
      - name: listinvestors
        method: GET
        description: List investors in a portfolio
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: status
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.SSC_GENEVA_API_KEY}}'
  exposes:
  - type: rest
    namespace: fund-accounting-investors-rest
    port: 8080
    description: REST adapter for SS&C Geneva Fund Accounting API — Investors. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/portfolios/{portfolioid}/investors
      name: portfolios-portfolioid-investors
      description: REST surface for portfolios-portfolioId-investors.
      operations:
      - method: GET
        name: listinvestors
        description: List investors in a portfolio
        call: fund-accounting-investors.listinvestors
        with:
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fund-accounting-investors-mcp
    port: 9090
    transport: http
    description: MCP adapter for SS&C Geneva Fund Accounting API — Investors. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-investors-portfolio
      description: List investors in a portfolio
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fund-accounting-investors.listinvestors
      with:
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.