Complete Document AI Schema Configuration (For Reference Only)

After you create a Document AI processor configuration for bank statement extraction, Data 360 Document AI returns data in this format. Use this as starting point for additional use cases. See more Document AI example schemas.

See detailed descriptions and examples for each primary fields in the document schema configuration.

Field NameTypeDescriptionExample
account_holder_namestringCustomer name"Sumit Sharma"
account_holder_addressStringMulti-line address"TECH SOLUTIONS\n2ND FLOOR..."
branch_addressStringBank branch location"KASTURI UDYOG, SHOP NO 45..."
cityStringCity name"Mumbai"
stateStringState/Province"MAHARASHTRA"
phone_noStringContact number"022-61606161"
currencyStringCurrency code"INR", "USD"
emailStringEmail address"example@gmail.com"
other_account_open_dateStringAccount opening date"22/04/2016"
Monthly salaryStringPre-extracted salary"85,000.00"
home_loan_takenbooleanHas home loan?true/false
auto_loan_takenbooleanHas auto loan?true/false
transactionsArrayList of transactionsSee below

The transaction array contains the objects detailing the financial activity in the bank statement, defined by the following fields.

FieldTypeDescription
dateStringTransaction date (DD/MM/YY)
transaction_descriptionStringDescription/narration
reference_numberString/NullTransaction reference
value_dateStringValue date (DD/MM/YY)
withdrawalNumber/NullDebit amount
depositNumber/NullCredit amount
balanceNumberRunning balance