camt.052.001.02
Scope The BankToCustomerAccountReport message is sent by the account servicer to an account owner or to a party authorised by the account owner to receive the message. It can be used to inform the account owner, or authorised party, of the entries reported to the account, and/or to provide the owner with balance information on the account at a given point in time. Usage The BankToCustomerAccountReport message can contain reports for more than one account. It provides information for cash management and/or reconciliation. It can be used to:
- report pending and booked items;
- provide balance information. It can include underlying details of transactions that have been included in the entry. It is possible that the receiver of the message is not the account owner, but a party entitled by the account owner to receive the account information (also known as recipient). For a statement, the Bank-to-Customer Account Statement message should be used.
Message Construction
Every ISO20022 message has at the highest level what we call ‘building blocks’. Because the message is constructed as immutable records, the association is by composition. Below you can see the relationship between the message and its constituent building blocks: For comparison, see the ISO20022 official specification
classDiagram direction LR %% BankToCustomerAccountReportV02 recursion level 0 with max 0 BankToCustomerAccountReportV02 *-- "1..1" GroupHeader42 : GroupHeader BankToCustomerAccountReportV02 *-- "1..1" AccountReport11 : Report
Now, we will zero-in one-by-one on each of these building blocks.
GroupHeader building block
Common information for the message. Set of elements used to provide further details of the message. For comparison, see the ISO20022 official specification
classDiagram direction tb %% GroupHeader42 recursion level 0 with max 1 class GroupHeader42{ MessageIdentification IsoMax35Text CreationDateTime IsoISODateTime AdditionalInformation IsoMax500Text } GroupHeader42 *-- "0..1" PartyIdentification32 : MessageRecipient GroupHeader42 *-- "0..1" Pagination : MessagePagination %% PartyIdentification32 recursion level 1 with max 1 class PartyIdentification32{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification32 *-- "0..1" PostalAddress6 : PostalAddress PartyIdentification32 *-- "0..1" IParty6Choice : Identification PartyIdentification32 *-- "0..1" ContactDetails2 : ContactDetails %% Pagination recursion level 1 with max 1 class Pagination{ PageNumber IsoMax5NumericText LastPageIndicator IsoYesNoIndicator }
GroupHeader42 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
MessageIdentification | Point to point reference, as assigned by the account servicing institution, and sent to the account owner or the party authorised to receive the message, to unambiguously identify the message. | Usage: The account servicing institution has to make sure that MessageIdentification is unique per account owner for a pre-agreed period. |
CreationDateTime | Date and time at which the message was created. | IsoISODateTime - Required 1..1 |
MessageRecipient | Party authorised by the account owner to receive information about movements on the account. | Usage: MessageRecipient should only be identified when different from the account owner. |
MessagePagination | Set of elements used to provide details on the page number of the message. | |
AdditionalInformation | Further details of the message. | IsoMax500Text - Optional 0..1 |
Report building block
Reports on a cash account. Set of elements used to provide details of the account report. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountReport11 recursion level 0 with max 1 class AccountReport11{ Identification IsoMax35Text ElectronicSequenceNumber IsoNumber LegalSequenceNumber IsoNumber CreationDateTime IsoISODateTime CopyDuplicateIndicator CopyDuplicate1Code AdditionalReportInformation IsoMax500Text } AccountReport11 *-- "0..1" DateTimePeriodDetails : FromToDate AccountReport11 *-- "0..1" IReportingSource1Choice : ReportingSource AccountReport11 *-- "1..1" CashAccount20 : Account AccountReport11 *-- "0..1" CashAccount16 : RelatedAccount AccountReport11 *-- "0..0" AccountInterest2 : Interest AccountReport11 *-- "0..0" CashBalance3 : Balance AccountReport11 *-- "0..1" TotalTransactions2 : TransactionsSummary AccountReport11 *-- "0..0" ReportEntry2 : Entry %% DateTimePeriodDetails recursion level 1 with max 1 class DateTimePeriodDetails{ FromDateTime IsoISODateTime ToDateTime IsoISODateTime } %% IReportingSource1Choice recursion level 1 with max 1 %% CashAccount20 recursion level 1 with max 1 class CashAccount20{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount20 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount20 *-- "0..1" CashAccountType2 : Type CashAccount20 *-- "0..1" PartyIdentification32 : Owner CashAccount20 *-- "0..1" BranchAndFinancialInstitutionIdentification4 : Servicer %% CashAccount16 recursion level 1 with max 1 class CashAccount16{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount16 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount16 *-- "0..1" CashAccountType2 : Type %% AccountInterest2 recursion level 1 with max 1 class AccountInterest2{ Reason IsoMax35Text } AccountInterest2 *-- "0..1" IInterestType1Choice : Type AccountInterest2 *-- "0..0" Rate3 : Rate AccountInterest2 *-- "0..1" DateTimePeriodDetails : FromToDate %% CashBalance3 recursion level 1 with max 1 class CashBalance3{ Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode } CashBalance3 *-- "1..1" BalanceType12 : Type CashBalance3 *-- "0..1" CreditLine2 : CreditLine CashBalance3 *-- "1..1" IDateAndDateTimeChoice : Date CashBalance3 *-- "0..0" CashBalanceAvailability2 : Availability %% TotalTransactions2 recursion level 1 with max 1 TotalTransactions2 *-- "0..1" NumberAndSumOfTransactions2 : TotalEntries TotalTransactions2 *-- "0..1" NumberAndSumOfTransactions1 : TotalCreditEntries TotalTransactions2 *-- "0..1" NumberAndSumOfTransactions1 : TotalDebitEntries TotalTransactions2 *-- "0..0" TotalsPerBankTransactionCode2 : TotalEntriesPerBankTransactionCode %% ReportEntry2 recursion level 1 with max 1 class ReportEntry2{ EntryReference IsoMax35Text Amount IsoActiveOrHistoricCurrencyAndAmount CreditDebitIndicator CreditDebitCode ReversalIndicator IsoTrueFalseIndicator Status EntryStatus2Code AccountServicerReference IsoMax35Text CommissionWaiverIndicator IsoYesNoIndicator AdditionalEntryInformation IsoMax500Text } ReportEntry2 *-- "0..1" IDateAndDateTimeChoice : BookingDate ReportEntry2 *-- "0..1" IDateAndDateTimeChoice : ValueDate ReportEntry2 *-- "0..0" CashBalanceAvailability2 : Availability ReportEntry2 *-- "1..1" BankTransactionCodeStructure4 : BankTransactionCode ReportEntry2 *-- "0..1" MessageIdentification2 : AdditionalInformationIndicator ReportEntry2 *-- "0..1" AmountAndCurrencyExchange3 : AmountDetails ReportEntry2 *-- "0..0" ChargesInformation6 : Charges ReportEntry2 *-- "0..1" ITechnicalInputChannel1Choice : TechnicalInputChannel ReportEntry2 *-- "0..0" TransactionInterest2 : Interest ReportEntry2 *-- "0..0" EntryDetails1 : EntryDetails
AccountReport11 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique identification, as assigned by the account servicer, to unambiguously identify the account report. | IsoMax35Text - Required 1..1 |
ElectronicSequenceNumber | Sequential number of the report, as assigned by the account servicer. | Usage: The sequential number is increased incrementally for each report sent electronically. |
LegalSequenceNumber | Legal sequential number of the report, as assigned by the account servicer. It is increased incrementally for each report sent. | IsoNumber - Optional 0..1 |
CreationDateTime | Date and time at which the message was created. | IsoISODateTime - Required 1..1 |
FromToDate | Range of time between a start date and an end date for which the account report is issued. | DateTimePeriodDetails - Optional 0..1 |
CopyDuplicateIndicator | Indicates whether the document is a copy, a duplicate, or a duplicate of a copy. | CopyDuplicate1Code - Optional 0..1 |
ReportingSource | Specifies the application used to generate the reporting. | IReportingSource1Choice - Optional 0..1 |
Account | Unambiguous identification of the account to which credit and debit entries are made. | CashAccount20 - Required 1..1 |
RelatedAccount | Identifies the parent account of the account for which the report has been issued. | CashAccount16 - Optional 0..1 |
Interest | Set of elements used to provide general interest information that applies to the account at a particular moment in time. | AccountInterest2 - Unknown 0..0 |
Balance | Set of elements used to define the balance as a numerical representation of the net increases and decreases in an account at a specific point in time. | CashBalance3 - Unknown 0..0 |
TransactionsSummary | Set of elements used to provide summary information on entries. | TotalTransactions2 - Optional 0..1 |
Entry | Set of elements used to specify an entry in the report. | Usage: At least one reference must be provided to identify the entry and its underlying transaction(s). |
AdditionalReportInformation | Further details of the account report. | IsoMax500Text - Optional 0..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the BankToCustomerAccountReportV02 implementation follows a specific implementaiton pattern. First of all, BankToCustomerAccountReportV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, BankToCustomerAccountReportV02Document implements IOuterDocument. Because BankToCustomerAccountReportV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type BankToCustomerAccountReportV02.
classDiagram class IOuterRecord BankToCustomerAccountReportV02 --|> IOuterRecord : Implements BankToCustomerAccountReportV02Document --|> IOuterDocument~BankToCustomerAccountReportV02~ : Implements class IOuterDocument~BankToCustomerAccountReportV02~ { BankToCustomerAccountReportV02 Message }
Document wrapper for serialization
The only real purpose BankToCustomerAccountReportV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.052.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using BankToCustomerAccountReportV02.ToDocument() method. The returned BankToCustomerAccountReportV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram BankToCustomerAccountReportV02Document *-- BankToCustomerAccountReportV02 : Document
Sample of message format
This is an abbreviated version of what the message should look like.
<Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.052.001.02">
<BkToCstmrAcctRpt>
<GrpHdr>
<!-- GroupHeader inner content -->
</GrpHdr>
<Rpt>
<!-- Report inner content -->
</Rpt>
</BkToCstmrAcctRpt>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_II5S49E-Ed-BzquC8wXy7w_620541391"
nextVersions="_rta40FkyEeGeoaLUQk__nA_560918446"
previousVersion="_HpTM0tE-Ed-BzquC8wXy7w_1604757380"
name="BankToCustomerAccountReportV02"
definition="Scope
The BankToCustomerAccountReport message is sent by the account servicer to an account owner or to a party authorised by the account owner to receive the message. It can be used to inform the account owner, or authorised party, of the entries reported to the account, and/or to provide the owner with balance information on the account at a given point in time.
Usage
The BankToCustomerAccountReport message can contain reports for more than one account. It provides information for cash management and/or reconciliation. It can be used to:
- report pending and booked items;
- provide balance information.
It can include underlying details of transactions that have been included in the entry.
It is possible that the receiver of the message is not the account owner, but a party entitled by the account owner to receive the account information (also known as recipient).
For a statement, the Bank-to-Customer Account Statement message should be used."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="BkToCstmrAcctRpt"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_II5S5NE-Ed-BzquC8wXy7w_620541484"
name="GroupHeader"
definition="Common information for the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="GrpHdr"
complexType="_P31ggtp-Ed-ak6NoX_4Aeg_-1617619263" />
<messageBuildingBlock
xmi:id="_II5S5dE-Ed-BzquC8wXy7w_620541423"
name="Report"
definition="Reports on a cash account."
registrationStatus="Provisionally Registered"
minOccurs="1"
xmlTag="Rpt"
complexType="_RpFbtNp-Ed-ak6NoX_4Aeg_-1975945805" />
<messageDefinitionIdentifier
businessArea="camt"
messageFunctionality="052"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.