RequestForAccountManagementStatusReportV06

acmt.005.001.06

Scope The RequestForAccountManagementStatusReport message is sent by an account owner, for example, an investor or its designated agent, 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, GetAccountDetails or an AccountModificationInstruction message for which an 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
%% RequestForAccountManagementStatusReportV06 recursion level 0 with max 0
RequestForAccountManagementStatusReportV06 *-- "1..1" MessageIdentification1 : MessageIdentification
RequestForAccountManagementStatusReportV06 *-- "1..1" AccountManagementMessageReference5 : RequestDetails
  

Now, we will zero-in one-by-one on each of these building blocks.

MessageIdentification building block

Reference that uniquely identifies the 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
%% AccountManagementMessageReference5 recursion level 0 with max 1
class AccountManagementMessageReference5{
    StatusRequestType AccountManagementType3Code
    AccountApplicationIdentification IsoMax35Text
}
AccountManagementMessageReference5 *-- "0..1" ILinkedMessage5Choice : LinkedReference
AccountManagementMessageReference5 *-- "0..1" Account23 : ExistingAccountIdentification
AccountManagementMessageReference5 *-- "0..1" InvestmentAccount77 : InvestmentAccount
%% ILinkedMessage5Choice recursion level 1 with max 1
%% Account23 recursion level 1 with max 1
class Account23{
    AccountIdentification IsoMax35Text
}
Account23 *-- "0..1" GenericIdentification1 : RelatedAccountDetails
%% InvestmentAccount77 recursion level 1 with max 1
class InvestmentAccount77{
    AccountIdentification IsoMax35Text
    AccountName IsoMax35Text
    AccountDesignation IsoMax35Text
}
InvestmentAccount77 *-- "0..1" IOwnerIdentification3Choice : OwnerIdentification
InvestmentAccount77 *-- "0..1" IPartyIdentification125Choice : AccountServicer
  

AccountManagementMessageReference5 members

Member name Description Data Type / Multiplicity
LinkedReference Reference to a linked message. ILinkedMessage5Choice - Optional 0..1
StatusRequestType Type of account management instruction for which the status is requested or a request to know the status of the account. AccountManagementType3Code - 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. Account23 - Optional 0..1
InvestmentAccount Account information for which the status of an account management instruction is requested. InvestmentAccount77 - Optional 0..1

Extensibility and generalization considerations

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

classDiagram
    class IOuterRecord
    RequestForAccountManagementStatusReportV06 --|> IOuterRecord : Implements
    RequestForAccountManagementStatusReportV06Document --|> IOuterDocument~RequestForAccountManagementStatusReportV06~ : Implements
    class IOuterDocument~RequestForAccountManagementStatusReportV06~ {
        RequestForAccountManagementStatusReportV06 Message
     }
  

Document wrapper for serialization

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

classDiagram
    RequestForAccountManagementStatusReportV06Document *-- RequestForAccountManagementStatusReportV06 : 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.06">
    <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="_rpQ9MZDiEem7fvtoGpNpow"
  previousVersion="_SG-cUUNEEeaknIuOb43xYQ"
  name="RequestForAccountManagementStatusReportV06"
  definition="Scope&#xD;&#xA;The RequestForAccountManagementStatusReport message is sent by an account owner, for example, an investor or its designated agent, 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, GetAccountDetails or an AccountModificationInstruction message for which an AccountDetailsConfirmation message has not yet been received."
  registrationStatus="Registered"
  messageSet="_hijK0WiLEeOuqdLlpUIWBw _qCumkAFwEeu2__1EbNXzuA"
  xmlTag="ReqForAcctMgmtStsRpt"
  rootElement="Document"
  xmlns:xmi="http://www.omg.org/XMI">
  <messageBuildingBlock
    xmi:id="_rpQ9M5DiEem7fvtoGpNpow"
    previousVersion="_SG-cU0NEEeaknIuOb43xYQ"
    name="MessageIdentification"
    definition="Reference that uniquely identifies the message from a business application standpoint."
    registrationStatus="Provisionally Registered"
    maxOccurs="1"
    minOccurs="1"
    xmlTag="MsgId"
    complexType="_Q7pG5Np-Ed-ak6NoX_4Aeg_-967008570" />
  <messageBuildingBlock
    xmi:id="_rpQ9NZDiEem7fvtoGpNpow"
    previousVersion="_SG-cVUNEEeaknIuOb43xYQ"
    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="_eQZ8AZTPEemqYPWMBuVawg" />
  <messageDefinitionIdentifier
    businessArea="acmt"
    messageFunctionality="005"
    flavour="001"
    version="06" />
</messageDefinition>

ISO Building Blocks

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