AccountReportingRequestV03

camt.060.001.03

Scope The AccountReportingRequest message is sent by the account owner, either directly or through a forwarding agent, to one of its account servicing institutions. It is used to ask the account servicing institution to send a report on the account owner’s account in a BankToCustomerAccountReport (camt.052.001.03), a BankToCustomerStatement (camt.053.001.03) or a BankToCustomerDebitCreditNotification (camt.054.001.03). Usage The AccountReportingRequest message is used to advise the account servicing institution of funds that the account owner expects to have credited to its account. The message can be used in either a direct or a relay scenario.

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
%% AccountReportingRequestV03 recursion level 0 with max 0
AccountReportingRequestV03 *-- "1..1" GroupHeader59 : GroupHeader
AccountReportingRequestV03 *-- "1..1" ReportingRequest3 : ReportingRequest
AccountReportingRequestV03 *-- "0..1" SupplementaryData1 : SupplementaryData
  

Now, we will zero-in one-by-one on each of these building blocks.

GroupHeader building block

Set of elements used to provide further details on the message. Provides further details on the message. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% GroupHeader59 recursion level 0 with max 1
class GroupHeader59{
    MessageIdentification IsoMax35Text
    CreationDateTime IsoISODateTime
}
GroupHeader59 *-- "0..1" IParty12Choice : MessageSender
%% IParty12Choice recursion level 1 with max 1
  

GroupHeader59 members

Member name Description Data Type / Multiplicity
MessageIdentification Point to point reference, as assigned by the account owner or the party authorised to send the message, and sent to the account servicing institution, to unambiguously identify the message. Usage: The sender has to make sure that ‘MessageIdentification’ is unique per account servicing institution for a pre-agreed period.
CreationDateTime Date and time at which the message was created. IsoISODateTime - Required 1..1
MessageSender Identification of the party that is sending the message, when different from the account owner. IParty12Choice - Optional 0..1

ReportingRequest building block

Set of elements used to provide further details on the reporting request. Provides further details on the reporting request. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% ReportingRequest3 recursion level 0 with max 1
class ReportingRequest3{
    Identification IsoMax35Text
    RequestedMessageNameIdentification IsoMax35Text
}
ReportingRequest3 *-- "0..1" CashAccount24 : Account
ReportingRequest3 *-- "1..1" IParty12Choice : AccountOwner
ReportingRequest3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : AccountServicer
ReportingRequest3 *-- "0..1" ReportingPeriod1 : ReportingPeriod
ReportingRequest3 *-- "0..1" TransactionType1 : RequestedTransactionType
ReportingRequest3 *-- "0..0" BalanceType12 : RequestedBalanceType
%% CashAccount24 recursion level 1 with max 1
class CashAccount24{
    Currency ActiveOrHistoricCurrencyCode
    Name IsoMax70Text
}
CashAccount24 *-- "1..1" IAccountIdentification4Choice : Identification
CashAccount24 *-- "0..1" ICashAccountType2Choice : Type
%% IParty12Choice recursion level 1 with max 1
%% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% ReportingPeriod1 recursion level 1 with max 1
class ReportingPeriod1{
    Type QueryType3Code
}
ReportingPeriod1 *-- "1..1" DatePeriodDetails1 : FromToDate
ReportingPeriod1 *-- "1..1" TimePeriodDetails1 : FromToTime
%% TransactionType1 recursion level 1 with max 1
class TransactionType1{
    Status EntryStatus2Code
    CreditDebitIndicator CreditDebitCode
}
TransactionType1 *-- "0..0" Limit2 : FloorLimit
%% BalanceType12 recursion level 1 with max 1
BalanceType12 *-- "1..1" IBalanceType5Choice : CodeOrProprietary
BalanceType12 *-- "0..1" IBalanceSubType1Choice : SubType
  

ReportingRequest3 members

Member name Description Data Type / Multiplicity
Identification Unique identification, as assigned by the account owner, to unambiguously identify the account reporting request. IsoMax35Text - Optional 0..1
RequestedMessageNameIdentification Specifies the type of the requested reporting message. IsoMax35Text - Required 1..1
Account Unambiguous identification of the account to which the reporting request refers. CashAccount24 - Optional 0..1
AccountOwner Party that legally owns the account. IParty12Choice - Required 1..1
AccountServicer Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account. BranchAndFinancialInstitutionIdentification5 - Optional 0..1
ReportingPeriod Specifies the requested reporting period. ReportingPeriod1 - Optional 0..1
RequestedTransactionType Identifies the transactions to be reported. TransactionType1 - Optional 0..1
RequestedBalanceType Provides details on the requested balance reporting. BalanceType12 - Unknown 0..0

SupplementaryData building block

Additional information that cannot be captured in the structured elements and/or any other specific block. Additional information that can not be captured in the structured fields and/or any other specific block. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% SupplementaryData1 recursion level 0 with max 1
class SupplementaryData1{
    PlaceAndName IsoMax350Text
}
SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope
%% IsoSupplementaryDataEnvelope1 recursion level 1 with max 1
  

SupplementaryData1 members

Member name Description Data Type / Multiplicity
PlaceAndName Unambiguous reference to the location where the supplementary data must be inserted in the message instance. In the case of XML, this is expressed by a valid XPath. IsoMax350Text - Optional 0..1
Envelope Technical element wrapping the supplementary data. IsoSupplementaryDataEnvelope1 - Required 1..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the AccountReportingRequestV03 implementation follows a specific implementaiton pattern. First of all, AccountReportingRequestV03 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, AccountReportingRequestV03Document implements IOuterDocument. Because AccountReportingRequestV03 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type AccountReportingRequestV03.

classDiagram
    class IOuterRecord
    AccountReportingRequestV03 --|> IOuterRecord : Implements
    AccountReportingRequestV03Document --|> IOuterDocument~AccountReportingRequestV03~ : Implements
    class IOuterDocument~AccountReportingRequestV03~ {
        AccountReportingRequestV03 Message
     }
  

Document wrapper for serialization

The only real purpose AccountReportingRequestV03Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.060.001.03’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using AccountReportingRequestV03.ToDocument() method. The returned AccountReportingRequestV03Document value will serialize correctly according to ISO 20022 standards.

classDiagram
    AccountReportingRequestV03Document *-- AccountReportingRequestV03 : 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.060.001.03">
    <AcctRptgReq>
        <GrpHdr>
            <!-- GroupHeader inner content -->
        </GrpHdr>
        <RptgReq>
            <!-- ReportingRequest inner content -->
        </RptgReq>
        <SplmtryData>
            <!-- SupplementaryData inner content -->
        </SplmtryData>
    </AcctRptgReq>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_sNdDw1kyEeGeoaLUQk__nA_-791582600"
  nextVersions="_XlRbQV1rEeehlLdFiIrRgQ"
  previousVersion="_sd2raGtdEeCY4-KZ9JEyUQ_1430848689"
  name="AccountReportingRequestV03"
  definition="Scope&#xD;&#xA;The AccountReportingRequest message is sent by the account owner, either directly or through a forwarding agent, to one of its account servicing institutions. It is used to ask the account servicing institution to send a report on the account owner's account in a BankToCustomerAccountReport (camt.052.001.03), a BankToCustomerStatement (camt.053.001.03) or a BankToCustomerDebitCreditNotification (camt.054.001.03).&#xD;&#xA;Usage&#xD;&#xA;The AccountReportingRequest message is used to advise the account servicing institution of funds that the account owner expects to have credited to its account. The message can be used in either a direct or a relay scenario."
  registrationStatus="Registered"
  messageSet="_urpIICeJEeOCeO5e7islRQ"
  xmlTag="AcctRptgReq"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_sNm0wFkyEeGeoaLUQk__nA_526020878"
    nextVersions="_XlRbQ11rEeehlLdFiIrRgQ"
    name="GroupHeader"
    definition="Set of elements used to provide further details on the message."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="GrpHdr"
    complexType="_s-e4EVkyEeGeoaLUQk__nA_754761691" />
  <messageBuildingBlock
    xmi:id="_sNm0wVkyEeGeoaLUQk__nA_-471051475"
    nextVersions="_XlRbRV1rEeehlLdFiIrRgQ"
    name="ReportingRequest"
    definition="Set of elements used to provide further details on the reporting request."
    registrationStatus="Provisionally Registered"
    minOccurs="1"
    xmlTag="RptgReq"
    complexType="_tmkLxFkyEeGeoaLUQk__nA_-763760907" />
  <messageBuildingBlock
    xmi:id="_sNwlwFkyEeGeoaLUQk__nA_1992302117"
    nextVersions="_XlRbR11rEeehlLdFiIrRgQ"
    name="SupplementaryData"
    definition="Additional information that cannot be captured in the structured elements and/or any other specific block."
    registrationStatus="Provisionally Registered"
    minOccurs="0"
    xmlTag="SplmtryData"
    complexType="_Qn0zC9p-Ed-ak6NoX_4Aeg_468227563" />
  <messageDefinitionIdentifier
    businessArea="camt"
    messageFunctionality="060"
    flavour="001"
    version="03" />
</messageDefinition>

ISO Building Blocks

The following items are used as building blocks to construct this message.