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
| Property | Value |
|---|---|
| Entity code | ANGCHECKFIN |
| Display name | Financials criteria |
| Plural | Financials criteria |
| Level | 800 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | AI check. |
description | text (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