Factset · Capability

Factset Axioma Equity API — Analytics

Factset Axioma Equity API — Analytics. 9 operations. Lead operation: Factset Create and Run Axioma optimization. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetAnalytics

What You Can Do

POST
Postandoptimize — Factset Create and Run Axioma optimization
/v1/analytics/engines/axp/v3/optimizations
PUT
Putandoptimize — Factset Create or Update Axioma optimization and run it.
/v1/analytics/engines/axp/v3/optimizations/{id}
GET
Getoptimizationparameters — Factset Get Axioma optimization parameters by id
/v1/analytics/engines/axp/v3/optimizations/{id}
DELETE
Canceloptimizationbyid — Factset Cancel Axioma optimization by id
/v1/analytics/engines/axp/v3/optimizations/{id}
GET
Getoptimizationresult — Factset Get Axioma optimization result by id
/v1/analytics/engines/axp/v3/optimizations/{id}/result
GET
Getoptimizationstatusbyid — Factset Get Axioma optimization status by id
/v1/analytics/engines/axp/v3/optimizations/{id}/status
GET
Getaxiomaequitystrategydocuments — Factset Get Axioma Equity strategy documents and sub-directories in a directory
/v1/analytics/engines/axp/v3/strategies/{path}
GET
Getaccounts — Factset Get accounts and sub-directories in a directory
/v1/analytics/lookups/v3/accounts/{path}
GET
Getcurrencies — Factset Get currencies
/v1/analytics/lookups/v3/currencies

MCP Tools

factset-create-and-run-axioma

Factset Create and Run Axioma optimization

factset-create-update-axioma-optimization

Factset Create or Update Axioma optimization and run it.

idempotent
factset-get-axioma-optimization-parameters

Factset Get Axioma optimization parameters by id

read-only idempotent
factset-cancel-axioma-optimization-id

Factset Cancel Axioma optimization by id

idempotent
factset-get-axioma-optimization-result

Factset Get Axioma optimization result by id

read-only idempotent
factset-get-axioma-optimization-status

Factset Get Axioma optimization status by id

read-only idempotent
factset-get-axioma-equity-strategy

Factset Get Axioma Equity strategy documents and sub-directories in a directory

read-only idempotent
factset-get-accounts-and-sub

Factset Get accounts and sub-directories in a directory

read-only idempotent
factset-get-currencies

Factset Get currencies

read-only idempotent

Capability Spec

axioma-equity-optimizer-analytics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Axioma Equity API — Analytics
  description: 'Factset Axioma Equity API — Analytics. 9 operations. Lead operation: Factset Create and Run Axioma optimization.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Analytics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: axioma-equity-optimizer-analytics
    baseUri: https://api.factset.com
    description: Factset Axioma Equity API — Analytics business capability. Self-contained, no shared references.
    resources:
    - name: analytics-engines-axp-v3-optimizations
      path: /analytics/engines/axp/v3/optimizations
      operations:
      - name: postandoptimize
        method: POST
        description: Factset Create and Run Axioma optimization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-FactSet-Api-Long-Running-Deadline
          in: header
          type: integer
          description: Long running deadline in seconds.
        - name: Cache-Control
          in: header
          type: string
          description: Standard HTTP header.  Accepts no-cache, no-store, max-age, max-stale.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: analytics-engines-axp-v3-optimizations-id
      path: /analytics/engines/axp/v3/optimizations/{id}
      operations:
      - name: putandoptimize
        method: PUT
        description: Factset Create or Update Axioma optimization and run it.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: from url, provided from the location header in the Create and Run Axioma optimization endpoint
          required: true
        - name: X-FactSet-Api-Long-Running-Deadline
          in: header
          type: integer
          description: Long running deadline in seconds.
        - name: Cache-Control
          in: header
          type: string
          description: Standard HTTP header.  Accepts no-cache, no-store, max-age, max-stale.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: getoptimizationparameters
        method: GET
        description: Factset Get Axioma optimization parameters by id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: from url, provided from the location header in the Create and Run Axioma optimization endpoint
          required: true
      - name: canceloptimizationbyid
        method: DELETE
        description: Factset Cancel Axioma optimization by id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: from url, provided from the location header in the Create and Run Axioma optimization endpoint
          required: true
    - name: analytics-engines-axp-v3-optimizations-id-result
      path: /analytics/engines/axp/v3/optimizations/{id}/result
      operations:
      - name: getoptimizationresult
        method: GET
        description: Factset Get Axioma optimization result by id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: from url, provided from the location header in the Get Axioma optimization status by id endpoint
          required: true
        - name: Accept
          in: header
          type: string
          description: Standard HTTP header. Value can be gzip, compress, deflate, br, identity and/or *
    - name: analytics-engines-axp-v3-optimizations-id-status
      path: /analytics/engines/axp/v3/optimizations/{id}/status
      operations:
      - name: getoptimizationstatusbyid
        method: GET
        description: Factset Get Axioma optimization status by id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: from url, provided from the location header in the Create and Run Axioma optimization endpoint
          required: true
    - name: analytics-engines-axp-v3-strategies-path
      path: /analytics/engines/axp/v3/strategies/{path}
      operations:
      - name: getaxiomaequitystrategydocuments
        method: GET
        description: Factset Get Axioma Equity strategy documents and sub-directories in a directory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: path
          in: path
          type: string
          description: The directory to get the strategy documents and sub-directories in
          required: true
    - name: analytics-lookups-v3-accounts-path
      path: /analytics/lookups/v3/accounts/{path}
      operations:
      - name: getaccounts
        method: GET
        description: Factset Get accounts and sub-directories in a directory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: path
          in: path
          type: string
          description: The directory to get the accounts and sub-directories in
          required: true
    - name: analytics-lookups-v3-currencies
      path: /analytics/lookups/v3/currencies
      operations:
      - name: getcurrencies
        method: GET
        description: Factset Get currencies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: axioma-equity-optimizer-analytics-rest
    port: 8080
    description: REST adapter for Factset Axioma Equity API — Analytics. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/analytics/engines/axp/v3/optimizations
      name: analytics-engines-axp-v3-optimizations
      description: REST surface for analytics-engines-axp-v3-optimizations.
      operations:
      - method: POST
        name: postandoptimize
        description: Factset Create and Run Axioma optimization
        call: axioma-equity-optimizer-analytics.postandoptimize
        with:
          X-FactSet-Api-Long-Running-Deadline: rest.X-FactSet-Api-Long-Running-Deadline
          Cache-Control: rest.Cache-Control
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/axp/v3/optimizations/{id}
      name: analytics-engines-axp-v3-optimizations-id
      description: REST surface for analytics-engines-axp-v3-optimizations-id.
      operations:
      - method: PUT
        name: putandoptimize
        description: Factset Create or Update Axioma optimization and run it.
        call: axioma-equity-optimizer-analytics.putandoptimize
        with:
          id: rest.id
          X-FactSet-Api-Long-Running-Deadline: rest.X-FactSet-Api-Long-Running-Deadline
          Cache-Control: rest.Cache-Control
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getoptimizationparameters
        description: Factset Get Axioma optimization parameters by id
        call: axioma-equity-optimizer-analytics.getoptimizationparameters
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: canceloptimizationbyid
        description: Factset Cancel Axioma optimization by id
        call: axioma-equity-optimizer-analytics.canceloptimizationbyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/axp/v3/optimizations/{id}/result
      name: analytics-engines-axp-v3-optimizations-id-result
      description: REST surface for analytics-engines-axp-v3-optimizations-id-result.
      operations:
      - method: GET
        name: getoptimizationresult
        description: Factset Get Axioma optimization result by id
        call: axioma-equity-optimizer-analytics.getoptimizationresult
        with:
          id: rest.id
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/axp/v3/optimizations/{id}/status
      name: analytics-engines-axp-v3-optimizations-id-status
      description: REST surface for analytics-engines-axp-v3-optimizations-id-status.
      operations:
      - method: GET
        name: getoptimizationstatusbyid
        description: Factset Get Axioma optimization status by id
        call: axioma-equity-optimizer-analytics.getoptimizationstatusbyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/engines/axp/v3/strategies/{path}
      name: analytics-engines-axp-v3-strategies-path
      description: REST surface for analytics-engines-axp-v3-strategies-path.
      operations:
      - method: GET
        name: getaxiomaequitystrategydocuments
        description: Factset Get Axioma Equity strategy documents and sub-directories in a directory
        call: axioma-equity-optimizer-analytics.getaxiomaequitystrategydocuments
        with:
          path: rest.path
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/lookups/v3/accounts/{path}
      name: analytics-lookups-v3-accounts-path
      description: REST surface for analytics-lookups-v3-accounts-path.
      operations:
      - method: GET
        name: getaccounts
        description: Factset Get accounts and sub-directories in a directory
        call: axioma-equity-optimizer-analytics.getaccounts
        with:
          path: rest.path
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/analytics/lookups/v3/currencies
      name: analytics-lookups-v3-currencies
      description: REST surface for analytics-lookups-v3-currencies.
      operations:
      - method: GET
        name: getcurrencies
        description: Factset Get currencies
        call: axioma-equity-optimizer-analytics.getcurrencies
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: axioma-equity-optimizer-analytics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Axioma Equity API — Analytics. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-create-and-run-axioma
      description: Factset Create and Run Axioma optimization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: axioma-equity-optimizer-analytics.postandoptimize
      with:
        X-FactSet-Api-Long-Running-Deadline: tools.X-FactSet-Api-Long-Running-Deadline
        Cache-Control: tools.Cache-Control
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-create-update-axioma-optimization
      description: Factset Create or Update Axioma optimization and run it.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.putandoptimize
      with:
        id: tools.id
        X-FactSet-Api-Long-Running-Deadline: tools.X-FactSet-Api-Long-Running-Deadline
        Cache-Control: tools.Cache-Control
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-axioma-optimization-parameters
      description: Factset Get Axioma optimization parameters by id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.getoptimizationparameters
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-cancel-axioma-optimization-id
      description: Factset Cancel Axioma optimization by id
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: axioma-equity-optimizer-analytics.canceloptimizationbyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-axioma-optimization-result
      description: Factset Get Axioma optimization result by id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.getoptimizationresult
      with:
        id: tools.id
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-axioma-optimization-status
      description: Factset Get Axioma optimization status by id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.getoptimizationstatusbyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-axioma-equity-strategy
      description: Factset Get Axioma Equity strategy documents and sub-directories in a directory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.getaxiomaequitystrategydocuments
      with:
        path: tools.path
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-accounts-and-sub
      description: Factset Get accounts and sub-directories in a directory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.getaccounts
      with:
        path: tools.path
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-currencies
      description: Factset Get currencies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: axioma-equity-optimizer-analytics.getcurrencies
      outputParameters:
      - type: object
        mapping: $.