auth.025.001.01
The CurrencyControlSupportingDocumentDelivery message is sent by either the reporting party (respectively the registration agent or the registration agent (respectively the reporting party) in response to the supporting document request.
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 %% CurrencyControlSupportingDocumentDeliveryV01 recursion level 0 with max 0 CurrencyControlSupportingDocumentDeliveryV01 *-- "1..1" CurrencyControlHeader3 : GroupHeader CurrencyControlSupportingDocumentDeliveryV01 *-- "1..1" SupportingDocument1 : SupportingDocument CurrencyControlSupportingDocumentDeliveryV01 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
GroupHeader building block
Characteristics shared by all individual items included in the message. Characteristics shared by all individual items included in the currency control message. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CurrencyControlHeader3 recursion level 0 with max 1 class CurrencyControlHeader3{ MessageIdentification IsoMax35Text CreationDateTime IsoISODateTime NumberOfItems IsoMax15NumericText } CurrencyControlHeader3 *-- "1..1" IParty28Choice : InitiatingParty CurrencyControlHeader3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : ForwardingAgent %% IParty28Choice recursion level 1 with max 1 %% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
CurrencyControlHeader3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
MessageIdentification | Point to point reference, as assigned by the instructing party, and sent to the next party in the chain to unambiguously identify the message. | Usage: The instructing party has to make sure that MessageIdentification is unique per instructed party for a pre-agreed period. |
CreationDateTime | Date and time at which the message was created. | IsoISODateTime - Required 1..1 |
NumberOfItems | Number of individual items contained in the message. | IsoMax15NumericText - Required 1..1 |
InitiatingParty | Party that initiates the instruction. | IParty28Choice - Required 1..1 |
ForwardingAgent | Agent which forwards the message. | BranchAndFinancialInstitutionIdentification5 - Optional 0..1 |
SupportingDocument building block
Details of the supporting document provided for the registered contract. Currency control document supporting the contract registration. For comparison, see the ISO20022 official specification
classDiagram direction tb %% SupportingDocument1 recursion level 0 with max 1 class SupportingDocument1{ SupportingDocumentIdentification IsoMax35Text OriginalRequestIdentification IsoMax35Text } SupportingDocument1 *-- "1..1" DocumentIdentification28 : Certificate SupportingDocument1 *-- "1..1" PartyIdentification77 : AccountOwner SupportingDocument1 *-- "1..1" BranchAndFinancialInstitutionIdentification5 : AccountServicer SupportingDocument1 *-- "0..1" DocumentAmendment1 : Amendment SupportingDocument1 *-- "1..1" IContractRegistrationReference1Choice : ContractReference SupportingDocument1 *-- "1..0" SupportingDocumentEntry1 : Entry SupportingDocument1 *-- "0..0" SupplementaryData1 : SupplementaryData %% DocumentIdentification28 recursion level 1 with max 1 class DocumentIdentification28{ Identification IsoMax35Text DateOfIssue IsoISODate } %% PartyIdentification77 recursion level 1 with max 1 class PartyIdentification77{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification77 *-- "0..1" PostalAddress19 : PostalAddress PartyIdentification77 *-- "0..1" IParty11Choice : Identification PartyIdentification77 *-- "0..1" ContactDetails2 : ContactDetails %% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification %% DocumentAmendment1 recursion level 1 with max 1 class DocumentAmendment1{ CorrectionIdentification IsoNumber OriginalDocumentIdentification IsoMax35Text } %% IContractRegistrationReference1Choice recursion level 1 with max 1 %% SupportingDocumentEntry1 recursion level 1 with max 1 class SupportingDocumentEntry1{ EntryIdentification IsoMax35Text DocumentType IsoExact4AlphaNumericText TotalAmount IsoActiveCurrencyAndAmount TotalAmountAfterShipment IsoActiveCurrencyAndAmount TotalAmountInContractCurrency IsoActiveCurrencyAndAmount TotalAmountAfterShipmentInContractCurrency IsoActiveCurrencyAndAmount AdditionalInformation IsoMax500Text } SupportingDocumentEntry1 *-- "1..1" DocumentIdentification22 : OriginalDocument SupportingDocumentEntry1 *-- "1..1" ShipmentAttribute1 : ShipmentAttributes SupportingDocumentEntry1 *-- "0..0" DocumentGeneralInformation3 : Attachment %% SupplementaryData1 recursion level 1 with max 1 class SupplementaryData1{ PlaceAndName IsoMax350Text } SupplementaryData1 *-- "1..1" IsoSupplementaryDataEnvelope1 : Envelope
SupportingDocument1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
SupportingDocumentIdentification | Unique and unambiguous identification of the supporting document. | IsoMax35Text - Required 1..1 |
OriginalRequestIdentification | Unique identification of the original query message. | IsoMax35Text - Optional 0..1 |
Certificate | Unique identification of the certificate for which the supporting document is provided. | DocumentIdentification28 - Required 1..1 |
AccountOwner | Party that legally owns the cash account. | PartyIdentification77 - 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 - Required 1..1 |
Amendment | Amendment indicator details. | DocumentAmendment1 - Optional 0..1 |
ContractReference | Reference of the registered contract or the underlying contract for the supporting documents. | IContractRegistrationReference1Choice - Required 1..1 |
Entry | Individual entry of the supporting document. | SupportingDocumentEntry1 - Unknown 1..0 |
SupplementaryData | Additional information that cannot be captured in the structured elements and/or any other specific block. | SupplementaryData1 - 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 CurrencyControlSupportingDocumentDeliveryV01 implementation follows a specific implementaiton pattern. First of all, CurrencyControlSupportingDocumentDeliveryV01 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, CurrencyControlSupportingDocumentDeliveryV01Document implements IOuterDocument. Because CurrencyControlSupportingDocumentDeliveryV01 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type CurrencyControlSupportingDocumentDeliveryV01.
classDiagram class IOuterRecord CurrencyControlSupportingDocumentDeliveryV01 --|> IOuterRecord : Implements CurrencyControlSupportingDocumentDeliveryV01Document --|> IOuterDocument~CurrencyControlSupportingDocumentDeliveryV01~ : Implements class IOuterDocument~CurrencyControlSupportingDocumentDeliveryV01~ { CurrencyControlSupportingDocumentDeliveryV01 Message }
Document wrapper for serialization
The only real purpose CurrencyControlSupportingDocumentDeliveryV01Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:auth.025.001.01’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using CurrencyControlSupportingDocumentDeliveryV01.ToDocument() method. The returned CurrencyControlSupportingDocumentDeliveryV01Document value will serialize correctly according to ISO 20022 standards.
classDiagram CurrencyControlSupportingDocumentDeliveryV01Document *-- CurrencyControlSupportingDocumentDeliveryV01 : 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:auth.025.001.01">
<CcyCtrlSpprtgDocDlvry>
<GrpHdr>
<!-- GroupHeader inner content -->
</GrpHdr>
<SpprtgDoc>
<!-- SupportingDocument inner content -->
</SpprtgDoc>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</CcyCtrlSpprtgDocDlvry>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_5RUDUNLpEeSDLevdaFPXHw"
nextVersions="_bf9R822PEei3KuUgpx7Xcw"
name="CurrencyControlSupportingDocumentDeliveryV01"
definition="The CurrencyControlSupportingDocumentDelivery message is sent by either the reporting party (respectively the registration agent or the registration agent (respectively the reporting party) in response to the supporting document request."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="CcyCtrlSpprtgDocDlvry"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_AKIVQNLqEeSDLevdaFPXHw"
nextVersions="_bf9R9W2PEei3KuUgpx7Xcw"
name="GroupHeader"
definition="Characteristics shared by all individual items included in the message."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="GrpHdr"
complexType="_7l1ydjm6EeWDb47rJ6ki4Q" />
<messageBuildingBlock
xmi:id="_9sPhENLqEeSDLevdaFPXHw"
nextVersions="_bf9R922PEei3KuUgpx7Xcw"
name="SupportingDocument"
definition="Details of the supporting document provided for the registered contract."
registrationStatus="Provisionally Registered"
minOccurs="1"
xmlTag="SpprtgDoc"
complexType="_p3smQNLvEeSDLevdaFPXHw" />
<messageBuildingBlock
xmi:id="_CltKYdLrEeSDLevdaFPXHw"
nextVersions="_bf9R-W2PEei3KuUgpx7Xcw"
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="auth"
messageFunctionality="025"
flavour="001"
version="01" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.