RequestForAccountManagementStatusReportV04

acmt.005.001.04

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, custodian bank or securities depository to request the status of an AccountOpeningInstruction, GetAccountDetails 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
%% RequestForAccountManagementStatusReportV04 recursion level 0 with max 0
RequestForAccountManagementStatusReportV04 *-- "1..1" MessageIdentification1 : MessageIdentification
RequestForAccountManagementStatusReportV04 *-- "1..1" AccountManagementMessageReference3 : 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

Identifies the account for which the status of the account management instruction is requested. Information about the references of an account management instruction message. For comparison, see the ISO20022 official specification

classDiagram
   direction tb
%% AccountManagementMessageReference3 recursion level 0 with max 1
class AccountManagementMessageReference3{
    StatusRequestType AccountManagementType1Code
    AccountApplicationIdentification IsoMax35Text
    ExistingAccountIdentification IsoMax35Text
}
AccountManagementMessageReference3 *-- "0..1" ILinkedMessage3Choice : LinkedReference
AccountManagementMessageReference3 *-- "0..1" InvestmentAccount53 : InvestmentAccount
%% ILinkedMessage3Choice recursion level 1 with max 1
%% InvestmentAccount53 recursion level 1 with max 1
class InvestmentAccount53{
    AccountIdentification IsoMax35Text
    AccountName IsoMax35Text
    AccountDesignation IsoMax35Text
}
InvestmentAccount53 *-- "0..1" IOwnerIdentification2Choice : OwnerIdentification
InvestmentAccount53 *-- "0..1" IPartyIdentification70Choice : AccountServicer
  

AccountManagementMessageReference3 members

Member name Description Data Type / Multiplicity
LinkedReference Reference to a linked message. ILinkedMessage3Choice - 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
ExistingAccountIdentification Account to which the account opening is related. IsoMax35Text - Optional 0..1
InvestmentAccount Account information for which the status of an account management instruction is requested. InvestmentAccount53 - Optional 0..1

Extensibility and generalization considerations

To facilitate generalized design patterns in the system, the RequestForAccountManagementStatusReportV04 implementation follows a specific implementaiton pattern. First of all, RequestForAccountManagementStatusReportV04 impleemnts IOuterRecord indicating it is the outermost logical part of the message definition. Like all message wrappers, RequestForAccountManagementStatusReportV04Document implements IOuterDocument. Because RequestForAccountManagementStatusReportV04 implements IOuterDocument, it is a suitable template parameter for IOuterDocument, and causes the internal ‘Message’ to be of type RequestForAccountManagementStatusReportV04.

classDiagram
    class IOuterRecord
    RequestForAccountManagementStatusReportV04 --|> IOuterRecord : Implements
    RequestForAccountManagementStatusReportV04Document --|> IOuterDocument~RequestForAccountManagementStatusReportV04~ : Implements
    class IOuterDocument~RequestForAccountManagementStatusReportV04~ {
        RequestForAccountManagementStatusReportV04 Message
     }
  

Document wrapper for serialization

The only real purpose RequestForAccountManagementStatusReportV04Document serves is to cause the document to be serialized into the ‘urn:iso:std:iso:20022:tech:xsd:acmt.005.001.04’ namespace. Therefore, it will probably be the usual practice to build the message and construct this wrapper at the last minute using RequestForAccountManagementStatusReportV04.ToDocument() method. The returned RequestForAccountManagementStatusReportV04Document value will serialize correctly according to ISO 20022 standards.

classDiagram
    RequestForAccountManagementStatusReportV04Document *-- RequestForAccountManagementStatusReportV04 : 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.04">
    <ReqForAcctMgmtStsRpt>
        <MsgId>
            <!-- MessageIdentification inner content -->
        </MsgId>
        <ReqDtls>
            <!-- RequestDetails inner content -->
        </ReqDtls>
    </ReqForAcctMgmtStsRpt>
</Document>

Data from ISO specification

This is the technical data from the specification document.

<messageDefinition
  xmi:id="_Kn-tYR8LEeWpZde3LQh6dg"
  nextVersions="_SG-cUUNEEeaknIuOb43xYQ"
  previousVersion="_DNhXIQguEeSy_NqeitQG4Q"
  name="RequestForAccountManagementStatusReportV04"
  definition="Scope&#xD;&#xA;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, custodian bank or securities depository to request the status of an AccountOpeningInstruction, GetAccountDetails or an AccountModificationInstruction.&#xD;&#xA;Usage&#xD;&#xA;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="ReqForAcctMgmtStsRpt"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_Kn-tYx8LEeWpZde3LQh6dg"
    nextVersions="_SG-cU0NEEeaknIuOb43xYQ"
    previousVersion="_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="_Kn-tZR8LEeWpZde3LQh6dg"
    nextVersions="_SG-cVUNEEeaknIuOb43xYQ"
    previousVersion="_DNhXJQguEeSy_NqeitQG4Q"
    name="RequestDetails"
    definition="Identifies the account for which the status of the account management instruction is requested."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="ReqDtls"
    complexType="_dJFMsSFeEeW9XJWqfgXIIA" />
  <messageDefinitionIdentifier
    businessArea="acmt"
    messageFunctionality="005"
    flavour="001"
    version="04" />
</messageDefinition>

ISO Building Blocks

The following items are used as building blocks to construct this message.