acmt.009.001.02
The AccountOpeningAdditionalInformationRequest message is sent from a financial institution to an organisation as part of the account opening process. This message is sent in response to an opening request message from the organisation, if the business content is valid, but additional information is required.
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
%% AccountOpeningAdditionalInformationRequestV02 recursion level 0 with max 0
AccountOpeningAdditionalInformationRequestV02 *-- "1..1" References3 : References
AccountOpeningAdditionalInformationRequestV02 *-- "0..1" OrganisationIdentification8 : From
AccountOpeningAdditionalInformationRequestV02 *-- "1..1" OrganisationIdentification8 : OrganisationIdentification
AccountOpeningAdditionalInformationRequestV02 *-- "1..1" CustomerAccount4 : Account
AccountOpeningAdditionalInformationRequestV02 *-- "1..1" BranchAndFinancialInstitutionIdentification5 : AccountServicerIdentification
AccountOpeningAdditionalInformationRequestV02 *-- "0..1" ContractDocument1 : UnderlyingMasterAgreement
AccountOpeningAdditionalInformationRequestV02 *-- "0..1" PartyAndSignature2 : DigitalSignature
AccountOpeningAdditionalInformationRequestV02 *-- "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
%% References3 recursion level 0 with max 1
class References3{
RequestReason IsoMax35Text
AttachedDocumentName IsoMax70Text
}
References3 *-- "1..1" MessageIdentification1 : MessageIdentification
References3 *-- "1..1" MessageIdentification1 : RequestToBeCompletedIdentification
References3 *-- "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
}
%% MessageIdentification1 recursion level 1 with max 1
class MessageIdentification1{
Identification IsoMax35Text
CreationDateTime IsoISODateTime
}
References3 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 |
| RequestToBeCompletedIdentification | Identification of the request message that has to be completed. | 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 |
| RequestReason | Reason of the request. | IsoMax35Text - Unknown 1..0 |
| 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. OrganisationIdentification6. Unique and unambiguous way to identify an organisation. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% OrganisationIdentification8 recursion level 0 with max 1
class OrganisationIdentification8{
AnyBIC IsoAnyBICIdentifier
}
OrganisationIdentification8 *-- "0..0" GenericOrganisationIdentification1 : Other
%% GenericOrganisationIdentification1 recursion level 1 with max 1
class GenericOrganisationIdentification1{
Identification IsoMax35Text
Issuer IsoMax35Text
}
GenericOrganisationIdentification1 *-- "0..1" IOrganisationIdentificationSchemeName1Choice : SchemeName
OrganisationIdentification8 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| AnyBIC | Code allocated to a financial institution or non financial institution by the ISO 9362 Registration Authority as described in ISO 9362 “Banking - Banking telecommunication messages - Business identifier code (BIC)”. | IsoAnyBICIdentifier - Optional 0..1 |
| Other | Unique identification of an organisation, as assigned by an institution, using an identification scheme. | GenericOrganisationIdentification1 - Unknown 0..0 |
OrganisationIdentification building block
Identification of the organisation. Unique and unambiguous way to identify an organisation. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% OrganisationIdentification8 recursion level 0 with max 1
class OrganisationIdentification8{
AnyBIC IsoAnyBICIdentifier
}
OrganisationIdentification8 *-- "0..0" GenericOrganisationIdentification1 : Other
%% GenericOrganisationIdentification1 recursion level 1 with max 1
class GenericOrganisationIdentification1{
Identification IsoMax35Text
Issuer IsoMax35Text
}
GenericOrganisationIdentification1 *-- "0..1" IOrganisationIdentificationSchemeName1Choice : SchemeName
OrganisationIdentification8 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| AnyBIC | Code allocated to a financial institution or non financial institution by the ISO 9362 Registration Authority as described in ISO 9362 “Banking - Banking telecommunication messages - Business identifier code (BIC)”. | IsoAnyBICIdentifier - Optional 0..1 |
| Other | Unique identification of an organisation, as assigned by an institution, using an identification scheme. | GenericOrganisationIdentification1 - Unknown 0..0 |
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. Set of elements used to uniquely and unambiguously identify a financial institution or a branch of a financial institution. For comparison, see the ISO20022 official specification
classDiagram
direction tb
%% BranchAndFinancialInstitutionIdentification5 recursion level 0 with max 1
BranchAndFinancialInstitutionIdentification5 *-- "1..1" FinancialInstitutionIdentification8 : FinancialInstitutionIdentification
BranchAndFinancialInstitutionIdentification5 *-- "0..1" BranchData2 : BranchIdentification
%% FinancialInstitutionIdentification8 recursion level 1 with max 1
class FinancialInstitutionIdentification8{
BICFI IsoBICFIIdentifier
Name IsoMax140Text
}
FinancialInstitutionIdentification8 *-- "0..1" ClearingSystemMemberIdentification2 : ClearingSystemMemberIdentification
FinancialInstitutionIdentification8 *-- "0..1" PostalAddress6 : PostalAddress
FinancialInstitutionIdentification8 *-- "0..1" GenericFinancialIdentification1 : Other
%% BranchData2 recursion level 1 with max 1
class BranchData2{
Identification IsoMax35Text
Name IsoMax140Text
}
BranchData2 *-- "0..1" PostalAddress6 : PostalAddress
BranchAndFinancialInstitutionIdentification5 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. | FinancialInstitutionIdentification8 - Required 1..1 |
| BranchIdentification | Identifies a specific branch of a financial institution. |
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 |
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
%% PartyAndSignature2 recursion level 0 with max 1
PartyAndSignature2 *-- "1..1" PartyIdentification43 : Party
PartyAndSignature2 *-- "1..1" ProprietaryData3 : Signature
%% 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
%% ProprietaryData3 recursion level 1 with max 1
ProprietaryData3 *-- "1..1" SkipProcessing : Any
PartyAndSignature2 members
| Member name | Description | Data Type / Multiplicity |
|---|---|---|
| Party | Entity involved in an activity. | PartyIdentification43 - Required 1..1 |
| Signature | Signature of a party. | ProprietaryData3 - 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 AccountOpeningAdditionalInformationRequestV02 implementation follows a specific implementaiton pattern. First of all, AccountOpeningAdditionalInformationRequestV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, AccountOpeningAdditionalInformationRequestV02Document implements IOuterDocument. Because AccountOpeningAdditionalInformationRequestV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type AccountOpeningAdditionalInformationRequestV02.
classDiagram
class IOuterRecord
AccountOpeningAdditionalInformationRequestV02 --|> IOuterRecord : Implements
AccountOpeningAdditionalInformationRequestV02Document --|> IOuterDocument~AccountOpeningAdditionalInformationRequestV02~ : Implements
class IOuterDocument~AccountOpeningAdditionalInformationRequestV02~ {
AccountOpeningAdditionalInformationRequestV02 Message
}
Document wrapper for serialization
The only real purpose AccountOpeningAdditionalInformationRequestV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:acmt.009.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using AccountOpeningAdditionalInformationRequestV02.ToDocument() method. The returned AccountOpeningAdditionalInformationRequestV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram
AccountOpeningAdditionalInformationRequestV02Document *-- AccountOpeningAdditionalInformationRequestV02 : 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.009.001.02">
<AcctOpngAddtlInfReq>
<Refs>
<!-- References inner content -->
</Refs>
<Fr>
<!-- From inner content -->
</Fr>
<OrgId>
<!-- OrganisationIdentification inner content -->
</OrgId>
<Acct>
<!-- Account inner content -->
</Acct>
<AcctSvcrId>
<!-- AccountServicerIdentification inner content -->
</AcctSvcrId>
<UndrlygMstrAgrmt>
<!-- UnderlyingMasterAgreement inner content -->
</UndrlygMstrAgrmt>
<DgtlSgntr>
<!-- DigitalSignature inner content -->
</DgtlSgntr>
<SplmtryData>
<!-- SupplementaryData inner content -->
</SplmtryData>
</AcctOpngAddtlInfReq>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_ZzIbwQ1TEeKGXqvMN6jpiw"
nextVersions="_bfzgNW2PEei3KuUgpx7Xcw"
previousVersion="_s7Y_yNE9Ed-BzquC8wXy7w_1867153324"
name="AccountOpeningAdditionalInformationRequestV02"
definition="The AccountOpeningAdditionalInformationRequest message is sent from a financial institution to an organisation as part of the account opening process. This message is sent in response to an opening request message from the organisation, if the business content is valid, but additional information is required."
registrationStatus="Registered"
messageSet="_Q3UKwL0wEeKGooZDzppDJQ"
xmlTag="AcctOpngAddtlInfReq"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_ZzIbww1TEeKGXqvMN6jpiw"
nextVersions="_bfzgN22PEei3KuUgpx7Xcw"
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="_QoHt8tp-Ed-ak6NoX_4Aeg_1839218221" />
<messageBuildingBlock
xmi:id="_X8gfEA1YEeKGXqvMN6jpiw"
nextVersions="_bfzgOW2PEei3KuUgpx7Xcw"
name="From"
definition="Identifies the business sender of the message, if it is not the account owner or account servicing financial institution. OrganisationIdentification6."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="0"
xmlTag="Fr"
complexType="_QPiO1Np-Ed-ak6NoX_4Aeg_1971114098" />
<messageBuildingBlock
xmi:id="_ZzIbxw1TEeKGXqvMN6jpiw"
nextVersions="_bfzgO22PEei3KuUgpx7Xcw"
name="OrganisationIdentification"
definition="Identification of the organisation."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="OrgId"
complexType="_QPiO1Np-Ed-ak6NoX_4Aeg_1971114098" />
<messageBuildingBlock
xmi:id="_ZzIbyw1TEeKGXqvMN6jpiw"
nextVersions="_bfzgPW2PEei3KuUgpx7Xcw"
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="_ZzIbzw1TEeKGXqvMN6jpiw"
nextVersions="_bfzgP22PEei3KuUgpx7Xcw"
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="_TFB1Qdp-Ed-ak6NoX_4Aeg_1367253312" />
<messageBuildingBlock
xmi:id="_ZzIb0w1TEeKGXqvMN6jpiw"
nextVersions="_bfzgQW2PEei3KuUgpx7Xcw"
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="_ZzIb1w1TEeKGXqvMN6jpiw"
nextVersions="_bfzgQ22PEei3KuUgpx7Xcw"
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="_k4nFNZKuEeGnRMFvqYmPBQ" />
<messageBuildingBlock
xmi:id="_0o8UcA3_EeKGXqvMN6jpiw"
nextVersions="_bfzgRW2PEei3KuUgpx7Xcw"
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="009"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.