CAMT.053 is a detailed bank-to-customer statement format used to list all entries booked on a customer’s bank account for a given day, serving as a standardized alternative to the MT940 format. This standard is part of the ISO 20022 framework and involves financial institutions, banks, and corporates to ensure consistent and transparent reporting.
Actuals provides a dedicated connector to process bank files structured in CAMT.053 format. It handles files containing multiple statements and performs statement level validations.
%%{init: {'theme':'neutral'}}%%
flowchart TB
subgraph CAMT053 File level
File -->|contains
1 or more| Statement
subgraph Statement level
Statement -->|contains
0 or more| Transaction
subgraph Transaction level
Transaction
end
end
end