Skip to main content

Accounts Fields

Complete field reference for the accounts entity.

Currency Values

All monetary amounts are stored in cents (smallest currency unit). Divide by 100 for dollar values.

FieldTypeRequiredDefaultDescription
idTextYes-Unique internal identifier (UUID)
run_idTextNo-Import batch identifier
bank_numberTextNo-Institution identifier
account_numberTextNo-Primary account identifier
original_account_numberTextNo-Original account number before changes
customer_numberTextNo-Primary business identifier for the customer
account_typeTextNo-Original account type code
account_type_descriptionTextNo-Account type description
rs_account_typeTextNo-Standardized account type (see Code Values)
rs_account_subtypeTextNo-Consumer or Business classification
account_statusTextNo-Original account status code
account_status_descriptionTextNo-Account status description
rs_account_statusTextNo-Standardized account status (see Code Values)
product_codeTextNo-Internal product code
product_descriptionTextNo-Product description
account_classification_codeTextNo-Account classification
account_classification_descriptionTextNo-Classification description
branch_numberTextNo-Branch where account is held
officerTextNo-Account officer code
officer_descriptionTextNo-Account officer name
officer_titleTextNo-Account officer title
risk_codeTextNo-Risk classification code
interest_rateDecimalNo-Current interest rate
statement_cycleTextNo-Statement generation cycle
current_balanceIntegerNo-Current account balance (cents)
available_balanceIntegerNo-Available balance (cents)
average_balanceIntegerNo-Average balance over period (cents)
balance_dateTimestampNo-Date of balance snapshot
date_openTimestampNo-Account opening date
date_closedTimestampNo-Account closing date
maturity_dateTimestampNo-CD/loan maturity date
last_statement_dateTimestampNo-Last statement generation date
last_deposit_dateTimestampNo-Date of last deposit
account_purpose_flagTextNo-Purpose of account
loan_typeTextNo-Type of loan
loan_type_descriptionTextNo-Loan type description
loan_codeTextNo-Loan classification code
loan_code_descriptionTextNo-Loan code description
other_loan_amountIntegerNo-Additional loan amount (cents)
secured_loanBooleanNo-Whether loan is secured
currency_typeTextNo-Currency code (USD)
ledger_balanceIntegerNo-Ledger balance (cents)
ledger_balance_dateTimestampNo-Ledger balance date
initial_loan_amountIntegerNo-Original loan amount (cents)
available_balance_dateTimestampNo-Available balance date
initial_credit_limitIntegerNo-Original credit limit (cents)
current_credit_limitIntegerNo-Current credit limit (cents)
current_interest_rateDecimalNo-Current interest rate
payment_scheduleTextNo-Payment frequency
payment_amount_dueIntegerNo-Amount due (cents)
current_payment_dateTimestampNo-Current payment due date
first_payment_dateTimestampNo-First payment date
grace_daysIntegerNo-Grace period in days
loan_sold_dateTimestampNo-Date loan was sold
line_of_creditBooleanNo-Whether account is a LOC
loan_purposeTextNo-Purpose of loan
loan_purpose_descriptionTextNo-Loan purpose description
drawdown_loanTextNo-Drawdown loan indicator
collateral_typeTextNo-Type of collateral
collateral_descriptionTextNo-Collateral description
property_typeTextNo-Property type code
property_codeTextNo-Property classification code
property_code_descriptionTextNo-Property code description
property_numberIntegerNo-Property identifier
property_idTextNo-Property ID
property_descriptionTextNo-Property description
property_yearIntegerNo-Property year (vehicles)
property_makeTextNo-Property make (vehicles)
property_modelTextNo-Property model (vehicles)
property_stateTextNo-Property state location
property_valueIntegerNo-Property value (cents)
function_codeTextNo-Function classification
function_groupTextNo-Function group
revolving_loc_indicatorBooleanNo-Revolving line of credit flag
card_numberIntegerNo-Card number (masked)
card_pan_last_4IntegerNo-Last 4 digits of card PAN
card_typeTextNo-Type of card
card_statusTextNo-Card status
card_expiry_dateTimestampNo-Card expiration date
card_issue_dateTimestampNo-Card issue date
card_closed_dateTimestampNo-Card closed date
eft_card_prod_codeTextNo-EFT product code
eft_card_prod_descTextNo-EFT product description
embossed_nameTextNo-Name embossed on card
is_ignoredBooleanNoFALSEWhether record is ignored in processing
rs_sourceTextNo-Data source identifier
data_as_ofTimestampNo-Date the source data was extracted
partition_dateTimestampNo-Date partition for the record
updated_atTimestampNo-Last update timestamp
created_atTimestampNoCURRENT_TIMESTAMP()Record creation timestamp

This reference is generated from the schema definition.