Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations

Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations. 2 operations. Lead operation: Bloomberg Buyside Enterprise Solutions Create post-trade allocation. Self-contained Naftiko capability covering one Bloomberg Buyside Enterprise Solutions business surface.

Run with Naftiko Bloomberg Buyside Enterprise SolutionsAllocations

What You Can Do

POST
Createallocation — Bloomberg Buyside Enterprise Solutions Create post-trade allocation
/v1/v1/allocations
GET
Listallocations — Bloomberg Buyside Enterprise Solutions List allocations
/v1/v1/allocations

MCP Tools

bloomberg-buyside-enterprise-solutions-create

Bloomberg Buyside Enterprise Solutions Create post-trade allocation

bloomberg-buyside-enterprise-solutions-list

Bloomberg Buyside Enterprise Solutions List allocations

read-only idempotent

Capability Spec

bloomberg-buyside-order-management-allocations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations
  description: 'Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations. 2 operations. Lead operation:
    Bloomberg Buyside Enterprise Solutions Create post-trade allocation. Self-contained Naftiko capability covering one Bloomberg
    Buyside Enterprise Solutions business surface.'
  tags:
  - Bloomberg Buyside Enterprise Solutions
  - Allocations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY: BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bloomberg-buyside-order-management-allocations
    baseUri: https://api.bloomberg.com/oms
    description: Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations business capability.
      Self-contained, no shared references.
    resources:
    - name: v1-allocations
      path: /v1/allocations
      operations:
      - name: createallocation
        method: POST
        description: Bloomberg Buyside Enterprise Solutions Create post-trade allocation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallocations
        method: GET
        description: Bloomberg Buyside Enterprise Solutions List allocations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDate
          in: query
          type: string
        - name: endDate
          in: query
          type: string
        - name: executionId
          in: query
          type: string
        - name: portfolioId
          in: query
          type: string
        - name: limit
          in: query
          type: integer
        - name: offset
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bloomberg-buyside-order-management-allocations-rest
    port: 8080
    description: REST adapter for Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/allocations
      name: v1-allocations
      description: REST surface for v1-allocations.
      operations:
      - method: POST
        name: createallocation
        description: Bloomberg Buyside Enterprise Solutions Create post-trade allocation
        call: bloomberg-buyside-order-management-allocations.createallocation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listallocations
        description: Bloomberg Buyside Enterprise Solutions List allocations
        call: bloomberg-buyside-order-management-allocations.listallocations
        with:
          startDate: rest.startDate
          endDate: rest.endDate
          executionId: rest.executionId
          portfolioId: rest.portfolioId
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-buyside-order-management-allocations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg Buyside Enterprise Solutions Bloomberg Order Management API — Allocations. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: bloomberg-buyside-enterprise-solutions-create
      description: Bloomberg Buyside Enterprise Solutions Create post-trade allocation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-buyside-order-management-allocations.createallocation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: bloomberg-buyside-enterprise-solutions-list
      description: Bloomberg Buyside Enterprise Solutions List allocations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bloomberg-buyside-order-management-allocations.listallocations
      with:
        startDate: tools.startDate
        endDate: tools.endDate
        executionId: tools.executionId
        portfolioId: tools.portfolioId
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.