Temenos · Capability

Temenos Fund Administration API — Party

Temenos Fund Administration API — Party. 5 operations. Lead operation: List AML Screenings. Self-contained Naftiko capability covering one Temenos business surface.

Run with Naftiko TemenosParty

What You Can Do

GET
Listamlscreenings — List AML Screenings
/v1/party/aml/screenings
GET
Listdistributors — List Distributors
/v1/party/distributors
GET
Listfatcarecords — List FATCA/CRS Records
/v1/party/fatca
GET
Listinvestors — List Investors
/v1/party/investors
POST
Createinvestor — Create Investor
/v1/party/investors

MCP Tools

list-aml-screenings

List AML Screenings

read-only idempotent
list-distributors

List Distributors

read-only idempotent
list-fatca-crs-records

List FATCA/CRS Records

read-only idempotent
list-investors

List Investors

read-only idempotent
create-investor

Create Investor

Capability Spec

fund-administration-party.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Fund Administration API — Party
  description: 'Temenos Fund Administration API — Party. 5 operations. Lead operation: List AML Screenings. Self-contained
    Naftiko capability covering one Temenos business surface.'
  tags:
  - Temenos
  - Party
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_API_KEY: TEMENOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: fund-administration-party
    baseUri: https://api.temenos.com/funds/v1
    description: Temenos Fund Administration API — Party business capability. Self-contained, no shared references.
    resources:
    - name: party-aml-screenings
      path: /party/aml/screenings
      operations:
      - name: listamlscreenings
        method: GET
        description: List AML Screenings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: party-distributors
      path: /party/distributors
      operations:
      - name: listdistributors
        method: GET
        description: List Distributors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: party-fatca
      path: /party/fatca
      operations:
      - name: listfatcarecords
        method: GET
        description: List FATCA/CRS Records
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: party-investors
      path: /party/investors
      operations:
      - name: listinvestors
        method: GET
        description: List Investors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createinvestor
        method: POST
        description: Create Investor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.TEMENOS_API_KEY}}'
  exposes:
  - type: rest
    namespace: fund-administration-party-rest
    port: 8080
    description: REST adapter for Temenos Fund Administration API — Party. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/party/aml/screenings
      name: party-aml-screenings
      description: REST surface for party-aml-screenings.
      operations:
      - method: GET
        name: listamlscreenings
        description: List AML Screenings
        call: fund-administration-party.listamlscreenings
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/party/distributors
      name: party-distributors
      description: REST surface for party-distributors.
      operations:
      - method: GET
        name: listdistributors
        description: List Distributors
        call: fund-administration-party.listdistributors
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/party/fatca
      name: party-fatca
      description: REST surface for party-fatca.
      operations:
      - method: GET
        name: listfatcarecords
        description: List FATCA/CRS Records
        call: fund-administration-party.listfatcarecords
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/party/investors
      name: party-investors
      description: REST surface for party-investors.
      operations:
      - method: GET
        name: listinvestors
        description: List Investors
        call: fund-administration-party.listinvestors
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createinvestor
        description: Create Investor
        call: fund-administration-party.createinvestor
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fund-administration-party-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Fund Administration API — Party. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-aml-screenings
      description: List AML Screenings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fund-administration-party.listamlscreenings
      outputParameters:
      - type: object
        mapping: $.
    - name: list-distributors
      description: List Distributors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fund-administration-party.listdistributors
      outputParameters:
      - type: object
        mapping: $.
    - name: list-fatca-crs-records
      description: List FATCA/CRS Records
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fund-administration-party.listfatcarecords
      outputParameters:
      - type: object
        mapping: $.
    - name: list-investors
      description: List Investors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fund-administration-party.listinvestors
      outputParameters:
      - type: object
        mapping: $.
    - name: create-investor
      description: Create Investor
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fund-administration-party.createinvestor
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.