Factset · Capability

FactSet Estimates Report Builder — Balance Sheet

FactSet Estimates Report Builder — Balance Sheet. 1 operations. Lead operation: Factset Balance Sheet. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetBalance Sheet

What You Can Do

GET
Getestimatesbalancesheet — Factset Balance Sheet
/v1/balance-sheet

MCP Tools

factset-balance-sheet

Factset Balance Sheet

read-only idempotent

Capability Spec

estimates-report-builder-balance-sheet.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Estimates Report Builder — Balance Sheet
  description: 'FactSet Estimates Report Builder — Balance Sheet. 1 operations. Lead operation: Factset Balance Sheet. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Balance Sheet
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: estimates-report-builder-balance-sheet
    baseUri: https://api.factset.com/report/estimates/v1
    description: FactSet Estimates Report Builder — Balance Sheet business capability. Self-contained, no shared references.
    resources:
    - name: balance-sheet
      path: /balance-sheet
      operations:
      - name: getestimatesbalancesheet
        method: GET
        description: Factset Balance Sheet
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: estimates-report-builder-balance-sheet-rest
    port: 8080
    description: REST adapter for FactSet Estimates Report Builder — Balance Sheet. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/balance-sheet
      name: balance-sheet
      description: REST surface for balance-sheet.
      operations:
      - method: GET
        name: getestimatesbalancesheet
        description: Factset Balance Sheet
        call: estimates-report-builder-balance-sheet.getestimatesbalancesheet
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: estimates-report-builder-balance-sheet-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Estimates Report Builder — Balance Sheet. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-balance-sheet
      description: Factset Balance Sheet
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: estimates-report-builder-balance-sheet.getestimatesbalancesheet
      outputParameters:
      - type: object
        mapping: $.