Lithic Reporting Suite

Overview

Lithic Reporting Suite are daily flat files delivered via SFTP. They are generated from Lithic's settlement data and contain transaction-level detail, network summaries, ACH activity, ledger balances, and more. Banks use these for internal accounting, ledger posting, and regulatory reporting.

Access: Lithic Reporting Suite are included for banks where Lithic acts as Program Manager. For other program types, this is available as a paid add-on. Contact [email protected] to discuss access and configuration.

Report types

The following reports are available as part of the Bank Reporting Suite. Not all report types are enabled by default — your configuration determines which reports are generated for your program.

ReportFile naming conventionDescription
Daily Card Network Settlement SummaryYYYYMMDD_lithic_daily_network_settlement_summaryDaily totals for settled card transactions, interchange, disputes, and misc fees. Use this to reconcile daily wires from the card networks (VISA, MASTERCARD & AMEX).
Card Network Settlement DetailYYYYMMDD_lithic_settlement_detailTransaction-level breakdown of daily settlement activity including interchange, disputes, and fees.
Card TransactionsYYYYMMDD_lithic_card_transactionsAll card transaction events at the event level, including authorizations and clearing.
CardsYYYYMMDD_lithic_cardsAll existing cards, their states, and characteristics.
AccountsYYYYMMDD_lithic_accountsCardholder identifying information (sometimes referred to as an AML report).
ACH EntriesYYYYMMDD_lithic_ach_entriesDaily ACH entries.
TransfersYYYYMMDD_lithic_transfersDaily book transfers and management operations.
Ledger AccountsYYYYMMDD_lithic_ledger_accountsUnified mapping file that consolidates account IDs for joining across reports.
Ledger Program BalancesYYYYMMDD_lithic_ledger_program_balancesDaily ledger balances at the program level.
Ledger End User BalancesYYYYMMDD_lithic_ledger_end_user_balancesDaily ledger balances at the most granular level — account, card, end user, etc.

PAN availability

Several reports contain card number data. By default, files are delivered without the full PAN. If your institution is PCI compliant, Lithic can be configured to include the full PAN in the Cards and Card Transactions reports.

How the reports relate

The reports are designed to be joined to each other using shared keys. The relationships below show the primary join paths.

Daily Network Settlement Summary
  └── joins to Settlement Detail on report_date + institution_id

Settlement Detail
  ├── joins to Card Transactions on transaction_id
  │     (or transaction_event_id via transaction_event_ids array)
  ├── joins to Accounts via account_id
  ├── joins to Cards via card_id
  └── joins to Ledger Accounts via account_id → ledger_account_id

Card Transactions
  ├── joins to Cards via card_id
  ├── joins to Accounts via account_id
  └── joins to Ledger Accounts via account_id → ledger_account_id

Ledger Accounts  (universal join key: ledger_account_id)
  ├── joins to Card Transactions via account_id
  ├── joins to Settlement Detail via account_id
  ├── joins to Accounts via account_id
  ├── joins to ACH Entries via ledger_account_id
  ├── joins to Ledger End User Balances via financial_account_id
  ├── joins to Ledger Program Balances via program_id
  └── self-joins via parent_ledger_account_id and business_account_id

Ledger Accounts is the central join file. It consolidates multiple ID types — account_id, program_id, financial_account_id — into a single ledger_account_id column, enabling consistent joins across all reports using the same method. See the Ledger Accounts section for query examples.

Delivery timing

Typical availability: ~11:00 PM ET Deadline: 12:01 AM ET

Bank Reports are generated after settlement processing is complete for the day. If settlement processing is delayed due to late network file delivery, Bank Report delivery will be delayed accordingly. In most cases this does not affect the 12:01 AM ET deadline, but significant upstream delays can push delivery past target.

Field references

Daily Network Settlement Summary

Daily totals for settled card transactions, interchange, disputes, and miscellaneous fees. Use this report to reconcile daily wires from the networks. Distinct on institution_id and report_date. Can be joined to Settlement Detail on those same fields.

FieldData typeNullableDescription
report_dateDATENoDate the report was generated by the Card Network
collection_dateDATENoDate of the funds movement being reconciled
networkVARCHAR(10)NoNetwork wire being reconciled
institution_idVARCHAR(10)NoNumeric identifier the network settles with (e.g., ICA for Mastercard, FTSRE for Visa)
currencyVARCHAR(3)NoISO 4217 alpha-3 currency code for the settlement
transaction_amountINTEGERNoTotal amount of settlement-impacting transactions in smallest denomination (e.g., pennies for USD)
disputes_amountINTEGERNoTotal gross amount of dispute settlements in smallest denomination
interchange_amountINTEGERNoTotal gross amount of interchange in smallest denomination
fees_amountINTEGERNoTotal gross amount of other fees outside of interchange in smallest denomination
net_amountINTEGERNoTotal net amount settled in smallest denomination
acquiring_networkVARCHAR(10)NoAcquiring network for the transaction

Spec last updated: January 5, 2026

Settlement Detail

Transaction-level breakdown of daily settlement activity including interchange, disputes, and fees. Distinct on settlement_id. Can be joined to Daily Network Settlement Summary on report_date and institution_id, to Card Transactions on transaction_id (or via individual transaction_event_ids in the transaction_event_ids array), and to Ledger Accounts via account_id.

FieldData typeNullableDescription
settlement_idVARCHAR(36)NoUUID assigned to each settlement event
program_idVARCHAR(36)YesUUID assigned to each program
program_nameVARCHAR(26)YesFriendly name for the program
organization_idVARCHAR(36)YesUUID assigned to each organization
organization_nameVARCHAR(64)YesFriendly name for the organization
institution_idVARCHAR(10)NoThe most granular ID the network settles with (e.g., ICA for Mastercard, FTSRE for Visa)
account_idVARCHAR(36)YesUUID of the account the card is associated with
card_idVARCHAR(36)YesUUID assigned to each card
transaction_event_idsVARCHAR(1000)NoArray of transaction event UUIDs associated with the network settlement event
transaction_idVARCHAR(36)YesUUID of the aggregate transaction that associates all related events
transaction_currency_codeVARCHAR(3)NoISO 4217 alpha-3 currency code for the settlement
networkVARCHAR(10)NoNetwork used to process the transaction (e.g., MASTERCARD, VISA)
acquiring_networkVARCHAR(10)NoAcquiring network for the transaction
transactions_gross_amountINTEGERNoGross settled amount. Positive = debit (e.g., clearing); negative = credit (e.g., refund). In currency's smallest unit.
disputes_gross_amountINTEGERNoGross amount of dispute settlements
interchange_gross_amountINTEGERNoGross interchange amount associated with this settlement event
interchange_gross_amount_extended_precisionVARCHAR(20)NoGross interchange amount in six-digit extended precision (e.g., $0.101 = 101000)
other_fees_gross_amountINTEGERNoTotal amount of other fees outside of interchange
net_amountINTEGERNoNet amount of this record
settlement_record_typeVARCHAR(20)NoType of record (e.g., CLEARING, CHARGEBACK, ADJUSTMENT, FEE)
settlement_dateDATENoDate money movement is triggered for this settlement event
report_dateDATENoDate the report was generated by the Card Network

Spec last updated: January 5, 2026

Card Transactions

All card transaction events at the event level. Distinct on transaction_event_id. One row per transaction event — a single transaction (e.g., an authorization followed by clearing) produces multiple rows linked by transaction_id.

PAN availability: By default the pan field is omitted. PCI-compliant institutions can request PAN delivery — see PAN availability.

FieldData typeNullableDescription
transaction_event_idVARCHAR(36)NoUUID assigned to each transaction event
program_idVARCHAR(36)NoUUID assigned to each program
program_nameVARCHAR(26)NoFriendly name for the program
organization_idVARCHAR(36)NoUUID assigned to each organization
organization_nameVARCHAR(64)YesFriendly name for the organization
account_idVARCHAR(36)NoUUID of the account the transaction event is associated with
authorizedBOOLEANNoFlag for whether the transaction is authorized or declined
authorization_codeVARCHAR(6)YesSystem-generated authorization code given at time of purchase (6-digit SVCAP auth code)
is_financialBOOLEANNoFlag for whether the transaction has financial impact
card_idVARCHAR(36)NoUUID assigned to each card
panVARCHAR(16)NoFull card Primary Account Number — present only for PCI-compliant recipients
last_fourVARCHAR(4)NoLast four digits of the PAN
networkVARCHAR(10)NoParent network used to process the transaction (e.g., MASTERCARD, VISA)
acquiring_networkVARCHAR(10)NoSpecific network used to process the transaction (e.g., VISA, MASTERCARD, INTERLINK, MAESTRO)
card_issuing_networkVARCHAR(10)NoNetwork the issued card belongs to according to BIN
response_codeVARCHAR(3)NoISO response code generated by the authorization system and sent to the network
response_descriptionVARCHAR(60)NoDescription of the response code
customer_response_descriptionVARCHAR(21)YesDescription of the response the client sends to Lithic (ASA clients only)
message_type_idVARCHAR(3)NoISO message type identifier code (e.g., 0200 Financial)
message_type_id_descriptionVARCHAR(29)NoDescription of the message type code
processing_codeVARCHAR(2)NoISO processing code (00 = purchase, 50 = bill_payment, 01 = withdrawal, etc.)
processing_code_descriptionVARCHAR(25)NoDescription of the processing code
transaction_codeINTEGERNoLithic-specific transaction code for the type of transaction
transaction_code_descriptionVARCHAR(35)NoDescription of the Lithic transaction code
international_transaction_indicatorBOOLEANNoIndicates the transaction is international
amountINTEGERNoAmount of the request in USD pennies
settled_amountINTEGERYesAmount of the settled transaction in USD pennies. Null for non-financial events.
transaction_signINTEGERNo1 for debit, -1 for credit
transaction_currency_codeVARCHAR(3)NoISO 4217 alpha-3 currency code for the settlement
point_of_service_terminal_typeVARCHAR(13)YesPoint of sale terminal type
point_of_service_entry_modeVARCHAR(17)YesPoint of sale entry mode indicator
settlement_dateDATENoDate the transaction settled
transaction_event_timeTIMESTAMP_NTZNoTimestamp of when the transaction occurred (UTC)
post_timeTIMESTAMP_NTZYesTimestamp of when the transaction posted to the account (UTC)
transaction_idVARCHAR(36)NoUUID of the aggregate transaction that associates all related events
merchant_nameVARCHAR(25)YesMerchant name provided in the network message
card_acceptor_idVARCHAR(15)YesIdentifier for the merchant
merchant_cityVARCHAR(13)YesCity of the merchant
merchant_stateVARCHAR(3)YesState of the merchant (2-character abbreviation)
merchant_country_codeVARCHAR(3)YesISO alpha-3 country code
merchant_countryVARCHAR(52)YesCountry of the merchant
merchant_category_codeVARCHAR(4)YesFour-digit industry standard merchant category code
merchant_categoryVARCHAR(160)YesDescription of the merchant category code
binVARCHAR(9)NoFirst 6 or 8 digits of the PAN
address_verification_responseVARCHAR(14)YesResponse message if address verification was used
acquirer_reference_numberVARCHAR(23)YesAcquirer reference number from the ISO stream
retrieval_reference_numberVARCHAR(12)YesRetrieval reference number from the ISO stream

Fields to know:

transaction_id vs. transaction_event_idtransaction_id groups all events belonging to the same transaction lifecycle (authorization, clearing, settlement). transaction_event_id identifies each individual event. Use transaction_id to join across the lifecycle or to link to Settlement Detail.

is_financial — filter on is_financial = true to work only with events that affect balances. Authorizations appear in the file with is_financial = false.

amount vs. settled_amountamount is the requested amount at authorization time. settled_amount is the final settled amount and may differ due to partial settlements, reversals, or tip adjustments. Will be null for non-financial events.

network vs. acquiring_network vs. card_issuing_networknetwork is the parent network (e.g., VISA). acquiring_network is the specific network that processed the transaction (e.g., INTERLINK). card_issuing_network is the network the card belongs to according to its BIN.

Spec last updated: January 5, 2026


Cards

All existing cards, their states, and characteristics. Distinct on card_id. Can be joined to Card Transactions, Settlement Detail, and Accounts via card_id and account_id.

PAN availability: By default the pan field is omitted. PCI-compliant institutions can request PAN delivery — see PAN availability.

FieldData typeNullableDescription
card_idVARCHAR(36)NoUUID assigned to each card
program_idVARCHAR(36)NoUUID assigned to each program
program_nameVARCHAR(26)NoFriendly name for the program
organization_idVARCHAR(36)NoUUID assigned to each organization
organization_nameVARCHARYesFriendly name for the organization
account_idVARCHAR(36)NoUUID of the account the card is associated with
card_created_atTIMESTAMP_NTZNoTime the card was created
card_updated_atTIMESTAMP_NTZNoTime the card was last updated
panVARCHAR(19)NoFull card Primary Account Number — present only for PCI-compliant recipients
last_fourVARCHAR(4)NoLast four digits of the PAN
card_stateVARCHAR(39)NoCurrent state of the card
expiration_dateDATENoDate the card expires (YYYY-MM-DD)
embossed_nameVARCHARYesEmbossed name on the card. Only present for physical cards.
binVARCHAR(9)NoFirst 6 or 8 digits of the PAN
card_closed_atDATEYesTime the card was closed
reloadable_indicatorBOOLEANNoIndicates whether the card is reloadable

Spec last updated: January 5, 2026


Accounts

Cardholder identifying information. Sometimes referred to as an AML report. Distinct on account_id. Can be joined to Settlement Detail, Card Transactions, and Cards via account_id.

Note: This report contains sensitive PII including government IDs, dates of birth, and addresses. Access is restricted to authorized recipients only.

FieldData typeNullableDescription
account_idVARCHAR(36)NoUUID of the account
organization_idVARCHAR(36)NoUUID assigned to each organization
organization_nameVARCHARYesFriendly name for the organization
account_holder_typeVARCHAR(17)YesType of account holder (e.g., individual vs. business)
is_sub_accountBOOLEANNoChild account / authorized user indicator
account_statusVARCHAR(24)NoAccount status (e.g., active, closed)
created_atTIMESTAMP_NTZNoTime the account was created
updated_atTIMESTAMP_NTZNoTime the account was last updated
account_holder_first_nameVARCHARNoAccount holder's first name
account_holder_last_nameVARCHARNoAccount holder's last name
business_nameVARCHARYesName of registered business
account_holder_government_idVARCHAR(11)YesUS social security number or ITIN
account_holder_dobDATEYesAccount holder's date of birth
account_holder_address_1VARCHARYesStreet number and street name
account_holder_address_2VARCHARYesUnit or apartment number (if applicable)
account_holder_cityVARCHARYesCity of residence
account_holder_stateVARCHAR(15)YesState of residence. Uppercase ISO 3166-2 two-character abbreviation (e.g., "CA")
account_holder_zipcodeVARCHAR(12)NoZip code. 5 or 10 characters (ZIP or ZIP+4)
account_holder_countryVARCHAR(3)YesCountry of residence
account_holder_phoneVARCHAR(25)YesPrimary phone number
account_holder_emailVARCHAR(254)NoEmail address
kyc_dateDATEYesDate KYC/KYB was performed
kyc_statusVARCHAR(24)YesStatus of KYC/KYB check
control_person_first_nameVARCHARYesControl person's first name
control_person_last_nameVARCHARYesControl person's last name
control_person_dobDATEYesControl person's date of birth
control_person_government_idVARCHAR(11)YesControl person's government ID
control_person_address_1VARCHARYesControl person's street number and street name
control_person_address_2VARCHARYesControl person's unit or apartment number
control_person_cityVARCHARYesControl person's city of residence
control_person_stateVARCHAR(2)YesControl person's state of residence
control_person_zipcodeVARCHAR(10)YesControl person's zip code
control_person_countryVARCHAR(2)YesControl person's country of residence
control_person_phoneVARCHAR(25)YesControl person's primary phone number
beneficial_owner_individualsVARCHARYesList of beneficial owner individuals. Fields follow the same validation rules as Control Person fields.
external_idVARCHARYesExternal identifier for the account

Spec last updated: January 5, 2026


ACH Entries

Daily ACH entries. Distinct on financial_transaction_id, as well as entry_trace_number and settlement_date. Can be joined to Ledger Accounts using ledger_account_id.

FieldData typeNullableDescription
processed_atTIMESTAMP_NTZNoProcessing timestamp of the ACH entry
financial_transaction_idVARCHAR(36)NoUnique identifier assigned to each financial transaction
entry_trace_numberVARCHAR(15)NoUnique identifier Lithic or the originating bank assigns to an ACH transaction
transaction_codeINTEGERNoLithic-specific transaction code for the type of event
transaction_code_descriptionVARCHAR(35)NoEvent type for the ACH entry (e.g., ACH_ORIGINATION_PROCESSED)
return_reason_codeVARCHAR(3)YesReturn reason code (e.g., R01)
program_idVARCHAR(36)YesUnique program identifier
program_nameVARCHAR(26)YesProgram name
organization_idVARCHAR(36)YesUnique organization identifier
organization_nameVARCHARYesOrganization name
originator_idVARCHAR(10)NoNACHA company ID for the ACH entry
external_bank_account_ownerVARCHARYesCounterparty to the ACH entry. Not typically present for receipts.
descriptionVARCHARNoACH description
currencyVARCHAR(3)NoISO 4217 alpha-3 currency code
amountINTEGERNoAmount of the ACH transaction
signVARCHAR(6)Nocredit or debit
settled_dateDATENoDate the ACH settled
statusVARCHAR(25)NoACH status
resultVARCHAR(8)NoACH result
initiated_dateDATENoDate of ACH initiation
ledger_account_idVARCHAR(36)NoUnique identifier of the Lithic ledger account the ACH impacts
sec_codeVARCHAR(3)YesNACHA Standard Entry Class (e.g., PPD, CCD, WEB)
activity_dateDATEYesDate the file was generated. Not always present for receipts or returns.

Spec last updated: January 5, 2026


Transfers

Event-level data for book transfers and management operations. Captures internal fund movements, fee assessments, rewards, adjustments, and other operational activities that affect account balances.

FieldData typeNullableDescription
event_idVARCHAR(36)NoUnique identifier for each individual transfer event
transaction_idVARCHAR(36)NoGroups related events that are part of the same transaction
credit_ledger_account_idVARCHAR(36)NoLedger account receiving funds (being credited)
debit_ledger_account_idVARCHAR(36)NoLedger account from which funds are taken (being debited)
program_idVARCHAR(36)NoUnique identifier for the program
program_nameVARCHAR(26)NoHuman-readable name of the program
organization_idVARCHAR(36)NoUnique identifier for the organization
organization_nameVARCHARYesName of the organization
event_atTIMESTAMP_NTZNoWhen the transfer event occurred in the system
posted_atTIMESTAMP_NTZNoWhen the transfer was officially posted to the ledger
currencyVARCHAR(3)NoCurrency of the transfer amount
amount_centsINTEGERNoTransfer amount in the smallest currency unit (cents for USD)
transaction_codeINTEGERNoStandardized code identifying the type of transfer operation
transaction_typeVARCHAR(60)NoConstructed identifier combining event family, category, and type
event_familyVARCHAR(21)NoHigh-level categorization of the event type
event_categoryVARCHAR(23)NoMid-level categorization within the event family
event_typeVARCHAR(22)NoSpecific type of operation within the category
event_subtypeVARCHAR(22)YesAdditional specification of the event type when applicable
memoVARCHARNoDescriptive text providing context about the transfer
user_defined_idVARCHARYesUser-defined identifier for the transfer

Spec last updated: January 5, 2026


Ledger Accounts

A unified mapping file that consolidates multiple ID types (account_id, program_id, financial_account_id) into a single ledger_account_id column. Use this as the central join file across all other reports. Distinct on ledger_account_id.

Hierarchical structure: ledger_account_id creates a parent-child hierarchy via parent_ledger_account_id. Account holders can have multiple financial accounts that roll up to a primary account_id. Business accounts map to their owner via business_account_id. All relationships use the same self-join pattern: child.parent_ledger_account_id = parent.ledger_account_id.

FieldData typeNullableDescription
ledger_account_idVARCHAR(36)NoUUID of the ledger account. Acts as the universal join key across all reports.
ledger_account_typeVARCHAR(50)NoType of ledger account (e.g., ACCOUNT, BUSINESS_ACCOUNT, INSTANCE)
parent_ledger_account_typeVARCHAR(50)Yesledger_account_type of the primary owner
parent_ledger_account_idVARCHAR(36)Yesledger_account_id of the primary owner
program_idVARCHAR(36)YesUUID of the associated program
business_account_idVARCHAR(36)Yesledger_account_id of the associated business account
ledger_account_created_atTIMESTAMP_NTZNoTime the ledger account was created
issuing_productVARCHAR(10)YesIssuing product for the program (PM = Program Managed, PO = Processor Only)
is_test_programBOOLEANYesWhether the program is for testing
account_idVARCHAR(36)YesUUID of the associated account
organization_idVARCHAR(36)YesUUID assigned to each organization
organization_nameVARCHAR(64)YesFriendly name for the organization
is_sub_accountBOOLEANYesChild account / authorized user indicator
ky_workflowVARCHAR(15)YesType of KYB/KYC workflow run. Exemptions are also noted here.
account_holder_typeVARCHAR(17)YesType of account holder (e.g., individual vs. business)
account_statusVARCHAR(24)YesAccount status (e.g., active, closed)
account_created_atTIMESTAMP_NTZYesTime the account was created
updated_atTIMESTAMP_NTZNoTime the account was last updated
first_nameVARCHAR(558)YesAccount holder's first name
last_nameVARCHAR(558)YesAccount holder's last name
business_nameVARCHAR(82)YesName of registered business
government_idVARCHAR(76)YesAccount holder's government ID (e.g., SSN in the US)
dobDATEYesAccount holder's date of birth
address_1VARCHAR(1024)YesStreet number and street name
address_2VARCHAR(130)YesUnit or apartment number
cityVARCHAR(86)YesCity of residence
stateVARCHAR(15)YesState of residence (uppercase ISO 3166-2, e.g., "CA")
zipcodeVARCHAR(12)YesZip code (5 or 10 characters)
countryVARCHAR(3)YesCountry of residence
phoneVARCHAR(60)YesPrimary phone number
emailVARCHAR(586)YesEmail address
ky_dateDATEYesDate KYC/KYB was performed
ky_statusVARCHAR(16)YesStatus of KYC/KYB check
beneficial_owner_individualsVARCHARYesList of beneficial owner individuals

Spec last updated: January 5, 2026


Ledger Program Balances

Daily ledger balances at the program level. Can be joined to Ledger Accounts using program_id and ledger_account_id.

FieldData typeNullableDescription
program_idVARCHAR(36)NoUnique identifier assigned to each program
program_nameVARCHAR(26)NoFriendly name for the program
organization_idVARCHAR(36)NoUUID assigned to each organization
organization_nameVARCHAR(64)YesName of the organization
available_balanceINTEGERNoAvailable balance at end of prior day
pending_balanceINTEGERNoPending balance at end of prior day
total_balanceINTEGERNoTotal balance at end of prior day (available + pending)
available_balance_signVARCHAR(6)NoDebit/credit indicator for available balance
pending_balance_signVARCHAR(6)NoDebit/credit indicator for pending balance
total_balance_signVARCHAR(6)NoDebit/credit indicator for total balance
balance_currency_codeVARCHAR(3)NoCurrency code of the balances
balance_atTIMESTAMP_NTZNoEnd timestamp of the balance calculation

Spec last updated: January 5, 2026


Ledger End User Balances

Daily ledger balances at the most granular level — account, card, end user, etc. Can be joined to Ledger Accounts using financial_account_id and ledger_account_id.

FieldData typeNullableDescription
financial_account_idVARCHAR(36)NoUnique identifier assigned to each financial account
organization_nameVARCHAR(64)YesName of the organization
organization_idVARCHAR(36)NoUUID assigned to each organization
program_idVARCHAR(36)NoUnique identifier assigned to each program
program_nameVARCHAR(26)NoFriendly name for the program
business_account_idVARCHAR(36)YesAccount identifier for business account level balances
account_idVARCHAR(36)YesAccount identifier for account and card level balances
card_idVARCHAR(36)YesAccount identifier for card level balances
account_typeVARCHAR(50)NoType of account (e.g., Issuing)
account_levelVARCHAR(16)YesLevel of account (e.g., Card, Account, Business Account)
available_balanceINTEGERNoAvailable balance at end of prior day
pending_balanceINTEGERNoPending balance at end of prior day
total_balanceINTEGERNoTotal balance at end of prior day (available + pending)
available_balance_signVARCHAR(6)NoDebit/credit indicator for available balance
pending_balance_signVARCHAR(6)NoDebit/credit indicator for pending balance
total_balance_signVARCHAR(6)NoDebit/credit indicator for total balance
balance_currency_codeVARCHAR(3)NoCurrency code of the balances
balance_atTIMESTAMP_NTZNoEnd timestamp of the balance calculation

Spec last updated: January 5, 2026