Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance

Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance. 2 operations. Lead operation: Bloomberg Buyside Enterprise Solutions Get portfolio performance. Self-contained Naftiko capability covering one Bloomberg Buyside Enterprise Solutions business surface.

Run with Naftiko Bloomberg Buyside Enterprise SolutionsPerformance

What You Can Do

GET
Getportfolioperformance — Bloomberg Buyside Enterprise Solutions Get portfolio performance
/v1/v1/portfolios/{portfolioid}/performance
GET
Getperformanceattribution — Bloomberg Buyside Enterprise Solutions Get performance attribution
/v1/v1/portfolios/{portfolioid}/performance/attribution

MCP Tools

bloomberg-buyside-enterprise-solutions-get

Bloomberg Buyside Enterprise Solutions Get portfolio performance

read-only idempotent
bloomberg-buyside-enterprise-solutions-get-2

Bloomberg Buyside Enterprise Solutions Get performance attribution

read-only idempotent

Capability Spec

bloomberg-buyside-portfolio-performance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance
  description: 'Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance. 2 operations. Lead operation:
    Bloomberg Buyside Enterprise Solutions Get portfolio performance. Self-contained Naftiko capability covering one Bloomberg
    Buyside Enterprise Solutions business surface.'
  tags:
  - Bloomberg Buyside Enterprise Solutions
  - Performance
  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-portfolio-performance
    baseUri: https://api.bloomberg.com/portfolio
    description: Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance business capability. Self-contained,
      no shared references.
    resources:
    - name: v1-portfolios-portfolioId-performance
      path: /v1/portfolios/{portfolioId}/performance
      operations:
      - name: getportfolioperformance
        method: GET
        description: Bloomberg Buyside Enterprise Solutions Get portfolio performance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDate
          in: query
          type: string
          description: Start date for performance period
          required: true
        - name: endDate
          in: query
          type: string
          description: End date for performance period
          required: true
        - name: frequency
          in: query
          type: string
          description: Return frequency
    - name: v1-portfolios-portfolioId-performance-attribution
      path: /v1/portfolios/{portfolioId}/performance/attribution
      operations:
      - name: getperformanceattribution
        method: GET
        description: Bloomberg Buyside Enterprise Solutions Get performance attribution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startDate
          in: query
          type: string
          required: true
        - name: endDate
          in: query
          type: string
          required: true
        - name: groupBy
          in: query
          type: string
          description: Dimension for attribution grouping
    authentication:
      type: bearer
      token: '{{env.BLOOMBERG_BUYSIDE_ENTERPRISE_SOLUTIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bloomberg-buyside-portfolio-performance-rest
    port: 8080
    description: REST adapter for Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/portfolios/{portfolioid}/performance
      name: v1-portfolios-portfolioid-performance
      description: REST surface for v1-portfolios-portfolioId-performance.
      operations:
      - method: GET
        name: getportfolioperformance
        description: Bloomberg Buyside Enterprise Solutions Get portfolio performance
        call: bloomberg-buyside-portfolio-performance.getportfolioperformance
        with:
          startDate: rest.startDate
          endDate: rest.endDate
          frequency: rest.frequency
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/portfolios/{portfolioid}/performance/attribution
      name: v1-portfolios-portfolioid-performance-attribution
      description: REST surface for v1-portfolios-portfolioId-performance-attribution.
      operations:
      - method: GET
        name: getperformanceattribution
        description: Bloomberg Buyside Enterprise Solutions Get performance attribution
        call: bloomberg-buyside-portfolio-performance.getperformanceattribution
        with:
          startDate: rest.startDate
          endDate: rest.endDate
          groupBy: rest.groupBy
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-buyside-portfolio-performance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg Buyside Enterprise Solutions Bloomberg Portfolio API — Performance. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: bloomberg-buyside-enterprise-solutions-get
      description: Bloomberg Buyside Enterprise Solutions Get portfolio performance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bloomberg-buyside-portfolio-performance.getportfolioperformance
      with:
        startDate: tools.startDate
        endDate: tools.endDate
        frequency: tools.frequency
      outputParameters:
      - type: object
        mapping: $.
    - name: bloomberg-buyside-enterprise-solutions-get-2
      description: Bloomberg Buyside Enterprise Solutions Get performance attribution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bloomberg-buyside-portfolio-performance.getperformanceattribution
      with:
        startDate: tools.startDate
        endDate: tools.endDate
        groupBy: tools.groupBy
      outputParameters:
      - type: object
        mapping: $.