Temenos · Arazzo Workflow

Temenos Enterprise Pricing Simulate And Retrieve Quotation

Version 1.0.0

Simulate the pricing of opening an arrangement and retrieve the saved quotation.

1 workflow 1 source API 1 provider
View Spec View on GitHub BankingCloud BankingCore BankingDigital BankingFinancial-ServicesFintechOpen BankingPaymentsWealth ManagementArazzoWorkflows

Provider

temenos

Workflows

simulate-retrieve-quotation
Simulate arrangement pricing and retrieve the saved quotation by reference.
Runs a pricing simulation for a product and amount, then retrieves the persisted quotation by the reference returned from the simulation.
2 steps inputs: amount, currency, customerId, productId, term outputs: fees, interestRates, quotationReference
1
simulatePricing
Simulate the pricing of opening an arrangement for the supplied product and amount.
2
retrieveQuotation
Retrieve the persisted quotation by its reference to confirm the quoted terms.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Temenos Enterprise Pricing Simulate And Retrieve Quotation
  summary: Simulate the pricing of opening an arrangement and retrieve the saved quotation.
  description: >-
    Pre-sale pricing flow in Temenos Enterprise Pricing. The workflow simulates
    the pricing of creating an account or lending arrangement for a product,
    customer and amount, returning the indicative interest rates, fees and
    cashback, and then retrieves the persisted quotation by its reference so
    the quoted terms can be presented and later acted upon. Every step inlines
    its request so the chain is self-describing.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-1310.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-1310.30
      capability_name: Banking Product Pricing Management
      spec: temenos-pricing-quotation-api-openapi.yml
      confidence: 0.75
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: pricingQuotationApi
  url: ../openapi/temenos-pricing-quotation-api-openapi.yml
  type: openapi
workflows:
- workflowId: simulate-retrieve-quotation
  summary: Simulate arrangement pricing and retrieve the saved quotation by reference.
  description: >-
    Runs a pricing simulation for a product and amount, then retrieves the
    persisted quotation by the reference returned from the simulation.
  inputs:
    type: object
    required:
    - productId
    - currency
    properties:
      productId:
        type: string
        description: Product identifier to price.
      customerId:
        type: string
        description: Customer identifier for customer-specific pricing.
      currency:
        type: string
        description: Quotation currency in ISO 4217 format.
      amount:
        type: number
        description: Arrangement amount to price.
      term:
        type: integer
        description: Arrangement term used in pricing.
  steps:
  - stepId: simulatePricing
    description: >-
      Simulate the pricing of opening an arrangement for the supplied product
      and amount.
    operationId: simulateArrangementCreation
    requestBody:
      contentType: application/json
      payload:
        productId: $inputs.productId
        customerId: $inputs.customerId
        currency: $inputs.currency
        amount: $inputs.amount
        term: $inputs.term
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      quotationReference: $response.body#/quotationReference
      interestRates: $response.body#/interestRates
      fees: $response.body#/fees
  - stepId: retrieveQuotation
    description: >-
      Retrieve the persisted quotation by its reference to confirm the quoted
      terms.
    operationId: getQuotationDetails
    parameters:
    - name: quotationReference
      in: path
      value: $steps.simulatePricing.outputs.quotationReference
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      quotationReference: $response.body#/quotationReference
      interestRates: $response.body#/interestRates
      fees: $response.body#/fees
      cashback: $response.body#/cashback
  outputs:
    quotationReference: $steps.retrieveQuotation.outputs.quotationReference
    interestRates: $steps.retrieveQuotation.outputs.interestRates
    fees: $steps.retrieveQuotation.outputs.fees

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/temenos-simulate-and-retrieve-quotation-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.