acmt.008.001.04
The AccountOpeningAmendmentRequest message is sent from an organisation to a financial institution as part of the account opening process. It is sent in response to a request from the financial institution to send additional information.
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 %% AccountOpeningAmendmentRequestV04 recursion level 0 with max 0 AccountOpeningAmendmentRequestV04 *-- "1..1" References4 : References AccountOpeningAmendmentRequestV04 *-- "0..1" OrganisationIdentification29 : From AccountOpeningAmendmentRequestV04 *-- "0..1" AccountContract2 : ContractDates AccountOpeningAmendmentRequestV04 *-- "0..1" ContractDocument1 : UnderlyingMasterAgreement AccountOpeningAmendmentRequestV04 *-- "1..1" CustomerAccount4 : Account AccountOpeningAmendmentRequestV04 *-- "1..1" BranchAndFinancialInstitutionIdentification6 : AccountServicerIdentification AccountOpeningAmendmentRequestV04 *-- "1..1" Organisation33 : Organisation AccountOpeningAmendmentRequestV04 *-- "0..1" OperationMandate4 : Mandate AccountOpeningAmendmentRequestV04 *-- "0..1" Group4 : Group AccountOpeningAmendmentRequestV04 *-- "0..1" CashAccount40 : ReferenceAccount AccountOpeningAmendmentRequestV04 *-- "0..1" PartyAndSignature3 : DigitalSignature AccountOpeningAmendmentRequestV04 *-- "0..1" SupplementaryData1 : SupplementaryData
Now, we will zero-in one-by-one on each of these building blocks.
References building block
Set of elements for the identification of the message and related references. Set of elements for the identification of the message and related references. For comparison, see the ISO20022 official specification
classDiagram direction tb %% References4 recursion level 0 with max 1 class References4{ AttachedDocumentName IsoMax70Text } References4 *-- "1..1" MessageIdentification1 : MessageIdentification References4 *-- "1..1" MessageIdentification1 : ProcessIdentification %% MessageIdentification1 recursion level 1 with max 1 class MessageIdentification1{ Identification IsoMax35Text CreationDateTime IsoISODateTime } %% MessageIdentification1 recursion level 1 with max 1 class MessageIdentification1{ Identification IsoMax35Text CreationDateTime IsoISODateTime }
References4 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
MessageIdentification | Identifies a message by a unique identifier and the date and time when the message was created by the sender. | MessageIdentification1 - Required 1..1 |
ProcessIdentification | Identifies a process by a unique identifier and the date and time when the first message belonging to the process was created by the sender. The process identification remains the same in all messages belonging to the same process, from the initial request message to the final account report closing the process. | MessageIdentification1 - Required 1..1 |
AttachedDocumentName | File name of a document logically related to the request. | IsoMax70Text - Unknown 0..0 |
From building block
Identifies the business sender of the message, if it is not the account owner or account servicing financial institution. Unique and unambiguous way to identify an organisation. For comparison, see the ISO20022 official specification
classDiagram direction tb %% OrganisationIdentification29 recursion level 0 with max 1 class OrganisationIdentification29{ AnyBIC IsoAnyBICDec2014Identifier LEI IsoLEIIdentifier } OrganisationIdentification29 *-- "0..0" GenericOrganisationIdentification1 : Other %% GenericOrganisationIdentification1 recursion level 1 with max 1 class GenericOrganisationIdentification1{ Identification IsoMax35Text Issuer IsoMax35Text } GenericOrganisationIdentification1 *-- "0..1" IOrganisationIdentificationSchemeName1Choice : SchemeName
OrganisationIdentification29 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
AnyBIC | Business identification code of the organisation. | IsoAnyBICDec2014Identifier - Optional 0..1 |
LEI | Legal entity identification as an alternate identification for a party. | IsoLEIIdentifier - Optional 0..1 |
Other | Unique identification of an organisation, as assigned by an institution, using an identification scheme. | GenericOrganisationIdentification1 - Unknown 0..0 |
ContractDates building block
Specifies target dates. Specifies target dates dates related to account opening and closing. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountContract2 recursion level 0 with max 1 class AccountContract2{ TargetGoLiveDate IsoISODate TargetClosingDate IsoISODate UrgencyFlag IsoYesNoIndicator }
AccountContract2 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
TargetGoLiveDate | Date on which the account and related basic services are expected to be operational for the account owner. | IsoISODate - Optional 0..1 |
TargetClosingDate | Date on which the account and related services are expected to cease to be operational for the account owner. | IsoISODate - Optional 0..1 |
UrgencyFlag | Indicator that the account opening/maintenance/closing process needs to be treated urgently, that is, sooner than the terms established by the service level agreed between the account holder customer and the account servicing institution. | IsoYesNoIndicator - Optional 0..1 |
UnderlyingMasterAgreement building block
Account contract established between the organisation or the group to which the organisation belongs, and the account servicer. This contract has to be applied for the new account to be opened and maintained. Document that contains the information of the contract agreed between both parties. For comparison, see the ISO20022 official specification
classDiagram direction tb %% ContractDocument1 recursion level 0 with max 1 class ContractDocument1{ Reference IsoMax35Text SignOffDate IsoISODate Version IsoMax6Text }
ContractDocument1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Reference | Account contract established between the organisation or the group to which the organisation belongs, and the account servicer. This contract has to be applied for the new account to be opened and maintained. | IsoMax35Text - Required 1..1 |
SignOffDate | Signoff date of the document. | IsoISODate - Optional 0..1 |
Version | Identification of the version of the contract. | IsoMax6Text - Optional 0..1 |
Account building block
Unique and unambiguous identification of the account between the account owner and the account servicer. Account owned by a customer. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CustomerAccount4 recursion level 0 with max 1 class CustomerAccount4{ Name IsoMax70Text Status AccountStatus3Code Currency ActiveCurrencyCode MonthlyPaymentValue IsoImpliedCurrencyAndAmount MonthlyReceivedValue IsoImpliedCurrencyAndAmount MonthlyTransactionNumber IsoMax5NumericText AverageBalance IsoImpliedCurrencyAndAmount AccountPurpose IsoMax140Text FloorNotificationAmount IsoImpliedCurrencyAndAmount CeilingNotificationAmount IsoImpliedCurrencyAndAmount ClosingDate IsoISODate } CustomerAccount4 *-- "0..1" IAccountIdentification4Choice : Identification CustomerAccount4 *-- "0..1" ICashAccountType2Choice : Type CustomerAccount4 *-- "0..0" StatementFrequencyAndForm1 : StatementFrequencyAndFormat CustomerAccount4 *-- "0..0" Restriction1 : Restriction %% IAccountIdentification4Choice recursion level 1 with max 1 %% ICashAccountType2Choice recursion level 1 with max 1 %% StatementFrequencyAndForm1 recursion level 1 with max 1 class StatementFrequencyAndForm1{ Frequency Frequency7Code DeliveryAddress IsoMax350Text } StatementFrequencyAndForm1 *-- "1..1" ICommunicationMethod2Choice : CommunicationMethod StatementFrequencyAndForm1 *-- "1..1" ICommunicationFormat1Choice : Format %% Restriction1 recursion level 1 with max 1 class Restriction1{ ValidFrom IsoISODateTime ValidUntil IsoISODateTime } Restriction1 *-- "1..1" ICodeOrProprietary1Choice : RestrictionType
CustomerAccount4 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identification of the account. | IAccountIdentification4Choice - Optional 0..1 |
Name | Name of the account. It provides an additional means of identification, and is designated by the account servicer in agreement with the account owner. | IsoMax70Text - Optional 0..1 |
Status | Specifies the current state of an account, eg, enabled or deleted. | AccountStatus3Code - Optional 0..1 |
Type | Type of the account. | ICashAccountType2Choice - Optional 0..1 |
Currency | Medium of exchange of value. | ActiveCurrencyCode - Required 1..1 |
MonthlyPaymentValue | Monthly average of the payment amounts (that is, payments going out) over a year. | IsoImpliedCurrencyAndAmount - Optional 0..1 |
MonthlyReceivedValue | Monthly average of the received amounts over a year (that is, payments coming in). | IsoImpliedCurrencyAndAmount - Optional 0..1 |
MonthlyTransactionNumber | Monthly average of the number of payments (coming in and going out) over a year. | IsoMax5NumericText - Optional 0..1 |
AverageBalance | Sum of the end of day balances over a month divided by the number of business days in the month. | IsoImpliedCurrencyAndAmount - Optional 0..1 |
AccountPurpose | Specifies the purpose of the account. | IsoMax140Text - Optional 0..1 |
FloorNotificationAmount | Specifies the value of the balance under which a notification will be sent to the account owner. | IsoImpliedCurrencyAndAmount - Optional 0..1 |
CeilingNotificationAmount | Specifies the value of the balance above which a notification will be sent to the account owner. | IsoImpliedCurrencyAndAmount - Optional 0..1 |
StatementFrequencyAndFormat | Specifies how often statements (for audit purposes) will be sent, in which format, to which address. | StatementFrequencyAndForm1 - Unknown 0..0 |
ClosingDate | Date when the account will be or was closed. | IsoISODate - Optional 0..1 |
Restriction | Restriction on capability or operations allowed. | Restriction1 - Unknown 0..0 |
AccountServicerIdentification building block
Unique and unambiguous identifier of a financial institution, as assigned under an internationally recognised or proprietary identification scheme. Unique and unambiguous identification of a financial institution or a branch of a financial institution. For comparison, see the ISO20022 official specification
classDiagram direction tb %% BranchAndFinancialInstitutionIdentification6 recursion level 0 with max 1 BranchAndFinancialInstitutionIdentification6 *-- "1..1" FinancialInstitutionIdentification18 : FinancialInstitutionIdentification BranchAndFinancialInstitutionIdentification6 *-- "0..1" BranchData3 : BranchIdentification %% FinancialInstitutionIdentification18 recursion level 1 with max 1 class FinancialInstitutionIdentification18{ BICFI IsoBICFIDec2014Identifier LEI IsoLEIIdentifier Name IsoMax140Text } FinancialInstitutionIdentification18 *-- "0..1" ClearingSystemMemberIdentification2 : ClearingSystemMemberIdentification FinancialInstitutionIdentification18 *-- "0..1" PostalAddress24 : PostalAddress FinancialInstitutionIdentification18 *-- "0..1" GenericFinancialIdentification1 : Other %% BranchData3 recursion level 1 with max 1 class BranchData3{ Identification IsoMax35Text LEI IsoLEIIdentifier Name IsoMax140Text } BranchData3 *-- "0..1" PostalAddress24 : PostalAddress
BranchAndFinancialInstitutionIdentification6 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
FinancialInstitutionIdentification | Unique and unambiguous identification of a financial institution, as assigned under an internationally recognised or proprietary identification scheme. | FinancialInstitutionIdentification18 - Required 1..1 |
BranchIdentification | Identifies a specific branch of a financial institution. |
Organisation building block
Organised structure that is set up for a particular purpose, for example, a business, government body, department, charity, or financial institution. Information which describes the organisation. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Organisation33 recursion level 0 with max 1 class Organisation33{ FullLegalName IsoMax350Text TradingName IsoMax350Text CountryOfOperation CountryCode RegistrationDate IsoISODate } Organisation33 *-- "0..1" PostalAddress24 : OperationalAddress Organisation33 *-- "0..1" PostalAddress24 : BusinessAddress Organisation33 *-- "1..1" PostalAddress24 : LegalAddress Organisation33 *-- "0..1" PostalAddress24 : BillingAddress Organisation33 *-- "1..1" OrganisationIdentification29 : OrganisationIdentification Organisation33 *-- "0..0" PartyIdentification137 : RepresentativeOfficer Organisation33 *-- "0..1" PartyIdentification137 : TreasuryManager Organisation33 *-- "0..0" PartyIdentification137 : MainMandateHolder Organisation33 *-- "0..0" PartyIdentification137 : Sender Organisation33 *-- "0..0" PartyIdentification137 : LegalRepresentative %% PostalAddress24 recursion level 1 with max 1 class PostalAddress24{ Department IsoMax70Text SubDepartment IsoMax70Text StreetName IsoMax70Text BuildingNumber IsoMax16Text BuildingName IsoMax35Text Floor IsoMax70Text PostBox IsoMax16Text Room IsoMax70Text PostCode IsoMax16Text TownName IsoMax35Text TownLocationName IsoMax35Text DistrictName IsoMax35Text CountrySubDivision IsoMax35Text Country CountryCode AddressLine IsoMax70Text } PostalAddress24 *-- "0..1" IAddressType3Choice : AddressType %% PostalAddress24 recursion level 1 with max 1 class PostalAddress24{ Department IsoMax70Text SubDepartment IsoMax70Text StreetName IsoMax70Text BuildingNumber IsoMax16Text BuildingName IsoMax35Text Floor IsoMax70Text PostBox IsoMax16Text Room IsoMax70Text PostCode IsoMax16Text TownName IsoMax35Text TownLocationName IsoMax35Text DistrictName IsoMax35Text CountrySubDivision IsoMax35Text Country CountryCode AddressLine IsoMax70Text } PostalAddress24 *-- "0..1" IAddressType3Choice : AddressType %% PostalAddress24 recursion level 1 with max 1 class PostalAddress24{ Department IsoMax70Text SubDepartment IsoMax70Text StreetName IsoMax70Text BuildingNumber IsoMax16Text BuildingName IsoMax35Text Floor IsoMax70Text PostBox IsoMax16Text Room IsoMax70Text PostCode IsoMax16Text TownName IsoMax35Text TownLocationName IsoMax35Text DistrictName IsoMax35Text CountrySubDivision IsoMax35Text Country CountryCode AddressLine IsoMax70Text } PostalAddress24 *-- "0..1" IAddressType3Choice : AddressType %% PostalAddress24 recursion level 1 with max 1 class PostalAddress24{ Department IsoMax70Text SubDepartment IsoMax70Text StreetName IsoMax70Text BuildingNumber IsoMax16Text BuildingName IsoMax35Text Floor IsoMax70Text PostBox IsoMax16Text Room IsoMax70Text PostCode IsoMax16Text TownName IsoMax35Text TownLocationName IsoMax35Text DistrictName IsoMax35Text CountrySubDivision IsoMax35Text Country CountryCode AddressLine IsoMax70Text } PostalAddress24 *-- "0..1" IAddressType3Choice : AddressType %% OrganisationIdentification29 recursion level 1 with max 1 class OrganisationIdentification29{ AnyBIC IsoAnyBICDec2014Identifier LEI IsoLEIIdentifier } OrganisationIdentification29 *-- "0..0" GenericOrganisationIdentification1 : Other %% PartyIdentification137 recursion level 1 with max 1 class PartyIdentification137{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification137 *-- "0..1" PostalAddress24 : PostalAddress PartyIdentification137 *-- "0..1" PersonIdentification13 : Identification PartyIdentification137 *-- "0..1" Contact4 : ContactDetails %% PartyIdentification137 recursion level 1 with max 1 class PartyIdentification137{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification137 *-- "0..1" PostalAddress24 : PostalAddress PartyIdentification137 *-- "0..1" PersonIdentification13 : Identification PartyIdentification137 *-- "0..1" Contact4 : ContactDetails %% PartyIdentification137 recursion level 1 with max 1 class PartyIdentification137{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification137 *-- "0..1" PostalAddress24 : PostalAddress PartyIdentification137 *-- "0..1" PersonIdentification13 : Identification PartyIdentification137 *-- "0..1" Contact4 : ContactDetails %% PartyIdentification137 recursion level 1 with max 1 class PartyIdentification137{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification137 *-- "0..1" PostalAddress24 : PostalAddress PartyIdentification137 *-- "0..1" PersonIdentification13 : Identification PartyIdentification137 *-- "0..1" Contact4 : ContactDetails %% PartyIdentification137 recursion level 1 with max 1 class PartyIdentification137{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification137 *-- "0..1" PostalAddress24 : PostalAddress PartyIdentification137 *-- "0..1" PersonIdentification13 : Identification PartyIdentification137 *-- "0..1" Contact4 : ContactDetails
Organisation33 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
FullLegalName | Name by which a party is known and which is usually used to identify that party. | IsoMax350Text - Required 1..1 |
TradingName | Name used by a business for commercial purposes, although its registered legal name, used for contracts and other formal situations, may be another. | IsoMax350Text - Optional 0..1 |
CountryOfOperation | Country in which the organisation has its business activity. | CountryCode - Required 1..1 |
RegistrationDate | Date at which a given organisation was officially registered. | IsoISODate - Optional 0..1 |
OperationalAddress | Specifies an operational address, for example, of a shared services centre. | PostalAddress24 - Optional 0..1 |
BusinessAddress | Specifies the address where the business activity is taking place. | PostalAddress24 - Optional 0..1 |
LegalAddress | Specifies the address where the entity resides and is registered. More generically, it is the home address (Residential address). | PostalAddress24 - Required 1..1 |
BillingAddress | Address where invoices must be sent. | PostalAddress24 - Optional 0..1 |
OrganisationIdentification | Unique and unambiguous way of identifying an organisation. | OrganisationIdentification29 - Required 1..1 |
RepresentativeOfficer | Person in the customer’s organisation who can be contacted by the account servicer in relation to the account(s) identified in this instruction. | PartyIdentification137 - Unknown 0..0 |
TreasuryManager | Person responsible of the treasury department within the customer’s organisation. | PartyIdentification137 - Optional 0..1 |
MainMandateHolder | Person that has the mandate to delegate authority, to assign mandates to other individuals (mandate holders) to perform specific bank operations on the account. | PartyIdentification137 - Unknown 0..0 |
Sender | Person that may be the potential sender of a message related to the life cycle of the account. | PartyIdentification137 - Unknown 0..0 |
LegalRepresentative | Person that is officially and legally mandated to represent the organisation. Depending on legislation, the legal representative(s) might for instance be assigned by the Board, identified in the by-laws of the organisation, be publicly announced in the official journal of a country, etc. | PartyIdentification137 - Unknown 0..0 |
Mandate building block
Information specifying the account mandate. Information specifying the mandate. For comparison, see the ISO20022 official specification
classDiagram direction tb %% OperationMandate4 recursion level 0 with max 1 class OperationMandate4{ Identification IsoMax35Text RequiredSignatureNumber IsoMax15PlusSignedNumericText SignatureOrderIndicator IsoYesNoIndicator StartDate IsoISODate EndDate IsoISODate } OperationMandate4 *-- "1..0" IChannel2Choice : ApplicableChannel OperationMandate4 *-- "0..0" PartyAndAuthorisation4 : MandateHolder OperationMandate4 *-- "1..0" BankTransactionCodeStructure4 : BankOperation %% IChannel2Choice recursion level 1 with max 1 %% PartyAndAuthorisation4 recursion level 1 with max 1 class PartyAndAuthorisation4{ SignatureOrder IsoMax15PlusSignedNumericText } PartyAndAuthorisation4 *-- "1..1" IPartyOrGroup2Choice : PartyOrGroup PartyAndAuthorisation4 *-- "1..1" Authorisation2 : Authorisation %% BankTransactionCodeStructure4 recursion level 1 with max 1 BankTransactionCodeStructure4 *-- "0..1" BankTransactionCodeStructure5 : Domain BankTransactionCodeStructure4 *-- "0..1" ProprietaryBankTransactionCodeStructure1 : Proprietary
OperationMandate4 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique and unambiguous identification of the mandate. | IsoMax35Text - Required 1..1 |
ApplicableChannel | Channel for which the operation mandate is valid. If ApplicableChannel equals Fax, this means that a bank operation instruction sent by fax will be processed according to the mandates exchanged in this message. | IChannel2Choice - Unknown 1..0 |
RequiredSignatureNumber | Number of required and necessary signatures by the mandate. | IsoMax15PlusSignedNumericText - Required 1..1 |
SignatureOrderIndicator | Indicator whether a certain order of signatures has to be respected or not. | IsoYesNoIndicator - Required 1..1 |
MandateHolder | Holder of the mandate. | PartyAndAuthorisation4 - Unknown 0..0 |
BankOperation | Bank operation allowed by a mandate. | BankTransactionCodeStructure4 - Unknown 1..0 |
StartDate | Specifies the date when the mandate becomes valid. | IsoISODate - Optional 0..1 |
EndDate | Specifies the date when the mandate stops to be valid. | IsoISODate - Optional 0..1 |
Group building block
Definition of a group of parties. Group of parties with their related security certificate. For comparison, see the ISO20022 official specification
classDiagram direction tb %% Group4 recursion level 0 with max 1 class Group4{ GroupIdentification IsoMax4AlphaNumericText } Group4 *-- "1..0" PartyAndCertificate4 : Party %% PartyAndCertificate4 recursion level 1 with max 1 class PartyAndCertificate4{ Certificate IsoMax10KBinary } PartyAndCertificate4 *-- "1..1" PartyIdentification135 : Party
Group4 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
GroupIdentification | Specifies the identification of the group. | IsoMax4AlphaNumericText - Required 1..1 |
Party | Specifies a party and related certificate. | PartyAndCertificate4 - Unknown 1..0 |
ReferenceAccount building block
Unique and unambiguous identification of the account used as a reference for the opening of another account. Provides the details to identify an account. For comparison, see the ISO20022 official specification
classDiagram direction tb %% CashAccount40 recursion level 0 with max 1 class CashAccount40{ Currency ActiveOrHistoricCurrencyCode Name IsoMax70Text } CashAccount40 *-- "0..1" IAccountIdentification4Choice : Identification CashAccount40 *-- "0..1" ICashAccountType2Choice : Type CashAccount40 *-- "0..1" ProxyAccountIdentification1 : Proxy %% IAccountIdentification4Choice recursion level 1 with max 1 %% ICashAccountType2Choice recursion level 1 with max 1 %% ProxyAccountIdentification1 recursion level 1 with max 1 class ProxyAccountIdentification1{ Identification IsoMax2048Text } ProxyAccountIdentification1 *-- "0..1" IProxyAccountType1Choice : Type
CashAccount40 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Unique and unambiguous identification for the account between the account owner and the account servicer. | IAccountIdentification4Choice - Optional 0..1 |
Type | Specifies the nature, or use of the account. | ICashAccountType2Choice - Optional 0..1 |
Currency | Identification of the currency in which the account is held. | |
Name | Name of the account, as assigned by the account servicing institution, in agreement with the account owner in order to provide an additional means of identification of the account. | |
Proxy | Specifies an alternate assumed name for the identification of the account. | ProxyAccountIdentification1 - Optional 0..1 |
DigitalSignature building block
Contains the signature with its components, namely signed info, signature value, key info and the object. Entity involved in an activity. For comparison, see the ISO20022 official specification
classDiagram direction tb %% PartyAndSignature3 recursion level 0 with max 1 PartyAndSignature3 *-- "1..1" PartyIdentification135 : Party PartyAndSignature3 *-- "1..1" IsoSkipPayload : Signature %% PartyIdentification135 recursion level 1 with max 1 class PartyIdentification135{ Name IsoMax140Text CountryOfResidence CountryCode } PartyIdentification135 *-- "0..1" PostalAddress24 : PostalAddress PartyIdentification135 *-- "0..1" IParty38Choice : Identification PartyIdentification135 *-- "0..1" Contact4 : ContactDetails %% IsoSkipPayload recursion level 1 with max 1
PartyAndSignature3 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Party | Entity involved in an activity. | PartyIdentification135 - Required 1..1 |
Signature | Signature of a party. | IsoSkipPayload - 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 AccountOpeningAmendmentRequestV04 implementation follows a specific implementaiton pattern. First of all, AccountOpeningAmendmentRequestV04 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, AccountOpeningAmendmentRequestV04Document implements IOuterDocument. Because AccountOpeningAmendmentRequestV04 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type AccountOpeningAmendmentRequestV04.
classDiagram class IOuterRecord AccountOpeningAmendmentRequestV04 --|> IOuterRecord : Implements AccountOpeningAmendmentRequestV04Document --|> IOuterDocument~AccountOpeningAmendmentRequestV04~ : Implements class IOuterDocument~AccountOpeningAmendmentRequestV04~ { AccountOpeningAmendmentRequestV04 Message }
Document wrapper for serialization
The only real purpose AccountOpeningAmendmentRequestV04Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:acmt.008.001.04’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using AccountOpeningAmendmentRequestV04.ToDocument() method. The returned AccountOpeningAmendmentRequestV04Document value will serialize correctly according to ISO 20022 standards.
classDiagram AccountOpeningAmendmentRequestV04Document *-- AccountOpeningAmendmentRequestV04 : 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:acmt.008.001.04">
<AcctOpngAmdmntReq>
<Refs>
<!-- References inner content -->
</Refs>
<Fr>
<!-- From inner content -->
</Fr>
<CtrctDts>
<!-- ContractDates inner content -->
</CtrctDts>
<UndrlygMstrAgrmt>
<!-- UnderlyingMasterAgreement inner content -->
</UndrlygMstrAgrmt>
<Acct>
<!-- Account inner content -->
</Acct>
<AcctSvcrId>
<!-- AccountServicerIdentification inner content -->
</AcctSvcrId>
<Org>
<!-- Organisation inner content -->
</Org>
<Mndt>
<!-- Mandate inner content -->
</Mndt>
<Grp>
<!-- Group inner content -->
</Grp>
<RefAcct>
<!-- ReferenceAccount inner content -->
</RefAcct>
<DgtlSgntr>
<!-- DigitalSignature inner content -->
</DgtlSgntr>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</AcctOpngAmdmntReq>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_1ENlr9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgG22PEei3KuUgpx7Xcw"
name="AccountOpeningAmendmentRequestV04"
definition="The AccountOpeningAmendmentRequest message is sent from an organisation to a financial institution as part of the account opening process. It is sent in response to a request from the financial institution to send additional information."
registrationStatus="Registered"
messageSet="_wRoFxE2rEeG_I4xRYCA_7g"
xmlTag="AcctOpngAmdmntReq"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_1ENltdcAEeq_l4BJLVUF2Q"
previousVersion="_bfzgHW2PEei3KuUgpx7Xcw"
name="References"
definition="Set of elements for the identification of the message and related references."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Refs"
complexType="_Qn9899p-Ed-ak6NoX_4Aeg_-250058534" />
<messageBuildingBlock
xmi:id="_1ENlt9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgH22PEei3KuUgpx7Xcw"
name="From"
definition="Identifies the business sender of the message, if it is not the account owner or account servicing financial institution."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Fr"
complexType="_6VggQW48EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_1ENludcAEeq_l4BJLVUF2Q"
previousVersion="_bfzgIW2PEei3KuUgpx7Xcw"
name="ContractDates"
definition="Specifies target dates."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="CtrctDts"
complexType="_UkZWQtp-Ed-ak6NoX_4Aeg_-1896166238" />
<messageBuildingBlock
xmi:id="_1ENlu9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgI22PEei3KuUgpx7Xcw"
name="UnderlyingMasterAgreement"
definition="Account contract established between the organisation or the group to which the organisation belongs, and the account servicer. This contract has to be applied for the new account to be opened and maintained."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="UndrlygMstrAgrmt"
complexType="_UkjHQtp-Ed-ak6NoX_4Aeg_15886237" />
<messageBuildingBlock
xmi:id="_1ENlvdcAEeq_l4BJLVUF2Q"
previousVersion="_bfzgJW2PEei3KuUgpx7Xcw"
name="Account"
definition="Unique and unambiguous identification of the account between the account owner and the account servicer."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Acct"
complexType="_1qi_0Q1ZEeKGXqvMN6jpiw" />
<messageBuildingBlock
xmi:id="_1ENlv9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgJ22PEei3KuUgpx7Xcw"
name="AccountServicerIdentification"
definition="Unique and unambiguous identifier of a financial institution, as assigned under an internationally recognised or proprietary identification scheme."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="AcctSvcrId"
complexType="_8nO10W49EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_1ENlwdcAEeq_l4BJLVUF2Q"
previousVersion="_bfzgKW2PEei3KuUgpx7Xcw"
name="Organisation"
definition="Organised structure that is set up for a particular purpose, for example, a business, government body, department, charity, or financial institution."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="Org"
complexType="_B8VHuW49EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_1ENlw9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgK22PEei3KuUgpx7Xcw"
name="Mandate"
definition="Information specifying the account mandate."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Mndt"
complexType="_Cj9vd249EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_1ENlxdcAEeq_l4BJLVUF2Q"
previousVersion="_bfzgLW2PEei3KuUgpx7Xcw"
name="Group"
definition="Definition of a group of parties."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="Grp"
complexType="_IuZ4hW49EeiU9cctagi5ow" />
<messageBuildingBlock
xmi:id="_1ENlx9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgL22PEei3KuUgpx7Xcw"
name="ReferenceAccount"
definition="Unique and unambiguous identification of the account used as a reference for the opening of another account."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="RefAcct"
complexType="_avXPcdcZEeqRFcf2R4bPBw" />
<messageBuildingBlock
xmi:id="_1ENlydcAEeq_l4BJLVUF2Q"
previousVersion="_bfzgMW2PEei3KuUgpx7Xcw"
name="DigitalSignature"
definition="Contains the signature with its components, namely signed info, signature value, key info and the object."
registrationStatus="Provisionally Registered"
minOccurs="0"
xmlTag="DgtlSgntr"
complexType="_Q_AvW3R1EeiH1ZOt2UD8vQ" />
<messageBuildingBlock
xmi:id="_1ENly9cAEeq_l4BJLVUF2Q"
previousVersion="_bfzgM22PEei3KuUgpx7Xcw"
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="acmt"
messageFunctionality="008"
flavour="001"
version="04" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.