Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Transaction categories define the types of financial transactions that can be recorded in the system. Each category specifies:- Direction: Whether the transaction is a Payable (money going out) or Receivable (money coming in)
- Scopes: Which entity types (policies or events) the category applies to, and which payee types are supported
- Line Item Categories: Subcategories for itemized transactions
- Reserves Support: Whether the category supports reserve tracking (for event-related categories)
Transaction Direction
| Direction | Description |
|---|---|
Payable | Money owed by the company (expenses, claims) |
Receivable | Money owed to the company (premiums, recoveries) |
Transaction Scopes
Each category has one or more scopes that define where it can be used:- Entity Type: Either
policyorevent - Supported Payee Types: Which payee types can receive payments for this category (for payable categories)
Supported Payee Types
| Type | Description |
|---|---|
insured | The policyholder/insured party |
payee | A general payee (law firm, expert, vendor, etc.) |
brokerage | A brokerage that receives commissions or payments |
Line Item Categories
Some transaction categories support line items (itemized breakdowns). These categories haveisItemized: true and include a lineItemCategories array with subcategories.
Each line item category has:
categoryId: Unique identifier for the line item categoryname: Display nameparentTransactionCategoryId: Reference to the parent transaction category
Permissions
- Read: Requires
externalApi:readpermission
