Skip to main content

Peliqan

Bank Transactions

Average transaction amount

SQL query for Bank Transactions

Calculate the average amount of transactions (booked and pending).

SELECT AVG(amount) FROM BookedTransactions UNION ALL SELECT AVG(amount) FROM PendingTransactions;

Bank Transactions data model

Bank Transactions
Booked Transactions

View 15 columns
ValueDateDate-time
DebtorNameString
BookingDateDate-time
CreditorNameString
TransactionIdString
DebtorAccount_ibanString
BankTransactionCodeString
CreditorAccount_ibanString
InternalTransactionIdString
DebtorAccount_currencyString
CreditorAccount_currencyString
TransactionAmount_amountDate-time
TransactionAmount_currencyString
ProprietaryBankTransactionCodeString
RemittanceInformationUnstructuredString
Bank Transactions
Pending Transactions

Ready to get instant access to all your company data ?​

Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.