How Antei validates structured and imported data before it is persisted into the organization’s workspace.
1. Schema Validation
contact_id
, amount
, jurisdiction
) must be presentcountry
required if tax_applied
) are enforced2. Entity Normalization & Component Breakdown
Transaction
, Product
, Contact
, Invoice
, TransactionOp
) and mapped to Antei’s internal data registry.3. Deduplication & Matching Engine
Product
, Contact
)4. Mapping & Link Validation
product_id
, contact_id
, or jurisdiction_id
5. Classification & Enrichment
source
, timestamp
, entity_type
)6. Completeness & Final Checks
Unprocessed Products
, Unprocessed Transactions
)7. Manual Override & Reprocessing
8. Final Persistence & Usage
Transactions
, Products
, Contacts
, etc.)Entity | Reason for Unprocessed | Example |
---|---|---|
Transaction | Missing contact_id or fuzzy match ≥ 90% | Refund not linked to contact |
Product | Tax classification missing or duplicate match | Imported product lacks taxability |
Invoice | Entity missing or tax rate mismatch | Invoice linked to unregistered entity |