acmt.005.001.02
Scope An account owner, for example, an investor or its designated agent, sends the RequestForAccountManagementStatusReport message to the account servicer, for example, a registrar, transfer agent or custodian bank to request the status of an AccountOpeningInstruction or an AccountModificationInstruction. Usage The RequestForAccountManagementStatusReport message is used to request the processing status of a previously sent AccountOpeningInstruction message or AccountModificationInstruction message for which a AccountDetailsConfirmation message has not yet been received.
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 %% RequestForAccountManagementStatusReportV02 recursion level 0 with max 0 RequestForAccountManagementStatusReportV02 *-- "1..1" MessageIdentification1 : MessageIdentification RequestForAccountManagementStatusReportV02 *-- "1..1" AccountManagementMessageReference1 : RequestDetails
Now, we will zero-in one-by-one on each of these building blocks.
MessageIdentification building block
Reference that uniquely identifies a message from a business application standpoint. Identifies a message by a unique identifier and the date and time when the message was created by the sender. For comparison, see the ISO20022 official specification
classDiagram direction tb %% MessageIdentification1 recursion level 0 with max 1 class MessageIdentification1{ Identification IsoMax35Text CreationDateTime IsoISODateTime }
MessageIdentification1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
Identification | Identification of the message. | IsoMax35Text - Required 1..1 |
CreationDateTime | Date of creation of the message. | IsoISODateTime - Required 1..1 |
RequestDetails building block
Information to identify the account management instruction for which the status is requested. Information about the message reference of the account management instruction message for which the status is requested. For comparison, see the ISO20022 official specification
classDiagram direction tb %% AccountManagementMessageReference1 recursion level 0 with max 1 class AccountManagementMessageReference1{ StatusRequestType AccountManagementType1Code AccountApplicationIdentification IsoMax35Text } AccountManagementMessageReference1 *-- "0..1" AdditionalReference3 : OtherReference AccountManagementMessageReference1 *-- "0..1" AdditionalReference3 : PreviousReference AccountManagementMessageReference1 *-- "0..1" InvestmentAccount14 : InvestmentAccount %% AdditionalReference3 recursion level 1 with max 1 class AdditionalReference3{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer %% AdditionalReference3 recursion level 1 with max 1 class AdditionalReference3{ Reference IsoMax35Text MessageName IsoMax35Text } AdditionalReference3 *-- "0..1" IPartyIdentification2Choice : ReferenceIssuer %% InvestmentAccount14 recursion level 1 with max 1 class InvestmentAccount14{ AccountName IsoMax35Text AccountDesignation IsoMax35Text } InvestmentAccount14 *-- "1..1" AccountIdentification1 : AccountIdentification InvestmentAccount14 *-- "0..1" IIndividualPersonIdentificationChoice : IndividualOwnerIdentification InvestmentAccount14 *-- "0..1" IPartyIdentification2Choice : OrganisationOwnerIdentification InvestmentAccount14 *-- "0..1" IPartyIdentification2Choice : AccountServicer
AccountManagementMessageReference1 members
Member name | Description | Data Type / Multiplicity |
---|---|---|
OtherReference | Reference to a linked message sent in a proprietary way or reference of a system. | AdditionalReference3 - Optional 0..1 |
PreviousReference | Reference to a linked message that was previously sent. | AdditionalReference3 - Optional 0..1 |
StatusRequestType | Specifies if the status request refers to an earlier account opening or modification instruction message. | AccountManagementType1Code - Required 1..1 |
AccountApplicationIdentification | Unique and unambiguous identifier of the account opening or account modification instruction at application level. | IsoMax35Text - Optional 0..1 |
InvestmentAccount | Account information for which the status of an account management instruction is requested. | InvestmentAccount14 - Optional 0..1 |
Extensibility and generalization considerations
To facilitate generalized design patterns in the system, the RequestForAccountManagementStatusReportV02 implementation follows a specific implementaiton pattern. First of all, RequestForAccountManagementStatusReportV02 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, RequestForAccountManagementStatusReportV02Document implements IOuterDocument. Because RequestForAccountManagementStatusReportV02 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type RequestForAccountManagementStatusReportV02.
classDiagram class IOuterRecord RequestForAccountManagementStatusReportV02 --|> IOuterRecord : Implements RequestForAccountManagementStatusReportV02Document --|> IOuterDocument~RequestForAccountManagementStatusReportV02~ : Implements class IOuterDocument~RequestForAccountManagementStatusReportV02~ { RequestForAccountManagementStatusReportV02 Message }
Document wrapper for serialization
The only real purpose RequestForAccountManagementStatusReportV02Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:acmt.005.001.02’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using RequestForAccountManagementStatusReportV02.ToDocument() method. The returned RequestForAccountManagementStatusReportV02Document value will serialize correctly according to ISO 20022 standards.
classDiagram RequestForAccountManagementStatusReportV02Document *-- RequestForAccountManagementStatusReportV02 : 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.005.001.02">
<ReqForAcctMgmtStsRptV02>
<MsgId>
<!-- MessageIdentification inner content -->
</MsgId>
<ReqDtls>
<!-- RequestDetails inner content -->
</ReqDtls>
</ReqForAcctMgmtStsRptV02>
</Document>
Data from ISO specification
This is the technical data from the specification document.
<messageDefinition
xmi:id="_043Mq9E9Ed-BzquC8wXy7w_2127190710"
nextVersions="_DNhXIQguEeSy_NqeitQG4Q"
name="RequestForAccountManagementStatusReportV02"
definition="Scope
An account owner, for example, an investor or its designated agent, sends the RequestForAccountManagementStatusReport message to the account servicer, for example, a registrar, transfer agent or custodian bank to request the status of an AccountOpeningInstruction or an AccountModificationInstruction.
Usage
The RequestForAccountManagementStatusReport message is used to request the processing status of a previously sent AccountOpeningInstruction message or AccountModificationInstruction message for which a AccountDetailsConfirmation message has not yet been received."
registrationStatus="Registered"
messageSet="_urpIICeJEeOCeO5e7islRQ"
xmlTag="ReqForAcctMgmtStsRptV02"
rootElement="Document"
xmlns:xmi="http://www.omg.org/XMI">
<messageBuildingBlock
xmi:id="_043MrNE9Ed-BzquC8wXy7w_-809277134"
nextVersions="_DNhXIwguEeSy_NqeitQG4Q"
name="MessageIdentification"
definition="Reference that uniquely identifies a message from a business application standpoint."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="MsgId"
complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
<messageBuildingBlock
xmi:id="_043MrdE9Ed-BzquC8wXy7w_2127190736"
nextVersions="_DNhXJQguEeSy_NqeitQG4Q"
name="RequestDetails"
definition="Information to identify the account management instruction for which the status is requested."
registrationStatus="Provisionally Registered"
maxOccurs="1"
minOccurs="1"
xmlTag="ReqDtls"
complexType="_RPTpwNp-Ed-ak6NoX_4Aeg_1905550020" />
<messageDefinitionIdentifier
businessArea="acmt"
messageFunctionality="005"
flavour="001"
version="02" />
</messageDefinition>
ISO Building Blocks
The following items are used as building blocks to construct this message.