Fincura · Arazzo Workflow

Spread a borrower financial statement and run DSCR analysis

Version 1.0.0

Creates a borrower, uploads a financial document for automated spreading, retrieves the normalized data view, then runs a DSCR analysis and downloads it.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub Financial-ServicesLendingCredit AnalysisFinancial SpreadingBankingFintechUnderwritingCompanyArazzoWorkflows

Provider

fincura

Workflows

spreadAndAnalyze
Create borrower, spread a document, retrieve the data view, run DSCR.
5 steps inputs: borrower_name, document, dscr_template_uuid outputs: analysis_uuid, borrower_uuid
1
createBorrower
2
uploadDocument
4
runDscr
5
downloadDscr

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Spread a borrower financial statement and run DSCR analysis
  version: 1.0.0
  description: >-
    Creates a borrower, uploads a financial document for automated spreading,
    retrieves the normalized data view, then runs a DSCR analysis and downloads it.
  x-realizes-capability-ids:
  - BC-1320.20
  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-1320.20
      capability_name: Credit Underwriting & Decisioning Management
      spec: fincura-dscranalysis-api-openapi.yml
      confidence: 0.85
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: borrowersApi
  url: ../openapi/fincura-borrowers-api-openapi.yml
  type: openapi
- name: dataviewsApi
  url: ../openapi/fincura-dataviews-api-openapi.yml
  type: openapi
- name: dscranalysisApi
  url: ../openapi/fincura-dscranalysis-api-openapi.yml
  type: openapi
- name: filesApi
  url: ../openapi/fincura-files-api-openapi.yml
  type: openapi
workflows:
- workflowId: spreadAndAnalyze
  summary: Create borrower, spread a document, retrieve the data view, run DSCR.
  inputs:
    type: object
    properties:
      borrower_name:
        type: string
      document:
        type: string
        description: The financial statement file to upload (PDF/Excel/image).
      dscr_template_uuid:
        type: string
  steps:
  - stepId: createBorrower
    operationId: createBorrower
    requestBody:
      payload:
        name: $inputs.borrower_name
    outputs:
      borrower_uuid: $response.body#/uuid
  - stepId: uploadDocument
    operationId: createDocumentFile
    requestBody:
      contentType: multipart/form-data
      payload:
        borrower_uuid: $steps.createBorrower.outputs.borrower_uuid
        file: $inputs.document
    outputs:
      document_file_uuid: $response.body#/uuid
  - stepId: getDataView
    operationId: retrieveDataViewFromDocumentFile
    parameters:
    - name: document_file_uuid
      in: path
      value: $steps.uploadDocument.outputs.document_file_uuid
    outputs:
      data_view: $response.body
  - stepId: runDscr
    operationId: createDscrAnalysis
    requestBody:
      payload:
        borrower_uuid: $steps.createBorrower.outputs.borrower_uuid
        template_uuid: $inputs.dscr_template_uuid
    outputs:
      analysis_uuid: $response.body#/uuid
  - stepId: downloadDscr
    operationId: downloadPdfDscrAnalysis
    parameters:
    - name: uuid
      in: path
      value: $steps.runDscr.outputs.analysis_uuid
  outputs:
    borrower_uuid: $steps.createBorrower.outputs.borrower_uuid
    analysis_uuid: $steps.runDscr.outputs.analysis_uuid

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/fincura-spread-and-analyze"
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.