camt.057.001.06
Scope The NotificationToReceive message is sent by an account owner or by a party acting on the account owner’s behalf to one of the account owner’s account servicing institutions. It is an advance notice that the account servicing institution will receive funds to be credited to the account of the account owner. Usage The NotificationToReceive 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 %% NotificationToReceiveV06 recursion level 0 with max 0 NotificationToReceiveV06 *-- "1..1" GroupHeader77 : GroupHeader NotificationToReceiveV06 *-- "1..1" AccountNotification16 : Notification NotificationToReceiveV06 *-- "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 %% GroupHeader77 recursion level 0 with max 1 class GroupHeader77{ MessageIdentification IsoMax35Text CreationDateTime IsoISODateTime } GroupHeader77 *-- "0..1" IParty40Choice : MessageSender %% IParty40Choice recursion level 1 with max 1
GroupHeader77 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. | IParty40Choice - Optional 0..1 |
Notification building block
Set of elements used to provide further details on the account notification. Provides details on the account notification. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountNotification16 recursion level 0 with max 1 class AccountNotification16{ Identification IsoMax35Text TotalAmount IsoActiveOrHistoricCurrencyAndAmount ExpectedValueDate IsoISODate } AccountNotification16 *-- "0..1" CashAccount38 : Account AccountNotification16 *-- "0..1" IParty40Choice : AccountOwner AccountNotification16 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : AccountServicer AccountNotification16 *-- "0..1" CashAccount38 : RelatedAccount AccountNotification16 *-- "0..1" IParty40Choice : Debtor AccountNotification16 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : DebtorAgent AccountNotification16 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : IntermediaryAgent AccountNotification16 *-- "1..0" NotificationItem7 : Item %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% IParty40Choice recursion level 1 with max 1 %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% CashAccount38 recursion level 1 with max 1 class CashAccount38{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount38 *-- "1..1" IAccountIdentification4Choice : Identification CashAccount38 *-- "0..1" ICashAccountType2Choice : Type CashAccount38 *-- "0..1" ProxyAccountIdentification1 : Proxy %% IParty40Choice recursion level 1 with max 1 %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% BranchAndFinancialInstitutionIdentification6 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% NotificationItem7 recursion level 1 with max 1 class NotificationItem7{ Identification IsoMax35Text EndToEndIdentification IsoMax35Text UETR IsoUUIDv4Identifier Amount IsoActiveOrHistoricCurrencyAndAmount ExpectedValueDate IsoISODate } NotificationItem7 *-- "0..1" CashAccount38 : Account NotificationItem7 *-- "0..1" IParty40Choice : AccountOwner NotificationItem7 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : AccountServicer NotificationItem7 *-- "0..1" CashAccount38 : RelatedAccount NotificationItem7 *-- "0..1" IParty40Choice : Debtor NotificationItem7 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : DebtorAgent NotificationItem7 *-- "0..1" BranchAndFinancialInstitutionIdentification6 : IntermediaryAgent NotificationItem7 *-- "0..1" IPurpose2Choice : Purpose NotificationItem7 *-- "0..1" RemittanceLocation7 : RelatedRemittanceInformation NotificationItem7 *-- "0..1" RemittanceInformation16 : RemittanceInformation
AccountNotification16 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique identification, as assigned by the account owner, to unambiguously identify the account notification. | IsoMax35Text - Required 1..1 |
Account | Identifies the account to be credited with the incoming amount of money. | CashAccount38 - Optional 0..1 |
AccountOwner | Party that legally owns the account. | IParty40Choice - Optional 0..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. | BranchAndFinancialInstitutionIdentification6 - Optional 0..1 |
RelatedAccount | Identifies the parent account of the account to be credited with the incoming amount of money. | CashAccount38 - Optional 0..1 |
TotalAmount | Sum of the amounts in all the Item entries. | IsoActiveOrHistoricCurrencyAndAmount - Optional 0..1 |
ExpectedValueDate | Date on which the first agent expects the cash to be available to the final agent. | IsoISODate - Optional 0..1 |
Debtor | Party that owes an amount of money to the (ultimate) creditor. | IParty40Choice - Optional 0..1 |
DebtorAgent | Financial institution servicing an account for the debtor. | BranchAndFinancialInstitutionIdentification6 - Optional 0..1 |
IntermediaryAgent | Agent between the debtor’s agent and the creditor’s agent. | BranchAndFinancialInstitutionIdentification6 - Optional 0..1 |
Item | Provides details of the expected amount on the account serviced by the account servicer. | NotificationItem7 - Unknown 1..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 NotificationToReceiveV06 implementation follows a specific implementaiton pattern. First of all, NotificationToReceiveV06 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, NotificationToReceiveV06Document implements IOuterDocument. Because NotificationToReceiveV06 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type NotificationToReceiveV06.
classDiagram class IOuterRecord NotificationToReceiveV06 --|> IOuterRecord : Implements NotificationToReceiveV06Document --|> IOuterDocument~NotificationToReceiveV06~ : Implements class IOuterDocument~NotificationToReceiveV06~ { NotificationToReceiveV06 Message }
Document wrapper for serialization
The only real purpose NotificationToReceiveV06Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:camt.057.001.06’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using NotificationToReceiveV06.ToDocument() method. The returned NotificationToReceiveV06Document value will serialize correctly according to ISO 20022 standards.
classDiagram NotificationToReceiveV06Document *-- NotificationToReceiveV06 : 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.057.001.06">
<NtfctnToRcv>
<GrpHdr>
<!-- GroupHeader inner content -->
</GrpHdr>
<Ntfctn>
<!-- Notification inner content -->
</Ntfctn>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</NtfctnToRcv>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_yaKCEW42EeiU9cctagi5ow"
nextVersions="_dvOmwdcBEeq_l4BJLVUF2Q"
previousVersion="_pmmdgTqxEeWZFYSPlduMhw"
name="NotificationToReceiveV06"
definition="Scope
The NotificationToReceive message is sent by an account owner or by a party acting on the account owner's behalf to one of the account owner's account servicing institutions. It is an advance notice that the account servicing institution will receive funds to be credited to the account of the account owner.
Usage
The NotificationToReceive 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="_wRx2xU2rEeG_I4xRYCA_7g"
xmlTag="NtfctnToRcv"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_yaKCE242EeiU9cctagi5ow"
nextVersions="_dvOmx9cBEeq_l4BJLVUF2Q"
previousVersion="_pmmdgzqxEeWZFYSPlduMhw"
name="GroupHeader"
definition="Set of elements used to provide further details on the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="GrpHdr"
complexType="_CFttTW49EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_yaKCFW42EeiU9cctagi5ow"
nextVersions="_dvOmydcBEeq_l4BJLVUF2Q"
previousVersion="_pmmdhTqxEeWZFYSPlduMhw"
name="Notification"
definition="Set of elements used to provide further details on the account notification."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Ntfctn"
complexType="_QULXAW49EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_yaKCF242EeiU9cctagi5ow"
nextVersions="_dvOmy9cBEeq_l4BJLVUF2Q"
previousVersion="_pmmdhzqxEeWZFYSPlduMhw"
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="057"
flavour="001"
version="06" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.