pain.010.001.02
Scope The MandateAmendmentRequest message is sent by the initiator of the request to his agent and/or counterparty. The initiator can both be the debtor or the creditor (or where appropriate the debtor agent). The MandateAmendmentRequest message is forwarded by the agent of the initiator to the agent of the counterparty. A MandateAmendmentRequest message is used to request the amendment of specific information in an existing mandate. The MandateAmendmentRequest message must reflect the new data of the element(s) to be amended and at a minimum a unique reference to the existing mandate. If accepted, this MandateAmendmentRequest message together with the MandateAcceptanceReport message confirming the acceptance will be considered as a valid amendment on an existing mandate, agreed upon by all parties. The amended mandate will from then on be considered the valid mandate. Usage The MandateAmendmentRequest message can contain only one request to amend one specific mandate. The messages can be exchanged between creditor and creditor agent or debtor and debtor agent and between creditor agent and debtor agent. The message can also be used by an initiating party that has authority to send the message on behalf of the creditor or debtor. The MandateAmendmentRequest message can be used in domestic and cross-border scenarios. If all elements in the existing Mandate need to be amended or the underlying contract is different, then the MandateAmendmentRequest message should not be used. The existing Mandate has to be cancelled and a new Mandate has to be initiated.
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 %% MandateAmendmentRequestV02 recursion level 0 with max 0 MandateAmendmentRequestV02 *-- "1..1" GroupHeader47 : GroupHeader MandateAmendmentRequestV02 *-- "1..1" MandateAmendment2 : UnderlyingAmendmentDetails MandateAmendmentRequestV02 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
GroupHeader building block
Set of characteristics to identify the message and parties playing a role in the amendment of the mandate, but which are not part of the mandate. Set of characteristics shared by all individual transactions included in the message. For comparison, see the ISO20022 official specification
classDiagram direction tb %% GroupHeader47 recursion level 0 with max 1 class GroupHeader47{ MessageIdentification IsoMax35Text CreationDateTime IsoISODateTime } GroupHeader47 *-- "0..2" IAuthorisation1Choice : Authorisation GroupHeader47 *-- "0..1" PartyIdentification43 : InitiatingParty GroupHeader47 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructingAgent GroupHeader47 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : InstructedAgent %% IAuthorisation1Choice recursion level 1 with max 1 %% PartyIdentification43 recursion level 1 with max 1 class PartyIdentification43{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification43 *-- "0..1" PostalAddress6 : PostalAddress PartyIdentification43 *-- "0..1" IParty11Choice : Identification PartyIdentification43 *-- "0..1" ContactDetails2 : ContactDetails %% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification %% BranchAndFinancialInstitutionIdentification5 recursion level 1 with max 1 BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
GroupHeader47 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
MessageIdentification | Point to point reference, as assigned by the instructing party, and sent to the instructed party, 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 |
Authorisation | User identification or any user key to be used to check the authority of the initiating party. | |
InitiatingParty | Party that initiates the mandate message. | PartyIdentification43 - Optional 0..1 |
InstructingAgent | Agent that instructs the next party in the chain to carry out an instruction. | |
InstructedAgent | Agent that is instructed by the previous party in the chain to carry out an instruction. |
UnderlyingAmendmentDetails building block
Set of elements used to provide details on the amendment request. Identifies the mandate to be amended and gives details of the new mandate. For comparison, see the ISO20022 official specification
classDiagram direction tb %% MandateAmendment2 recursion level 0 with max 1 MandateAmendment2 *-- "0..1" OriginalMessageInformation1 : OriginalMessageInformation MandateAmendment2 *-- "1..1" MandateAmendmentReason1 : AmendmentReason MandateAmendment2 *-- "1..1" Mandate3 : Mandate MandateAmendment2 *-- "1..1" IOriginalMandate2Choice : OriginalMandate %% OriginalMessageInformation1 recursion level 1 with max 1 class OriginalMessageInformation1{ MessageIdentification IsoMax35Text MessageNameIdentification IsoMax35Text CreationDateTime IsoISODateTime } %% MandateAmendmentReason1 recursion level 1 with max 1 class MandateAmendmentReason1{ AdditionalInformation IsoMax105Text } MandateAmendmentReason1 *-- "0..1" PartyIdentification43 : Originator MandateAmendmentReason1 *-- "1..1" IMandateReason1Choice : Reason %% Mandate3 recursion level 1 with max 1 class Mandate3{ MandateIdentification IsoMax35Text MandateRequestIdentification IsoMax35Text CollectionAmount IsoActiveCurrencyAndAmount MaximumAmount IsoActiveCurrencyAndAmount } Mandate3 *-- "0..1" MandateTypeInformation1 : Type Mandate3 *-- "0..1" MandateOccurrences2 : Occurrences Mandate3 *-- "0..1" PartyIdentification43 : CreditorSchemeIdentification Mandate3 *-- "0..1" PartyIdentification43 : Creditor Mandate3 *-- "0..1" CashAccount24 : CreditorAccount Mandate3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : CreditorAgent Mandate3 *-- "0..1" PartyIdentification43 : UltimateCreditor Mandate3 *-- "0..1" PartyIdentification43 : Debtor Mandate3 *-- "0..1" CashAccount24 : DebtorAccount Mandate3 *-- "0..1" BranchAndFinancialInstitutionIdentification5 : DebtorAgent Mandate3 *-- "0..1" PartyIdentification43 : UltimateDebtor Mandate3 *-- "0..1" ReferredDocumentInformation3 : ReferredDocument %% IOriginalMandate2Choice recursion level 1 with max 1
MandateAmendment2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OriginalMessageInformation | Provides information on the original message. | OriginalMessageInformation1 - Optional 0..1 |
AmendmentReason | Provides detailed information on the amendment reason. | MandateAmendmentReason1 - Required 1..1 |
Mandate | Provides the amended mandate data. | Mandate3 - Required 1..1 |
OriginalMandate | Provides the original mandate data. | IOriginalMandate2Choice - Required 1..1 |
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 MandateAmendmentRequestV02 implementation follows a specific implementaiton pattern. First of all, MandateAmendmentRequestV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, MandateAmendmentRequestV02Document implements IOuterDocument. Because MandateAmendmentRequestV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type MandateAmendmentRequestV02.
classDiagram class IOuterRecord MandateAmendmentRequestV02 --|> IOuterRecord : Implements MandateAmendmentRequestV02Document --|> IOuterDocument~MandateAmendmentRequestV02~ : Implements class IOuterDocument~MandateAmendmentRequestV02~ { MandateAmendmentRequestV02 Message }
Document wrapper for serialization
The only real purpose MandateAmendmentRequestV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:pain.010.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using MandateAmendmentRequestV02.ToDocument() method. The returned MandateAmendmentRequestV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram MandateAmendmentRequestV02Document *-- MandateAmendmentRequestV02 : 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:pain.010.001.02">
<MndtAmdmntReq>
<GrpHdr>
<!-- GroupHeader inner content -->
</GrpHdr>
<UndrlygAmdmntDtls>
<!-- UnderlyingAmendmentDetails inner content -->
</UndrlygAmdmntDtls>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</MndtAmdmntReq>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_rye_AFkyEeGeoaLUQk__nA_1884403542"
nextVersions="_8IsScSGmEeKjd4jizyIDGA"
previousVersion="_GX7CXtEvEd-BzquC8wXy7w_-355407990"
name="MandateAmendmentRequestV02"
definition="Scope
The MandateAmendmentRequest message is sent by the initiator of the request to his agent and/or counterparty. The initiator can both be the debtor or the creditor (or where appropriate the debtor agent).
The MandateAmendmentRequest message is forwarded by the agent of the initiator to the agent of the counterparty.
A MandateAmendmentRequest message is used to request the amendment of specific information in an existing mandate. The MandateAmendmentRequest message must reflect the new data of the element(s) to be amended and at a minimum a unique reference to the existing mandate. If accepted, this MandateAmendmentRequest message together with the MandateAcceptanceReport message confirming the acceptance will be considered as a valid amendment on an existing mandate, agreed upon by all parties. The amended mandate will from then on be considered the valid mandate.
Usage
The MandateAmendmentRequest message can contain only one request to amend one specific mandate.
The messages can be exchanged between creditor and creditor agent or debtor and debtor agent and between creditor agent and debtor agent.
The message can also be used by an initiating party that has authority to send the message on behalf of the creditor or debtor.
The MandateAmendmentRequest message can be used in domestic and cross-border scenarios.
If all elements in the existing Mandate need to be amended or the underlying contract is different, then the MandateAmendmentRequest message should not be used. The existing Mandate has to be cancelled and a new Mandate has to be initiated."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="MndtAmdmntReq"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_ryowAFkyEeGeoaLUQk__nA_645284508"
name="GroupHeader"
definition="Set of characteristics to identify the message and parties playing a role in the amendment of the mandate, but which are not part of the mandate."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="GrpHdr"
complexType="_s3oCIFkyEeGeoaLUQk__nA_-839305610" />
<messageBuildingBlock
xmi:id="_ryx58FkyEeGeoaLUQk__nA_-237948779"
name="UnderlyingAmendmentDetails"
definition="Set of elements used to provide details on the amendment request."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="UndrlygAmdmntDtls"
complexType="_tlOvAVkyEeGeoaLUQk__nA_-1635096845" />
<messageBuildingBlock
xmi:id="_ry7q8FkyEeGeoaLUQk__nA_-1980028627"
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="pain"
messageFunctionality="010"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.