DemandFlow Support Centre

ANGCHECKFIN: Financials criteria

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A checklist criterion for AI-powered financial forecast analysis, with name and description.

ANGCHECKFIN: Financials criteria

A checklist criterion for AI-powered financial forecast analysis, with name and description.

Default definition. This article describes the default ANGCHECKFIN definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ANGCHECKFIN.

Entity properties

PropertyValue
Entity codeANGCHECKFIN
Display nameFinancials criteria
PluralFinancials criteria
Level800

Use cases

Configuration entity defining evaluation criteria for the AI financials review (aiFinancials toolbar function). Identical structure to ANGCHECKPD and ANGCHECKBP but targets financial forecasts. Each record is a check item that the AI evaluates. Completes the angel investment AI analysis suite for the three document types: pitch deck, business plan, and financials.

Fields

General: Post

FieldTypeRequiredNotes
nametextYesAI check.
descriptiontext (multi-line)Description.

Relationships

  • No declared relationships in the default definition.

Creating a Financials criteria via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ANGCHECKFIN",
  "level":    800,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "AI check",
  "description": "Description"
}

Listing Financials criteria records

GET /v1/entities/ANGCHECKFIN/SUB

See also

angcheckfinfinancials criteriaangelfin

Was this article helpful?

← Back to Knowledge Base